summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorDave Gerlach <d-gerlach@ti.com>2014-09-05 16:35:43 -0500
committerLokesh Vutla <lokeshvutla@ti.com>2014-09-11 09:51:01 +0530
commitff151ed7700a78270cf8cac0ef82d3d0b8a297b6 (patch)
tree16a21d414be1ab98353e3200b247b21e5a4a3ea2 /arch
parent2d16cd0976d6b1721e7e432a8f7f6cf986a663bc (diff)
ARM: dts: am33xx: Update rtc node compatible
Use ti,am3352-rtc for rtc node on am335x so that the driver knows to enable am3352 specific features, including those needed for wakeup from deep sleep mode. Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 2cfd6946bd3..7c9c6a71c15 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -402,7 +402,7 @@
};
rtc@44e3e000 {
- compatible = "ti,da830-rtc";
+ compatible = "ti,am3352-rtc";
reg = <0x44e3e000 0x1000>;
interrupts = <75
76>;