diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-10-03 21:32:34 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 03:26:54 -0500 |
commit | 14cdd83a6df84849c369b201ce248e0213d735e0 (patch) | |
tree | abcbcfdf06ea9a6b4a54cff1817662d5876d9052 /arch/arm | |
parent | f7b901757918a99a52ef3ff281401ee1118fa7f6 (diff) |
ARM: shmobile: bockw: add MMCIF support on DTS
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/r8a7778-bockw-reference.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7778-bockw-reference.dts b/arch/arm/boot/dts/r8a7778-bockw-reference.dts index 3c1d1f078ae5..c6b834f01817 100644 --- a/arch/arm/boot/dts/r8a7778-bockw-reference.dts +++ b/arch/arm/boot/dts/r8a7778-bockw-reference.dts | |||
@@ -50,6 +50,21 @@ | |||
50 | vddvario-supply = <&fixedregulator3v3>; | 50 | vddvario-supply = <&fixedregulator3v3>; |
51 | vdd33a-supply = <&fixedregulator3v3>; | 51 | vdd33a-supply = <&fixedregulator3v3>; |
52 | }; | 52 | }; |
53 | |||
54 | mmc_pins: mmc { | ||
55 | renesas,groups = "mmc_data8", "mmc_ctrl"; | ||
56 | renesas,function = "mmc"; | ||
57 | }; | ||
58 | }; | ||
59 | |||
60 | &mmcif { | ||
61 | pinctrl-0 = <&mmc_pins>; | ||
62 | pinctrl-names = "default"; | ||
63 | |||
64 | vmmc-supply = <&fixedregulator3v3>; | ||
65 | bus-width = <8>; | ||
66 | broken-cd; | ||
67 | status = "okay"; | ||
53 | }; | 68 | }; |
54 | 69 | ||
55 | &irqpin { | 70 | &irqpin { |