aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuo Zeng <guo.zeng@csr.com>2015-07-28 03:56:34 -0400
committerBarry Song <Baohua.Song@csr.com>2015-08-05 10:44:20 -0400
commit5e3773b2b8c576c48aac8c2e59f88fc73803677e (patch)
tree2e508fce5d4e9c127660cc98e91bd65e26f1f09f
parentd9615f8bf5d93afcd6cce35c81d06030a82e93ef (diff)
ARM: dts: atlas7: add lost PWM node
this patch adds lost PWM node, and also fixes the ranges of its parent node. Signed-off-by: Guo Zeng <guo.zeng@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com>
-rw-r--r--arch/arm/boot/dts/atlas7.dtsi12
1 files changed, 11 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/atlas7.dtsi b/arch/arm/boot/dts/atlas7.dtsi
index 9bad559cb86e..456cf811d5c2 100644
--- a/arch/arm/boot/dts/atlas7.dtsi
+++ b/arch/arm/boot/dts/atlas7.dtsi
@@ -1214,7 +1214,8 @@
1214 #address-cells = <1>; 1214 #address-cells = <1>;
1215 #size-cells = <1>; 1215 #size-cells = <1>;
1216 ranges = <0x18641000 0x18641000 0x3000>, 1216 ranges = <0x18641000 0x18641000 0x3000>,
1217 <0x18620000 0x18620000 0x1000>; 1217 <0x18620000 0x18620000 0x1000>,
1218 <0x18630000 0x18630000 0x10000>;
1218 1219
1219 cgum@18641000 { 1220 cgum@18641000 {
1220 compatible = "sirf,nocfw-cgum"; 1221 compatible = "sirf,nocfw-cgum";
@@ -1227,6 +1228,15 @@
1227 #clock-cells = <1>; 1228 #clock-cells = <1>;
1228 #reset-cells = <1>; 1229 #reset-cells = <1>;
1229 }; 1230 };
1231 pwm: pwm@18630000 {
1232 compatible = "sirf,prima2-pwm";
1233 #pwm-cells = <2>;
1234 reg = <0x18630000 0x10000>;
1235 clocks = <&car 138>, <&car 139>, <&car 237>,
1236 <&car 240>, <&car 140>, <&car 246>;
1237 clock-names = "pwmc", "sigsrc0", "sigsrc1",
1238 "sigsrc2", "sigsrc3", "sigsrc4";
1239 };
1230 }; 1240 };
1231 1241
1232 gnssm { 1242 gnssm {