]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: r7s72100: fix ethernet clock parent
authorChris Brandt <chris.brandt@renesas.com>
Thu, 30 Mar 2017 21:16:09 +0000 (14:16 -0700)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 3 Apr 2017 10:16:35 +0000 (06:16 -0400)
Technically, the Ethernet block is run off the 133MHz Bus (B) clock, not
the 33MHz Peripheral 0 (P0) clock.

Fixes: 969244f9c720 ("ARM: dts: r7s72100: add ethernet clock to 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 9fb2e510958aca5476ac2206ab96e08842db7d28..47ef53a4c8bf6a0235f6624a646da5d728913d8c 100644 (file)
                        #clock-cells = <1>;
                        compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
                        reg = <0xfcfe0430 4>;
-                       clocks = <&p0_clk>;
+                       clocks = <&b_clk>;
                        clock-indices = <R7S72100_CLK_ETHER>;
                        clock-output-names = "ether";
                };