diff options
author | Kumar Gala <galak@codeaurora.org> | 2014-05-28 13:09:53 -0400 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-05-29 11:35:00 -0400 |
commit | 665c9c03f6405bdec6e9629d9dfa795c2124a5a2 (patch) | |
tree | 9a03e3222333f419c761ab74cf2b5f921e69bc6d /arch/arm/boot/dts/qcom-msm8960-cdp.dts | |
parent | ba08220aa81e757491a3665c28df7eaa954128dc (diff) |
ARM: dts: qcom: Update msm8960 device trees
* Move SoC peripherals into an SoC container node
* Move serial enabling into board file (qcom-msm8960-cdp.dts)
* Cleanup cpu node to match binding spec, enable-method and compatible
should be per cpu, not part of the container
* Drop interrupts property from l2-cache node as its not part of the
binding spec
* Add GSBI node and configuration of GSBI controller
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8960-cdp.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8960-cdp.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8960-cdp.dts b/arch/arm/boot/dts/qcom-msm8960-cdp.dts index a58fb88315f6..8f75cc4c8340 100644 --- a/arch/arm/boot/dts/qcom-msm8960-cdp.dts +++ b/arch/arm/boot/dts/qcom-msm8960-cdp.dts | |||
@@ -3,4 +3,14 @@ | |||
3 | / { | 3 | / { |
4 | model = "Qualcomm MSM8960 CDP"; | 4 | model = "Qualcomm MSM8960 CDP"; |
5 | compatible = "qcom,msm8960-cdp", "qcom,msm8960"; | 5 | compatible = "qcom,msm8960-cdp", "qcom,msm8960"; |
6 | |||
7 | soc { | ||
8 | gsbi@16400000 { | ||
9 | status = "ok"; | ||
10 | qcom,mode = <GSBI_PROT_I2C_UART>; | ||
11 | serial@16440000 { | ||
12 | status = "ok"; | ||
13 | }; | ||
14 | }; | ||
15 | }; | ||
6 | }; | 16 | }; |