linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] powerpc/85xx: adapt QorIQ eSDHC to the new clocking model
@ 2016-04-20 10:20 Yangbo Lu
  2016-04-20 10:20 ` [PATCH 2/2] mmc: sdhci-pltfm: get clock through the common clk APIs Yangbo Lu
  2016-04-21 23:08 ` [PATCH 1/2] powerpc/85xx: adapt QorIQ eSDHC to the new clocking model Scott Wood
  0 siblings, 2 replies; 6+ messages in thread
From: Yangbo Lu @ 2016-04-20 10:20 UTC (permalink / raw)
  To: linux-mmc, linuxppc-dev, devicetree
  Cc: ulf.hansson, scott.wood, Rob Herring, Yangbo Lu

Provide clocks property instead of clock-frequency for QorIQ eSDHC
dts node to adapt to the new clocking model, so that the driver
could get clock value by the common clk API and the u-boot could
remove the clock fixup.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
---
 arch/powerpc/boot/dts/fsl/qoriq-esdhc-0.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/boot/dts/fsl/qoriq-esdhc-0.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-esdhc-0.dtsi
index 20835ae..ddbe562 100644
--- a/arch/powerpc/boot/dts/fsl/qoriq-esdhc-0.dtsi
+++ b/arch/powerpc/boot/dts/fsl/qoriq-esdhc-0.dtsi
@@ -36,5 +36,5 @@ sdhc: sdhc@114000 {
 	compatible = "fsl,esdhc";
 	reg = <0x114000 0x1000>;
 	interrupts = <48 2 0 0>;
-	clock-frequency = <0>;
+	clocks = <&clockgen 4 1>;
 };
-- 
2.1.0.27.g96db324

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

end of thread, other threads:[~2016-04-26  7:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-20 10:20 [PATCH 1/2] powerpc/85xx: adapt QorIQ eSDHC to the new clocking model Yangbo Lu
2016-04-20 10:20 ` [PATCH 2/2] mmc: sdhci-pltfm: get clock through the common clk APIs Yangbo Lu
2016-04-21 23:08 ` [PATCH 1/2] powerpc/85xx: adapt QorIQ eSDHC to the new clocking model Scott Wood
2016-04-26  6:19   ` Yangbo Lu
2016-04-26  6:29   ` Yangbo Lu
2016-04-26  6:31     ` Scott Wood

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).