ARM: dts: r7s72100: add usb clocks to device tree
authorChris Brandt <chris.brandt@renesas.com>
Fri, 28 Apr 2017 19:01:34 +0000 (12:01 -0700)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 15 May 2017 07:06:40 +0000 (09:06 +0200)
This adds the USB0 and USB1 clocks to the device tree.

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r7s72100.dtsi

index 0423996..5cf53e9 100644 (file)
                        #clock-cells = <1>;
                        compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
                        reg = <0xfcfe0430 4>;
-                       clocks = <&b_clk>;
-                       clock-indices = <R7S72100_CLK_ETHER>;
-                       clock-output-names = "ether";
+                       clocks = <&b_clk>, <&p1_clk>, <&p1_clk>;
+                       clock-indices = <R7S72100_CLK_ETHER R7S72100_CLK_USB0 R7S72100_CLK_USB1>;
+                       clock-output-names = "ether", "usb0", "usb1";
                };
 
                mstp8_clks: mstp8_clks@fcfe0434 {