ARM: odroidx2: enable P3V3 fixed regulator to always on
authorJoonyoung Shim <jy0922.shim@samsung.com>
Fri, 28 Feb 2014 06:38:00 +0000 (15:38 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:04 +0000 (11:47 +0900)
This fixed regulator is used at usb module mainly, not mmc. Just use to
always on it.

Change-Id: Ib43ea87aa85cd21aca9f44937c7c7a70c0e916f4
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
arch/arm/boot/dts/exynos4412-odroidx2.dts

index 9ce1768..c4c01bb 100644 (file)
@@ -98,6 +98,7 @@
                regulator-max-microvolt = <3300000>;
                gpio = <&gpa1 1 1>;
                enable-active-high;
+               regulator-always-on;
                regulator-boot-on;
        };
 
                bus-width = <4>;
                pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
                pinctrl-names = "default";
-               vmmc-supply = <&regulator_p3v3>;
                status = "okay";
        };