]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: r8a7792: add VSP1V clocks
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Fri, 19 Aug 2016 22:18:54 +0000 (01:18 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 23 Aug 2016 07:33:25 +0000 (09:33 +0200)
Describe the VSP1V clocks in the R8A7792 device tree.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7792.dtsi

index 9763289db5cebc3a09752ef121b635eebed5ddfb..856e6c5b94bcc359b6f2a9a21ad4ebf76835034e 100644 (file)
                        compatible = "renesas,r8a7792-mstp-clocks",
                                     "renesas,cpg-mstp-clocks";
                        reg = <0 0xe6150134 0 4>, <0 0xe6150038 0 4>;
-                       clocks = <&m2_clk>;
+                       clocks = <&m2_clk>, <&zs_clk>, <&zs_clk>, <&zs_clk>;
                        #clock-cells = <1>;
-                       clock-indices = <R8A7792_CLK_JPU>;
-                       clock-output-names = "jpu";
+                       clock-indices = <
+                               R8A7792_CLK_JPU
+                               R8A7792_CLK_VSP1DU1 R8A7792_CLK_VSP1DU0
+                               R8A7792_CLK_VSP1_SY
+                       >;
+                       clock-output-names = "jpu", "vsp1du1", "vsp1du0",
+                                            "vsp1-sy";
                };
                mstp2_clks: mstp2_clks@e6150138 {
                        compatible = "renesas,r8a7792-mstp-clocks",