[PATCH 1/3] ARM: dove: add missing clocks property to timer node
Sebastian Hesselbarth
sebastian.hesselbarth at gmail.com
Thu Aug 15 09:24:17 EDT 2013
Timer node was missing a clocks property to core_clk 0 (tclk). Add it
and while at it, also fix a whitespace issue.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth at gmail.com>
---
Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Cc: Ezequiel Garcia <ezequiel.garcia at free-electrons.com>
Cc: barebox at lists.infradead.org
---
arch/arm/dts/dove.dtsi | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/arch/arm/dts/dove.dtsi b/arch/arm/dts/dove.dtsi
index 4ee8db0..32fbf28 100644
--- a/arch/arm/dts/dove.dtsi
+++ b/arch/arm/dts/dove.dtsi
@@ -34,7 +34,8 @@
timer: timer at 20300 {
compatible = "marvell,orion-timer";
- reg = <0x20300 0x30>;
+ reg = <0x20300 0x30>;
+ clocks = <&core_clk 0>;
};
intc: interrupt-controller at 20204 {
--
1.7.2.5
More information about the barebox
mailing list