aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2015-06-16 14:31:50 -0700
committerAndy Gross <agross@codeaurora.org>2015-09-09 14:57:32 -0500
commit9a61b3a39a88b955d89c5f19e01b0b19185ebce6 (patch)
tree47641d87ab2d95fbbe69bb4bf11b7aa712a9cbf3 /arch
parentARM: dts: qcom: apq8084-mtp: Use stdout-path (diff)
downloadlinux-dev-9a61b3a39a88b955d89c5f19e01b0b19185ebce6.tar.xz
linux-dev-9a61b3a39a88b955d89c5f19e01b0b19185ebce6.zip
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.dts8
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>;