Skip to content
Snippets Groups Projects
Commit 2296d41a authored by Christian Lamparter's avatar Christian Lamparter Committed by Petr Štetiar
Browse files

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: default avatarChristian Lamparter <chunkeey@gmail.com>
Signed-off-by: default avatarAnsuel Smith <ansuelsmth@gmail.com>
[proper authorship of the patch]
Signed-off-by: default avatarPetr Štetiar <ynezz@true.cz>
parent 044c7968
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
};
chosen {
linux,stdout-path = "serial0:115200n8";
stdout-path = "serial0:115200n8";
};
soc {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment