diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-16 14:31:50 -0700 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-09-09 14:57:32 -0500 |
commit | 9a61b3a39a88b955d89c5f19e01b0b19185ebce6 (patch) | |
tree | 47641d87ab2d95fbbe69bb4bf11b7aa712a9cbf3 /arch | |
parent | ccfdf7cd7dfaa4140702ff43d760d0eb1578d725 (diff) | |
download | linux-9a61b3a39a88b955d89c5f19e01b0b19185ebce6.tar.bz2 |
ARM: dts: qcom: ipq8064-ap148: Use stdout-path
Use stdout-path so that we don't have to put the console on the
kernel command line.
Cc: Mathieu Olivari <mathieu@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/qcom-ipq8064-ap148.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq8064-ap148.dts b/arch/arm/boot/dts/qcom-ipq8064-ap148.dts index 55b2910efd87..d501382493e3 100644 --- a/arch/arm/boot/dts/qcom-ipq8064-ap148.dts +++ b/arch/arm/boot/dts/qcom-ipq8064-ap148.dts @@ -4,6 +4,14 @@ model = "Qualcomm IPQ8064/AP148"; compatible = "qcom,ipq8064-ap148", "qcom,ipq8064"; + aliases { + serial0 = &gsbi4_serial; + }; + + chosen { + stdout-path = "serial0:115200n8"; + }; + reserved-memory { #address-cells = <1>; #size-cells = <1>; |