public inbox for devicetree@vger.kernel.org
 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: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8,
	mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
	galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-lFZ/pmaqli7XmaaqVzeoHQ,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	santosh.shilimkar-QHcLZuEGTsvQT0dZR+AlfA,
	ssantosh-DgEjT+Ai2ygdnm+yROfE0A

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-l0cyMroinI0@public.gmane.org>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ 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
2015-08-03 18:50     ` Murali Karicheri
2015-08-03 19:00       ` santosh.shilimkar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox