aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2015-04-17 09:17:24 +0100
committerPeter Griffin <peter.griffin@linaro.org>2015-04-17 09:50:13 +0100
commit0c05f0d8aa391fb833793af8a9fffc80b6564a7d (patch)
tree3fc29ed556739858f2a9e190c7cf427d26d83fa6
parent728d8b0a204b5ce4dc213d296532626346116002 (diff)
ARM: DT: STi: STiH407: Add DT node for st-lpc timer.v4.0-st_lpc.c
This patch adds the dt node for the st-lpc timer found on stih407 famliy SoCs. This can then be used as a clocksource. Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
-rw-r--r--arch/arm/boot/dts/stih407-family.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
index c06a54681912..59c6a22c4214 100644
--- a/arch/arm/boot/dts/stih407-family.dtsi
+++ b/arch/arm/boot/dts/stih407-family.dtsi
@@ -39,6 +39,13 @@
reg = <0x08760000 0x1000>;
};
+ lpc-timer@0x8788000 {
+ compatible = "st,st_lpc_timer";
+ reg = <0x8788000 0x1000>;
+ clock-names = "lpc_clk";
+ clocks = <&clk_s_d3_flexgen CLK_LPC_1>;
+ };
+
timer@08760200 {
interrupt-parent = <&intc>;
compatible = "arm,cortex-a9-global-timer";