diff mbox series

[5/5] ARM: dts: clps711x: Add an empty chosen node to top level DTSI

Message ID 20210217092024.1568-5-shc_work@mail.ru (mailing list archive)
State New, archived
Headers show
Series [1/5] ARM: dts: clps711x: Add SYSCON nodes where it is used | expand

Commit Message

Alexander Shiyan Feb. 17, 2021, 9:20 a.m. UTC
Missing "chosen" node can cause issues when booting a kerne
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.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/boot/dts/ep7209.dtsi | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/ep7209.dtsi b/arch/arm/boot/dts/ep7209.dtsi
index e3d483a43ae6..1d62673a848d 100644
--- a/arch/arm/boot/dts/ep7209.dtsi
+++ b/arch/arm/boot/dts/ep7209.dtsi
@@ -10,6 +10,8 @@  / {
 	model = "Cirrus Logic EP7209";
 	compatible = "cirrus,ep7209";
 
+	chosen { };
+
 	aliases {
 		gpio0 = &porta;
 		gpio1 = &portb;