Skip to content

Commit

Permalink
ARM: dts: keystone: fix the clock node for mdio
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Murali Karicheri authored and Santosh Shilimkar committed Aug 13, 2015
1 parent bc0195a commit e61eee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/keystone.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
#size-cells = <0>;
reg = <0x02090300 0x100>;
status = "disabled";
clocks = <&clkpa>;
clocks = <&clkcpgmac>;
clock-names = "fck";
bus_freq = <2500000>;
};
Expand Down

0 comments on commit e61eee7

Please sign in to comment.