diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2014-02-28 15:38:00 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:47:04 +0900 |
commit | 51161870b5e6999ae1e088c51e325ea0b7c82def (patch) | |
tree | 60aa2a4fffd0954ff873e75cd6ac9da4bc149a5c /arch | |
parent | 58d646b8ff0a36ad6e587edd6339c30dbbf8f162 (diff) | |
download | linux-3.10-51161870b5e6999ae1e088c51e325ea0b7c82def.tar.gz linux-3.10-51161870b5e6999ae1e088c51e325ea0b7c82def.tar.bz2 linux-3.10-51161870b5e6999ae1e088c51e325ea0b7c82def.zip |
ARM: odroidx2: enable P3V3 fixed regulator to always on
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-odroidx2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4412-odroidx2.dts b/arch/arm/boot/dts/exynos4412-odroidx2.dts index 9ce1768c75a..c4c01bb06c0 100644 --- a/arch/arm/boot/dts/exynos4412-odroidx2.dts +++ b/arch/arm/boot/dts/exynos4412-odroidx2.dts @@ -98,6 +98,7 @@ regulator-max-microvolt = <3300000>; gpio = <&gpa1 1 1>; enable-active-high; + regulator-always-on; regulator-boot-on; }; @@ -105,7 +106,6 @@ bus-width = <4>; pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>; pinctrl-names = "default"; - vmmc-supply = <®ulator_p3v3>; status = "okay"; }; |