diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2014-10-13 00:11:08 +0400 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2015-05-13 00:14:26 +0300 |
commit | 8dd3075c489ba19a8f2795199352334e52f34bed (patch) | |
tree | e83be0ca6528f3ee1882e310216c6a09910cad77 /arch/arm/boot/dts/pxa3xx.dtsi | |
parent | 8dcba81724ae7aae922b01926478f536870524d2 (diff) | |
download | linux-8dd3075c489ba19a8f2795199352334e52f34bed.tar.xz |
ARM: dts: pxa: add pxa-timer to pxa27x and pxa3xx
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>
Diffstat (limited to 'arch/arm/boot/dts/pxa3xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/pxa3xx.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/pxa3xx.dtsi b/arch/arm/boot/dts/pxa3xx.dtsi index c7066ebbdbcc..7ad0b1771098 100644 --- a/arch/arm/boot/dts/pxa3xx.dtsi +++ b/arch/arm/boot/dts/pxa3xx.dtsi @@ -59,4 +59,12 @@ status = "okay"; }; }; + + timer@40a00000 { + compatible = "marvell,pxa-timer"; + reg = <0x40a00000 0x20>; + interrupts = <26>; + clocks = <&clks CLK_OSTIMER>; + status = "okay"; + }; }; |