ARM: dts: sun6i: Add reg_vcc3v3 to sun6i board mmc nodes
authorHans de Goede <hdegoede@redhat.com>
Sun, 11 May 2014 07:46:56 +0000 (09:46 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 11 May 2014 17:07:10 +0000 (19:07 +0200)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun6i-a31-m9.dts

index 22eacf83997a137b381f814ffac2847bb1de4b43..bc6115da5ae14055dd07f36de51cc0204dffdd9b 100644 (file)
@@ -11,6 +11,7 @@
 
 /dts-v1/;
 /include/ "sun6i-a31.dtsi"
+/include/ "sunxi-common-regulators.dtsi"
 
 / {
        model = "Mele M9 / A1000G Quad top set box";
@@ -24,6 +25,7 @@
                mmc0: mmc@01c0f000 {
                        pinctrl-names = "default";
                        pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_m9>;
+                       vmmc-supply = <&reg_vcc3v3>;
                        bus-width = <4>;
                        cd-gpios = <&pio 7 22 0>; /* PH22 */
                        cd-inverted;
This page took 0.02795 seconds and 5 git commands to generate.