aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMurali Karicheri <m-karicheri2@ti.com>2015-08-09 20:06:27 -0700
committerSantosh Shilimkar <ssantosh@kernel.org>2015-08-13 10:01:29 -0700
commite61eee7cf8e3f000b6514e18afc74fb8d1525f6d (patch)
tree91451c45cbb3483cc461681aacc6cc89777f00ab /arch
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590 (diff)
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.dtsi2
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>;
};