提交 e61eee7c 编写于 作者: M Murali Karicheri 提交者: 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: NMurali Karicheri <m-karicheri2@ti.com>
Signed-off-by: NSantosh Shilimkar <ssantosh@kernel.org>
上级 bc0195aa
...@@ -273,7 +273,7 @@ ...@@ -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>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册