[PATCH V3 03/12] ARM: shmobile: r7s72100: add essential clock nodes to dtsi
From: Ben Dooks <hidden>
Date: 2014-03-07 16:22:26
Also in:
linux-sh
On 07/03/14 16:00, Wolfram Sang wrote:
From: Wolfram Sang <redacted>
+ /* MSTP clocks */
+ mstp3_clks: mstp3_clks at fcfe0420 {
+ #clock-cells = <1>;
+ compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
+ reg = <0xfcfe0420 4>;
+ clocks = <&p0_clk>;
+ renesas,clock-indices = <R7S72100_CLK_MTU2>;
+ clock-output-names = "mtu2";
+ };
+
+ mstp4_clks: mstp4_clks at fcfe0424 {
+ #clock-cells = <1>;
+ compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
+ reg = <0xfcfe0424 4>;
+ clocks = <&p1_clk>, <&p1_clk>, <&p1_clk>, <&p1_clk>,
+ <&p1_clk>, <&p1_clk>, <&p1_clk>, <&p1_clk>;
+ renesas,clock-indices = <
+ R7S72100_CLK_SCIF0 R7S72100_CLK_SCIF1 R7S72100_CLK_SCIF2 R7S72100_CLK_SCIF3
+ R7S72100_CLK_SCIF4 R7S72100_CLK_SCIF5 R7S72100_CLK_SCIF6 R7S72100_CLK_SCIF7
+ >;
+ clock-output-names = "scif0", "scif1", "scif2", "scif3", "scif4", "scif5", "scif6", "scif7";FYI: I'm pushing a patch through to make clock-indices a standard DT property that will allow the of_clk_get_name() function to work properly. With this, the renesas,clock-indices will be replaced with the clock-indices. -- Ben Dooks http://www.codethink.co.uk/ Senior Engineer Codethink - Providing Genies