diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-10-11 02:36:44 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 03:26:57 -0500 |
commit | 00bf591c3faae65eb00cc8b1ce7ede08b4ccc067 (patch) | |
tree | 396ae2c524574fd0829587f61fba9a476ca6c73d /arch | |
parent | c4866e70a92d8d5fd8ea7ad2c64ddf0efa7a0700 (diff) |
ARM: shmobile: marzen: add SDHI 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')
-rw-r--r-- | arch/arm/boot/dts/r8a7779-marzen-reference.dts | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7779-marzen-reference.dts b/arch/arm/boot/dts/r8a7779-marzen-reference.dts index ab4110aa3c3b..f7578d5fd44a 100644 --- a/arch/arm/boot/dts/r8a7779-marzen-reference.dts +++ b/arch/arm/boot/dts/r8a7779-marzen-reference.dts | |||
@@ -68,7 +68,7 @@ | |||
68 | }; | 68 | }; |
69 | 69 | ||
70 | &pfc { | 70 | &pfc { |
71 | pinctrl-0 = <&scif2_pins &scif4_pins &sdhi0_pins>; | 71 | pinctrl-0 = <&scif2_pins &scif4_pins>; |
72 | pinctrl-names = "default"; | 72 | pinctrl-names = "default"; |
73 | 73 | ||
74 | lan0_pins: lan0 { | 74 | lan0_pins: lan0 { |
@@ -98,3 +98,12 @@ | |||
98 | renesas,function = "sdhi0"; | 98 | renesas,function = "sdhi0"; |
99 | }; | 99 | }; |
100 | }; | 100 | }; |
101 | |||
102 | &sdhi0 { | ||
103 | pinctrl-0 = <&sdhi0_pins>; | ||
104 | pinctrl-names = "default"; | ||
105 | |||
106 | vmmc-supply = <&fixedregulator3v3>; | ||
107 | bus-width = <4>; | ||
108 | status = "okay"; | ||
109 | }; | ||