diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-05-11 03:46:57 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-05-11 13:07:22 -0400 |
commit | 0ed9eab3030a337d803a0eaefd70fc254a1ae1c8 (patch) | |
tree | f5ce21f5b15b2fe8768c1e5626260c0a0a57bc97 /arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | |
parent | e6879d190d0ccd02d60b24ff9e49c0e105d135a6 (diff) |
ARM: dts: sun7i: Add reg_vcc3v3 to sun7i board mmc nodes
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts b/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts index 1bfef12cf9d1..b759630bc9a9 100644 --- a/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts +++ b/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | |||
@@ -34,6 +34,7 @@ | |||
34 | mmc0: mmc@01c0f000 { | 34 | mmc0: mmc@01c0f000 { |
35 | pinctrl-names = "default"; | 35 | pinctrl-names = "default"; |
36 | pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>; | 36 | pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>; |
37 | vmmc-supply = <®_vcc3v3>; | ||
37 | bus-width = <4>; | 38 | bus-width = <4>; |
38 | cd-gpios = <&pio 7 1 0>; /* PH1 */ | 39 | cd-gpios = <&pio 7 1 0>; /* PH1 */ |
39 | cd-inverted; | 40 | cd-inverted; |
@@ -43,6 +44,7 @@ | |||
43 | mmc3: mmc@01c12000 { | 44 | mmc3: mmc@01c12000 { |
44 | pinctrl-names = "default"; | 45 | pinctrl-names = "default"; |
45 | pinctrl-0 = <&mmc3_pins_a>, <&mmc3_cd_pin_olinuxinom>; | 46 | pinctrl-0 = <&mmc3_pins_a>, <&mmc3_cd_pin_olinuxinom>; |
47 | vmmc-supply = <®_vcc3v3>; | ||
46 | bus-width = <4>; | 48 | bus-width = <4>; |
47 | cd-gpios = <&pio 7 11 0>; /* PH11 */ | 49 | cd-gpios = <&pio 7 11 0>; /* PH11 */ |
48 | cd-inverted; | 50 | cd-inverted; |