diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-05-11 09:46:55 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-05-11 19:07:07 +0200 |
commit | b4d6c77e3c64c1d1c097db1baa9c12126a4f583d (patch) | |
tree | ccd3becfb87eed40be0db73f345f3e0b3edc253f /arch/arm/boot/dts/sun5i-a13-olinuxino.dts | |
parent | a4da476b6c712bce10beddd342111d346a526caa (diff) | |
download | linux-b4d6c77e3c64c1d1c097db1baa9c12126a4f583d.tar.bz2 |
ARM: dts: sun5i: Add reg_vcc3v3 to sun5i 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/sun5i-a13-olinuxino.dts')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a13-olinuxino.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13-olinuxino.dts b/arch/arm/boot/dts/sun5i-a13-olinuxino.dts index 51a943837cb2..429994e1943e 100644 --- a/arch/arm/boot/dts/sun5i-a13-olinuxino.dts +++ b/arch/arm/boot/dts/sun5i-a13-olinuxino.dts @@ -23,6 +23,7 @@ mmc0: mmc@01c0f000 { pinctrl-names = "default"; pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_olinuxino>; + vmmc-supply = <®_vcc3v3>; bus-width = <4>; cd-gpios = <&pio 6 0 0>; /* PG0 */ cd-inverted; |