diff options
author | Xianglong Du <Xianglong.Du@csr.com> | 2014-01-08 23:23:09 -0500 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2014-01-09 06:55:52 -0500 |
commit | 423ef7914e2d3bd1121f54a8b2146e7076f59562 (patch) | |
tree | addca6db2281d75dd182aefb1e7561af5b55a0cd | |
parent | 683659f3e0428ecf80d099b3b9e208d7c09fcfb9 (diff) |
ARM: dts: sirf: add lost minigpsrtc device node
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>
-rw-r--r-- | arch/arm/boot/dts/atlas6.dtsi | 6 | ||||
-rw-r--r-- | arch/arm/boot/dts/prima2.dtsi | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/atlas6.dtsi b/arch/arm/boot/dts/atlas6.dtsi index 2b5d678b1200..bc2d44908397 100644 --- a/arch/arm/boot/dts/atlas6.dtsi +++ b/arch/arm/boot/dts/atlas6.dtsi | |||
@@ -711,6 +711,12 @@ | |||
711 | interrupts = <52 53 54>; | 711 | interrupts = <52 53 54>; |
712 | }; | 712 | }; |
713 | 713 | ||
714 | minigpsrtc@2000 { | ||
715 | compatible = "sirf,prima2-minigpsrtc"; | ||
716 | reg = <0x2000 0x1000>; | ||
717 | interrupts = <54>; | ||
718 | }; | ||
719 | |||
714 | pwrc@3000 { | 720 | pwrc@3000 { |
715 | compatible = "sirf,prima2-pwrc"; | 721 | compatible = "sirf,prima2-pwrc"; |
716 | reg = <0x3000 0x1000>; | 722 | reg = <0x3000 0x1000>; |
diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi index 0942f9a879a8..00a4b20c0384 100644 --- a/arch/arm/boot/dts/prima2.dtsi +++ b/arch/arm/boot/dts/prima2.dtsi | |||
@@ -739,6 +739,12 @@ | |||
739 | interrupts = <52 53 54>; | 739 | interrupts = <52 53 54>; |
740 | }; | 740 | }; |
741 | 741 | ||
742 | minigpsrtc@2000 { | ||
743 | compatible = "sirf,prima2-minigpsrtc"; | ||
744 | reg = <0x2000 0x1000>; | ||
745 | interrupts = <54>; | ||
746 | }; | ||
747 | |||
742 | pwrc@3000 { | 748 | pwrc@3000 { |
743 | compatible = "sirf,prima2-pwrc"; | 749 | compatible = "sirf,prima2-pwrc"; |
744 | reg = <0x3000 0x1000>; | 750 | reg = <0x3000 0x1000>; |