From: Murali Karicheri Date: Mon, 10 Aug 2015 03:06:27 +0000 (-0700) Subject: ARM: dts: keystone: fix the clock node for mdio X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e61eee7cf8e3f000b6514e18afc74fb8d1525f6d;p=linux-beck.git ARM: dts: keystone: fix the clock node for mdio 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 Signed-off-by: Santosh Shilimkar --- diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi index c06542b2c954..367b7760300e 100644 --- a/arch/arm/boot/dts/keystone.dtsi +++ b/arch/arm/boot/dts/keystone.dtsi @@ -273,7 +273,7 @@ #size-cells = <0>; reg = <0x02090300 0x100>; status = "disabled"; - clocks = <&clkpa>; + clocks = <&clkcpgmac>; clock-names = "fck"; bus_freq = <2500000>; };