Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

Blackfin arch: Fix reserved map after we changed PORT_H definition

parent a161bb05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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