linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio
@ 2015-08-03 18:11 Murali Karicheri
  2015-08-03 18:11 ` [PATCH 2/2] ARM: dts: keystone: Fix the mdio bindings by moving it to soc specific file Murali Karicheri
  2015-08-03 18:22 ` [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio Murali Karicheri
  0 siblings, 2 replies; 6+ messages in thread
From: Murali Karicheri @ 2015-08-03 18:11 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/boot/dts/keystone.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi
index e7a6f6d..6245a17 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>;
 		};
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-08-03 19:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-03 18:11 [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio Murali Karicheri
2015-08-03 18:11 ` [PATCH 2/2] ARM: dts: keystone: Fix the mdio bindings by moving it to soc specific file Murali Karicheri
2015-08-03 18:22 ` [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio Murali Karicheri
2015-08-03 18:30   ` santosh.shilimkar at oracle.com
2015-08-03 18:50     ` Murali Karicheri
2015-08-03 19:00       ` santosh.shilimkar at oracle.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).