summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/pxa27x.dtsi
diff options
context:
space:
mode:
authorRobert Jarzmik <robert.jarzmik@free.fr>2014-10-12 22:11:08 +0200
committerRobert Jarzmik <robert.jarzmik@free.fr>2015-05-12 23:14:26 +0200
commit8dd3075c489ba19a8f2795199352334e52f34bed (patch)
treee83be0ca6528f3ee1882e310216c6a09910cad77 /arch/arm/boot/dts/pxa27x.dtsi
parent8dcba81724ae7aae922b01926478f536870524d2 (diff)
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/pxa27x.dtsi')
-rw-r--r--arch/arm/boot/dts/pxa27x.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi
index 74f7df700013..90b99714ad80 100644
--- a/arch/arm/boot/dts/pxa27x.dtsi
+++ b/arch/arm/boot/dts/pxa27x.dtsi
@@ -85,4 +85,12 @@
status = "okay";
};
};
+
+ timer@40a00000 {
+ compatible = "marvell,pxa-timer";
+ reg = <0x40a00000 0x20>;
+ interrupts = <26>;
+ clocks = <&clks CLK_OSTIMER>;
+ status = "okay";
+ };
};