9
0
Fork 0
barebox/arch/arm/boards/at91sam9x5ek
Trent Piepho 85464314b1 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
e520a8cc46 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>
2016-01-08 08:30:56 +01:00
..
env at91sam9x5ek: add lcd support 2013-01-31 19:05:50 +01:00
Makefile at91sam9x5ek: add hw detection support 2012-11-15 20:20:28 +01:00
hw_version.c OF: Fix fixups to fix Linux DT instead of Barebox DT 2016-01-08 08:30:56 +01:00
hw_version.h at91sam9x5ek: add hw detection support 2012-11-15 20:20:28 +01:00
init.c sizes.h: move include/sizes.h to include/linux/sizes.h 2015-01-08 14:00:26 +01:00