diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx28-evk.dts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28-evk.dts b/arch/arm/boot/dts/imx28-evk.dts index 505ae5e541c3..28b94d309998 100644 --- a/arch/arm/boot/dts/imx28-evk.dts +++ b/arch/arm/boot/dts/imx28-evk.dts | |||
@@ -35,6 +35,7 @@ | |||
35 | &mmc0_cd_cfg &mmc0_sck_cfg>; | 35 | &mmc0_cd_cfg &mmc0_sck_cfg>; |
36 | bus-width = <8>; | 36 | bus-width = <8>; |
37 | wp-gpios = <&gpio2 12 0>; | 37 | wp-gpios = <&gpio2 12 0>; |
38 | vmmc-supply = <®_vddio_sd0>; | ||
38 | status = "okay"; | 39 | status = "okay"; |
39 | }; | 40 | }; |
40 | 41 | ||
@@ -42,7 +43,6 @@ | |||
42 | compatible = "fsl,imx28-mmc"; | 43 | compatible = "fsl,imx28-mmc"; |
43 | bus-width = <8>; | 44 | bus-width = <8>; |
44 | wp-gpios = <&gpio0 28 0>; | 45 | wp-gpios = <&gpio0 28 0>; |
45 | status = "okay"; | ||
46 | }; | 46 | }; |
47 | 47 | ||
48 | pinctrl@80018000 { | 48 | pinctrl@80018000 { |
@@ -141,6 +141,14 @@ | |||
141 | regulator-max-microvolt = <3300000>; | 141 | regulator-max-microvolt = <3300000>; |
142 | regulator-always-on; | 142 | regulator-always-on; |
143 | }; | 143 | }; |
144 | |||
145 | reg_vddio_sd0: vddio-sd0 { | ||
146 | compatible = "regulator-fixed"; | ||
147 | regulator-name = "vddio-sd0"; | ||
148 | regulator-min-microvolt = <3300000>; | ||
149 | regulator-max-microvolt = <3300000>; | ||
150 | gpio = <&gpio3 28 0>; | ||
151 | }; | ||
144 | }; | 152 | }; |
145 | 153 | ||
146 | sound { | 154 | sound { |