diff mbox

[7/7] ARM: shmobile: bockw: add MMCIF support on DTS

Message ID 87txgxzuq8.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Superseded
Commit d90565f76aea8d67814608e23dd062c6ed3d1459
Headers show

Commit Message

Kuninori Morimoto Oct. 4, 2013, 1:32 a.m. UTC
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/boot/dts/r8a7778-bockw-reference.dts |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

Comments

Simon Horman Oct. 11, 2013, 1:30 a.m. UTC | #1
On Thu, Oct 03, 2013 at 06:32:34PM -0700, Kuninori Morimoto wrote:
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Thanks, I have queued this up.

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/r8a7778-bockw-reference.dts b/arch/arm/boot/dts/r8a7778-bockw-reference.dts
index 3c1d1f0..492fa60 100644
--- a/arch/arm/boot/dts/r8a7778-bockw-reference.dts
+++ b/arch/arm/boot/dts/r8a7778-bockw-reference.dts
@@ -64,4 +64,19 @@ 
 		renesas,groups = "scif0_data_a", "scif0_ctrl";
 		renesas,function = "scif0";
 	};
+
+	mmc_pins: mmc {
+		renesas,groups = "mmc_data8", "mmc_ctrl";
+		renesas,function = "mmc";
+	};
+};
+
+&mmcif {
+	pinctrl-0 = <&mmc_pins>;
+	pinctrl-names = "default";
+
+	vmmc-supply = <&fixedregulator3v3>;
+	bus-width = <8>;
+	broken-cd;
+	status = "okay";
 };