diff options
author | Murali Karicheri <m-karicheri2@ti.com> | 2015-08-10 06:06:27 +0300 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2015-08-13 20:01:29 +0300 |
commit | e61eee7cf8e3f000b6514e18afc74fb8d1525f6d (patch) | |
tree | 91451c45cbb3483cc461681aacc6cc89777f00ab /arch | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 (diff) | |
download | linux-e61eee7cf8e3f000b6514e18afc74fb8d1525f6d.tar.xz |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/keystone.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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>; }; |