diff options
author | Andy Gross <agross@codeaurora.org> | 2015-02-09 17:01:10 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-04-03 16:33:45 -0400 |
commit | da047acd173478fd0dd901bfd268d91d35c4f4b8 (patch) | |
tree | 26b33f66218222dce43466c9f945cf44cb3a5046 /arch/arm/boot/dts | |
parent | 4d9b766bfe08d63ca1b6867be005a7bc603f9985 (diff) |
arm: dts: qcom: Add TCSR support for MSM8660
This patch adds TCSR support for use by the GSBI to automatically
configure ADM CRCI values based on the GSBI port configuration.
Signed-off-by: Andy Gross <agross@codeaurora.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8660.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom-msm8660.dtsi index 0affd6193f56..20bbd19b996e 100644 --- a/arch/arm/boot/dts/qcom-msm8660.dtsi +++ b/arch/arm/boot/dts/qcom-msm8660.dtsi | |||
@@ -82,6 +82,7 @@ | |||
82 | 82 | ||
83 | gsbi12: gsbi@19c00000 { | 83 | gsbi12: gsbi@19c00000 { |
84 | compatible = "qcom,gsbi-v1.0.0"; | 84 | compatible = "qcom,gsbi-v1.0.0"; |
85 | cell-index = <12>; | ||
85 | reg = <0x19c00000 0x100>; | 86 | reg = <0x19c00000 0x100>; |
86 | clocks = <&gcc GSBI12_H_CLK>; | 87 | clocks = <&gcc GSBI12_H_CLK>; |
87 | clock-names = "iface"; | 88 | clock-names = "iface"; |
@@ -89,6 +90,8 @@ | |||
89 | #size-cells = <1>; | 90 | #size-cells = <1>; |
90 | ranges; | 91 | ranges; |
91 | 92 | ||
93 | syscon-tcsr = <&tcsr>; | ||
94 | |||
92 | serial@19c40000 { | 95 | serial@19c40000 { |
93 | compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm"; | 96 | compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm"; |
94 | reg = <0x19c40000 0x1000>, | 97 | reg = <0x19c40000 0x1000>, |
@@ -196,6 +199,11 @@ | |||
196 | vmmc-supply = <&vsdcc_fixed>; | 199 | vmmc-supply = <&vsdcc_fixed>; |
197 | }; | 200 | }; |
198 | }; | 201 | }; |
202 | |||
203 | tcsr: syscon@1a400000 { | ||
204 | compatible = "qcom,tcsr-msm8660", "syscon"; | ||
205 | reg = <0x1a400000 0x100>; | ||
206 | }; | ||
199 | }; | 207 | }; |
200 | 208 | ||
201 | }; | 209 | }; |