[PATCH v3 2/5] ARM: mvebu: Add clock properties to Armada XP timer node
From: Mike Turquette <hidden>
Date: 2013-08-20 19:26:05
Quoting Ezequiel Garcia (2013-08-20 08:45:51)
With the addition of the Armada XP reference clock, we can now model accurately the available clock inputs for the timer: namely, nbclk and refclk. For each of this clock inputs we assign a name, for the driver to select as appropriate. Signed-off-by: Ezequiel Garcia <redacted>
Looks good to me. Reviewed-by: Mike Turquette <redacted>
quoted hunk ↗ jump to hunk
--- arch/arm/boot/dts/armada-xp.dtsi | 2 ++ 1 file changed, 2 insertions(+)diff --git a/arch/arm/boot/dts/armada-xp.dtsi b/arch/arm/boot/dts/armada-xp.dtsi index 50e404e..2642f55 100644 --- a/arch/arm/boot/dts/armada-xp.dtsi +++ b/arch/arm/boot/dts/armada-xp.dtsi@@ -63,6 +63,8 @@ timer at 20300 { compatible = "marvell,armada-xp-timer"; + clocks = <&coreclk 2>, <&refclk>; + clock-names = "nbclk", "fixed"; }; coreclk: mvebu-sar at 18230 {-- 1.8.1.5 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel at lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel