linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/RFC] ARM: shmobile: r8a7790: Add MMCIF clock rate to device tree
@ 2014-10-30  5:57 Simon Horman
  2014-10-30  5:57 ` [PATCH/RFC] ARM: shmobile: r8a7790: Add SDHI " Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2014-10-30  5:57 UTC (permalink / raw)
  To: linux-arm-kernel

From: Shinobu Uehara <shinobu.uehara.xc@renesas.com>

Signed-off-by: Shinobu Uehara <shinobu.uehara.xc@renesas.com>
---
Based on the renesas-devel-20141030-v3.18-rc2 branch of my renesas tree

If this is useful I wonder if it is should be set in the lager board DTS
file instead of the r8a7790 SoC DTSI file.

 arch/arm/boot/dts/r8a7790.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index 69b7cd0..b8cd8e3 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -400,6 +400,7 @@
 		dmas = <&dmac0 0xd1>, <&dmac0 0xd2>;
 		dma-names = "tx", "rx";
 		reg-io-width = <4>;
+		renesas,clk-rate = <97500000>;
 		status = "disabled";
 	};
 
@@ -411,6 +412,7 @@
 		dmas = <&dmac0 0xe1>, <&dmac0 0xe2>;
 		dma-names = "tx", "rx";
 		reg-io-width = <4>;
+		renesas,clk-rate = <97500000>;
 		status = "disabled";
 	};
 
-- 
2.1.1


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

end of thread, other threads:[~2014-10-30  7:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-30  5:57 [PATCH/RFC] ARM: shmobile: r8a7790: Add MMCIF clock rate to device tree Simon Horman
2014-10-30  5:57 ` [PATCH/RFC] ARM: shmobile: r8a7790: Add SDHI " Simon Horman
2014-10-30  6:31   ` Kuninori Morimoto
2014-10-30  7:20     ` Simon Horman

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