projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00cbdce
)
ARM: dts: AM33XX: Add rtc node
author
Afzal Mohammed
<afzal@ti.com>
Tue, 30 Oct 2012 09:34:01 +0000
(15:04 +0530)
committer
Benoit Cousson
<b-cousson@ti.com>
Wed, 31 Oct 2012 10:55:21 +0000
(11:55 +0100)
Add am33xx rtc node.
Signed-off-by: Afzal Mohammed <afzal@ti.com>
[b-cousson@ti.com: Update the subject]
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
arch/arm/boot/dts/am33xx.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am33xx.dtsi
b/arch/arm/boot/dts/am33xx.dtsi
index
70d24b8
..
97a7bd3
100644
(file)
--- a/
arch/arm/boot/dts/am33xx.dtsi
+++ b/
arch/arm/boot/dts/am33xx.dtsi
@@
-291,5
+291,13
@@
ti,hwmods = "timer7";
ti,timer-pwm;
};
+
+ rtc@44e3e000 {
+ compatible = "ti,da830-rtc";
+ reg = <0x44e3e000 0x1000>;
+ interrupts = <75
+ 76>;
+ ti,hwmods = "rtc";
+ };
};
};