OF: Fix fixups to fix Linux DT instead of Barebox DT
OF fixups cm_cogent_fixup() and hb_fixup() are supposed to modify the
Linux device tree.  And they did originally, but commit
e520a8c changed them to use
for_each_compatible_node(), which iterates through the Barebox DT.
Use new for_each_compatible_node_from() to specify the Linux DT root
as the start point.

Signed-off-by: Trent Piepho <tpiepho@kymetacorp.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent d5f9415 commit 85464314b18472656bfab6435b33aac3a63dca04
@Trent Piepho Trent Piepho authored on 4 Jan 2016
Sascha Hauer committed on 8 Jan 2016
Showing 2 changed files
View
arch/arm/boards/at91sam9x5ek/hw_version.c
View
arch/arm/boards/highbank/init.c