diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-17 00:31:52 +0300 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-09-09 22:57:46 +0300 |
commit | c0ed595961c44beea0d0dc3b0e2b1ef354931bdf (patch) | |
tree | 63b272fcb88fd7cf2de9f05936b0745c5bc0cfe3 /arch | |
parent | a96731089e8e0d550f017359dacaee19463517c7 (diff) | |
download | linux-c0ed595961c44beea0d0dc3b0e2b1ef354931bdf.tar.xz |
ARM: dts: qcom: msm8960-cdp: Use stdout-path
Use stdout-path so that we don't have to put the console on the
kernel command line.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8960-cdp.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8960-cdp.dts b/arch/arm/boot/dts/qcom-msm8960-cdp.dts index fad71d5527b0..b72a55462caf 100644 --- a/arch/arm/boot/dts/qcom-msm8960-cdp.dts +++ b/arch/arm/boot/dts/qcom-msm8960-cdp.dts @@ -6,6 +6,14 @@ model = "Qualcomm MSM8960 CDP"; compatible = "qcom,msm8960-cdp", "qcom,msm8960"; + aliases { + serial0 = &gsbi5_serial; + }; + + chosen { + stdout-path = "serial0:115200n8"; + }; + soc { gsbi@16400000 { status = "ok"; |