Commit 9ae246cd authored by Michael Hennerich's avatar Michael Hennerich Committed by Linus Torvalds

Blackfin arch: Fix reserved map after we changed PORT_H definition

Signed-off-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: default avatarBryan Wu <bryan.wu@analog.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a161bb05
......@@ -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(CONFIG_BFIN_MAC_RMII)
reserved_map[PORT_H] = 0xC373;
reserved_map[gpio_bank(PORT_H)] = 0xC373;
# else
reserved_map[PORT_H] = 0xFFFF;
reserved_map[gpio_bank(PORT_H)] = 0xFFFF;
# endif
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment