aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/msm8660-surf.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/msm8660-surf.dts')
-rw-r--r--arch/arm/boot/dts/msm8660-surf.dts26
1 files changed, 13 insertions, 13 deletions
diff --git a/arch/arm/boot/dts/msm8660-surf.dts b/arch/arm/boot/dts/msm8660-surf.dts
index 31f2157cd7d7..9bf49b3826ea 100644
--- a/arch/arm/boot/dts/msm8660-surf.dts
+++ b/arch/arm/boot/dts/msm8660-surf.dts
@@ -16,19 +16,13 @@
16 }; 16 };
17 17
18 timer@2000004 { 18 timer@2000004 {
19 compatible = "qcom,msm-gpt", "qcom,msm-timer"; 19 compatible = "qcom,scss-timer", "qcom,msm-timer";
20 interrupts = <1 1 0x301>; 20 interrupts = <1 0 0x301>,
21 reg = <0x02000004 0x10>; 21 <1 1 0x301>,
22 clock-frequency = <32768>; 22 <1 2 0x301>;
23 cpu-offset = <0x40000>; 23 reg = <0x02000000 0x100>;
24 }; 24 clock-frequency = <27000000>,
25 25 <32768>;
26 timer@2000024 {
27 compatible = "qcom,msm-dgt", "qcom,msm-timer";
28 interrupts = <1 0 0x301>;
29 reg = <0x02000024 0x10>,
30 <0x02000034 0x4>;
31 clock-frequency = <6750000>;
32 cpu-offset = <0x40000>; 26 cpu-offset = <0x40000>;
33 }; 27 };
34 28
@@ -38,4 +32,10 @@
38 <0x19c00000 0x1000>; 32 <0x19c00000 0x1000>;
39 interrupts = <0 195 0x0>; 33 interrupts = <0 195 0x0>;
40 }; 34 };
35
36 qcom,ssbi@500000 {
37 compatible = "qcom,ssbi";
38 reg = <0x500000 0x1000>;
39 qcom,controller-type = "pmic-arbiter";
40 };
41}; 41};