Browse Source

ipq806x: ap161: fix wrong definition stdout

From documentation
https://www.kernel.org/doc/Documentation/devicetree/bindings/chosen.txt
should be just stdout-path

Signed-off-by: Christian Lamparter <[email protected]>
Signed-off-by: Ansuel Smith <[email protected]>
[proper authorship of the patch]
Signed-off-by: Petr Štetiar <[email protected]>
Christian Lamparter 6 years ago
parent
commit
2296d41a1c

+ 1 - 1
target/linux/ipq806x/files-4.19/arch/arm/boot/dts/qcom-ipq8064-ap161.dts

@@ -25,7 +25,7 @@
 	};
 
 	chosen {
-		linux,stdout-path = "serial0:115200n8";
+		stdout-path = "serial0:115200n8";
 	};
 
 	soc {