]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: keystone: fix the clock node for mdio
authorMurali Karicheri <m-karicheri2@ti.com>
Mon, 10 Aug 2015 03:06:27 +0000 (20:06 -0700)
committerSantosh Shilimkar <ssantosh@kernel.org>
Thu, 13 Aug 2015 17:01:29 +0000 (10:01 -0700)
Currently the MDIO clock is pointing to clkpa instead of clkcpgmac.
MDIO is part of the ethss and the clock should be clkcpgmac.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
arch/arm/boot/dts/keystone.dtsi

index c06542b2c954452dcf891f579014478e573b8221..367b7760300e6dc401a636db9a3b9dd6a72a9e17 100644 (file)
                        #size-cells = <0>;
                        reg             = <0x02090300 0x100>;
                        status = "disabled";
-                       clocks = <&clkpa>;
+                       clocks = <&clkcpgmac>;
                        clock-names = "fck";
                        bus_freq        = <2500000>;
                };