mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
ARM: dts: omap5: Add an empty chosen node to top level DTSI
commitc9faa84cb9upstream. Commit76a8548ea9("ARM: dts: omap5: Remove skeleton.dtsi usage") removed the skeleton.dtsi usage since we want to get rid of it. But this can cause issues when booting a kernel with a boot-loader that doesn't create a chosen node if this isn't present in the DTB since the decompressor relies on a pre-existing chosen node to be available to insert the command line and merge other ATAGS info. Fixes:76a8548ea9("ARM: dts: omap5: Remove skeleton.dtsi usage") Reported-by: Pali Rohar <pali.rohar@gmail.com> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
835bf872d9
commit
c3f7ca43b2
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
compatible = "ti,omap5";
|
compatible = "ti,omap5";
|
||||||
interrupt-parent = <&wakeupgen>;
|
interrupt-parent = <&wakeupgen>;
|
||||||
|
chosen { };
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
i2c0 = &i2c1;
|
i2c0 = &i2c1;
|
||||||
|
|||||||
Reference in New Issue
Block a user