OSDN Git Service

ARM: dts: pxa: add pxa-timer to pxa27x and pxa3xx
authorRobert Jarzmik <robert.jarzmik@free.fr>
Sun, 12 Oct 2014 20:11:08 +0000 (22:11 +0200)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Tue, 12 May 2015 21:14:26 +0000 (23:14 +0200)
Each pxa has an embedded OS Timers IP. The kernel cannot work without a
valid clocksource, and this adds the OS Timers to the pxa device-tree
description.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
arch/arm/boot/dts/pxa27x.dtsi
arch/arm/boot/dts/pxa3xx.dtsi

index 74f7df7..90b9971 100644 (file)
                        status = "okay";
                };
        };
+
+       timer@40a00000 {
+               compatible = "marvell,pxa-timer";
+               reg = <0x40a00000 0x20>;
+               interrupts = <26>;
+               clocks = <&clks CLK_OSTIMER>;
+               status = "okay";
+       };
 };
index c7066eb..7ad0b17 100644 (file)
                        status = "okay";
                };
        };
+
+       timer@40a00000 {
+               compatible = "marvell,pxa-timer";
+               reg = <0x40a00000 0x20>;
+               interrupts = <26>;
+               clocks = <&clks CLK_OSTIMER>;
+               status = "okay";
+       };
 };