ARM: dts: sirf: add lost minigpsrtc device node
authorXianglong Du <Xianglong.Du@csr.com>
Thu, 9 Jan 2014 04:23:09 +0000 (12:23 +0800)
committerBarry Song <Baohua.Song@csr.com>
Thu, 9 Jan 2014 11:55:52 +0000 (19:55 +0800)
This patch adds lost minigpsrtc device node for prima2 and atlas6,
which is behind rtc-iobg and whose offset is 2000.

Signed-off-by: Xianglong Du <Xianglong.Du@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
arch/arm/boot/dts/atlas6.dtsi
arch/arm/boot/dts/prima2.dtsi

index 2b5d678b1200c415d975dff1b9ba5f6a35ac39a4..bc2d44908397324d14d444e80f5d77381da2e43a 100644 (file)
                                interrupts = <52 53 54>;
                        };
 
+                       minigpsrtc@2000 {
+                               compatible = "sirf,prima2-minigpsrtc";
+                               reg = <0x2000 0x1000>;
+                               interrupts = <54>;
+                       };
+
                        pwrc@3000 {
                                compatible = "sirf,prima2-pwrc";
                                reg = <0x3000 0x1000>;
index 0942f9a879a8797f70fc02cbcd1c31ee3338df82..00a4b20c03843a5acf2a5d8c27ceb3b75297c2e5 100644 (file)
                                interrupts = <52 53 54>;
                        };
 
+                       minigpsrtc@2000 {
+                               compatible = "sirf,prima2-minigpsrtc";
+                               reg = <0x2000 0x1000>;
+                               interrupts = <54>;
+                       };
+
                        pwrc@3000 {
                                compatible = "sirf,prima2-pwrc";
                                reg = <0x3000 0x1000>;
This page took 0.025397 seconds and 5 git commands to generate.