Skip to content

Commit

Permalink
ARM: ux500: Enable the AB8500 RTC for all DT:ed DB8500 based devices
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lee Jones committed Jul 13, 2012
1 parent 732973c commit d4b29ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/db8500.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,13 @@
interrupt-controller;
#interrupt-cells = <2>;

ab8500-rtc {
compatible = "stericsson,ab8500-rtc";
interrupts = <17 0x4
18 0x4>;
interrupt-names = "60S", "ALARM";
};

ab8500-gpadc {
compatible = "stericsson,ab8500-gpadc";
interrupts = <32 0x4
Expand Down

0 comments on commit d4b29ac

Please sign in to comment.