ARM: dts: sun8i: add rtc device node
authorChen-Yu Tsai <wens@csie.org>
Wed, 30 Jul 2014 12:56:07 +0000 (20:56 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 17 Aug 2014 07:57:08 +0000 (09:57 +0200)
sun8i shares the same rtc hardware as sun6i. Now that we have a driver
for it, add a device node to the DTSI for it so we can use it.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-a23.dtsi

index 54ac0787216ae0e2b7093e74b329444d46cdbde9..62f002eb37b0fe4b7070ac9b252ba2088d6e0401 100644 (file)
                        interrupts = <1 9 0xf04>;
                };
 
+               rtc: rtc@01f00000 {
+                       compatible = "allwinner,sun6i-a31-rtc";
+                       reg = <0x01f00000 0x54>;
+                       interrupts = <0 40 4>, <0 41 4>;
+               };
+
                prcm@01f01400 {
                        compatible = "allwinner,sun8i-a23-prcm";
                        reg = <0x01f01400 0x200>;
This page took 0.026245 seconds and 5 git commands to generate.