aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2015-08-07 01:07:19 -0400
committerTony Lindgren <tony@atomide.com>2015-08-12 04:49:02 -0400
commit05743b3a09e905b4b09681639fa386feb6a96b5a (patch)
tree575bb478be6b1ff80cb533d27d5adf2ea82f95e6
parentaced04843278662c9058a8ff72619af9a4d84065 (diff)
ARM: dts: AM4372: Add the am4372-rtc compatible string
am4372-rtc string was already part of dts, introduced to identify the rtc specific to am4372 family of SoCs. It was removed in one of the previous patches. Adding back the same with appropriate documentation. Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--Documentation/devicetree/bindings/rtc/rtc-omap.txt1
-rw-r--r--arch/arm/boot/dts/am4372.dtsi3
2 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/rtc/rtc-omap.txt b/Documentation/devicetree/bindings/rtc/rtc-omap.txt
index 4ba4dbd34289..43a83668673a 100644
--- a/Documentation/devicetree/bindings/rtc/rtc-omap.txt
+++ b/Documentation/devicetree/bindings/rtc/rtc-omap.txt
@@ -8,6 +8,7 @@ Required properties:
8 Wakeup generation for event Alarm. It can also be 8 Wakeup generation for event Alarm. It can also be
9 used to control an external PMIC via the 9 used to control an external PMIC via the
10 pmic_power_en pin. 10 pmic_power_en pin.
11 - "ti,am4372-rtc" - for RTC IP used similar to that on AM437X SoC family.
11- reg: Address range of rtc register set 12- reg: Address range of rtc register set
12- interrupts: rtc timer, alarm interrupts in order 13- interrupts: rtc timer, alarm interrupts in order
13- interrupt-parent: phandle for the interrupt controller 14- interrupt-parent: phandle for the interrupt controller
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index 15fbc56596cc..6bc8b49bfaaf 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -330,7 +330,8 @@
330 }; 330 };
331 331
332 rtc: rtc@44e3e000 { 332 rtc: rtc@44e3e000 {
333 compatible = "ti,am3352-rtc", "ti,da830-rtc"; 333 compatible = "ti,am4372-rtc", "ti,am3352-rtc",
334 "ti,da830-rtc";
334 reg = <0x44e3e000 0x1000>; 335 reg = <0x44e3e000 0x1000>;
335 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH 336 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH
336 GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>; 337 GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;