]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
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 74f7df7000137fc6aede7067950e2289dd74d7b2..90b99714ad80ef2293cf254c3d43074d79cadb03 100644 (file)
                        status = "okay";
                };
        };
+
+       timer@40a00000 {
+               compatible = "marvell,pxa-timer";
+               reg = <0x40a00000 0x20>;
+               interrupts = <26>;
+               clocks = <&clks CLK_OSTIMER>;
+               status = "okay";
+       };
 };
index c7066ebbdbccb95c62def5cf70c3c73a1ef6e409..7ad0b177109837bf7c06d47e0acf032af8c86e31 100644 (file)
                        status = "okay";
                };
        };
+
+       timer@40a00000 {
+               compatible = "marvell,pxa-timer";
+               reg = <0x40a00000 0x20>;
+               interrupts = <26>;
+               clocks = <&clks CLK_OSTIMER>;
+               status = "okay";
+       };
 };