diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2019-12-04 02:28:53 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-12-19 22:41:57 +0100 |
commit | 2296d41a1c42c96e7409ec437c1952a3895eeaa0 (patch) | |
tree | 4026e3ce29c931912c163e04ae053fffb5610632 /target | |
parent | 044c79689bc1117abc5eee394a7f8e312ac9f8d0 (diff) | |
download | upstream-2296d41a1c42c96e7409ec437c1952a3895eeaa0.tar.gz upstream-2296d41a1c42c96e7409ec437c1952a3895eeaa0.tar.bz2 upstream-2296d41a1c42c96e7409ec437c1952a3895eeaa0.zip |
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>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq806x/files-4.19/arch/arm/boot/dts/qcom-ipq8064-ap161.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/files-4.19/arch/arm/boot/dts/qcom-ipq8064-ap161.dts b/target/linux/ipq806x/files-4.19/arch/arm/boot/dts/qcom-ipq8064-ap161.dts index edfa18d73a..6a16167e1f 100644 --- a/target/linux/ipq806x/files-4.19/arch/arm/boot/dts/qcom-ipq8064-ap161.dts +++ b/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 { |