Commit e61eee7c authored by Murali Karicheri's avatar Murali Karicheri Committed by Santosh Shilimkar

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: default avatarMurali Karicheri <m-karicheri2@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <ssantosh@kernel.org>
parent bc0195aa
...@@ -273,7 +273,7 @@ mdio: mdio@02090300 { ...@@ -273,7 +273,7 @@ mdio: mdio@02090300 {
#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>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment