aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-05-26 02:03:48 -0400
committerLee Jones <lee.jones@linaro.org>2012-07-13 04:14:38 -0400
commitd4b29ac1893e342f27fe79bd37641918e3364699 (patch)
tree5b5ca080786a31625fd89075baedbb8b07114d1e
parent732973c87fa48011d7f86230691686d53bf22548 (diff)
ARM: ux500: Enable the AB8500 RTC for all DT:ed DB8500 based devices
Here we add a node for the AB8500 Real Time Clock in all devices supporting the DB8500. The AB8500 RTC driver makes use of named interrupts we provide support for this too. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r--arch/arm/boot/dts/db8500.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi
index d698bd8de609..1b7f79526a93 100644
--- a/arch/arm/boot/dts/db8500.dtsi
+++ b/arch/arm/boot/dts/db8500.dtsi
@@ -315,6 +315,13 @@
315 interrupt-controller; 315 interrupt-controller;
316 #interrupt-cells = <2>; 316 #interrupt-cells = <2>;
317 317
318 ab8500-rtc {
319 compatible = "stericsson,ab8500-rtc";
320 interrupts = <17 0x4
321 18 0x4>;
322 interrupt-names = "60S", "ALARM";
323 };
324
318 ab8500-gpadc { 325 ab8500-gpadc {
319 compatible = "stericsson,ab8500-gpadc"; 326 compatible = "stericsson,ab8500-gpadc";
320 interrupts = <32 0x4 327 interrupts = <32 0x4