Connect the Meta core clock to the root DT node so that the precise rate of the Meta timer can be determined.
Signed-off-by: James Hogan <[email protected]> Cc: Mike Turquette <[email protected]> Cc: Rob Herring <[email protected]> Cc: Pawel Moll <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Ian Campbell <[email protected]> Cc: Kumar Gala <[email protected]> Cc: [email protected] Cc: [email protected] --- Changes since v1 (patch 15): - Split out linking of Meta core clock in DT into this new patch. --- arch/metag/boot/dts/tz1090.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/metag/boot/dts/tz1090.dtsi b/arch/metag/boot/dts/tz1090.dtsi index 48aa8b1..9b37642 100644 --- a/arch/metag/boot/dts/tz1090.dtsi +++ b/arch/metag/boot/dts/tz1090.dtsi @@ -16,6 +16,9 @@ interrupt-parent = <&intc>; + clocks = <&top_clks CLK_TOP_META>; + clock-names = "core"; + intc: interrupt-controller { compatible = "img,meta-intc"; interrupt-controller; -- 2.0.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
