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 <m-karicheri2@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
This commit is contained in:
Murali Karicheri 2015-08-09 20:06:27 -07:00 committed by Santosh Shilimkar
parent bc0195aad0
commit e61eee7cf8
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@
#size-cells = <0>; #size-cells = <0>;
reg = <0x02090300 0x100>; reg = <0x02090300 0x100>;
status = "disabled"; status = "disabled";
clocks = <&clkpa>; clocks = <&clkcpgmac>;
clock-names = "fck"; clock-names = "fck";
bus_freq = <2500000>; bus_freq = <2500000>;
}; };