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@xxxxxxxxx> --- Cc: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxxxxxxxxx> Cc: Ezequiel Garcia <ezequiel.garcia@xxxxxxxxxxxxxxxxxx> Cc: barebox@xxxxxxxxxxxxxxxxxxx --- 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@20300 { compatible = "marvell,orion-timer"; - reg = <0x20300 0x30>; + reg = <0x20300 0x30>; + clocks = <&core_clk 0>; }; intc: interrupt-controller@20204 { -- 1.7.2.5 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox