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 <chunkeey@gmail.com>
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
[proper authorship of the patch]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
master
Christian Lamparter 5 years ago committed by Petr Štetiar
parent 044c79689b
commit 2296d41a1c

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

Loading…
Cancel
Save