mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 13:30:55 +07:00
Blackfin arch: Fix reserved map after we changed PORT_H definition
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
a161bb0510
commit
9ae246cd85
@ -188,9 +188,9 @@ static int __init bfin_gpio_init(void)
|
|||||||
|
|
||||||
#if defined(BF537_FAMILY) && (defined(CONFIG_BFIN_MAC) || defined(CONFIG_BFIN_MAC_MODULE))
|
#if defined(BF537_FAMILY) && (defined(CONFIG_BFIN_MAC) || defined(CONFIG_BFIN_MAC_MODULE))
|
||||||
# if defined(CONFIG_BFIN_MAC_RMII)
|
# if defined(CONFIG_BFIN_MAC_RMII)
|
||||||
reserved_map[PORT_H] = 0xC373;
|
reserved_map[gpio_bank(PORT_H)] = 0xC373;
|
||||||
# else
|
# else
|
||||||
reserved_map[PORT_H] = 0xFFFF;
|
reserved_map[gpio_bank(PORT_H)] = 0xFFFF;
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user