aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-09-14 12:58:17 +0530
committerTushar Behera <tushar.behera@linaro.org>2012-09-14 13:33:55 +0530
commit8259403183c90572f2b52f46007cf37b462b7701 (patch)
treedba540aa2cb3e27685dd69d2fd25cfb0c1bb4bf7
parente791eb2c049e06db09a952cc8a4c2221191e081b (diff)
ARM: DTS: exynos4210-origen: Set LDO3 as always onsamsung-lt-v3.6-rc3-1
LDO3 feeds to VDD_11OF power line which drives MIPI, HDMI, SATA, OTG etc. Currently no driver is explicitly using this regulator, hence it gets disabled during boot-time. This leads to system hang when a USB device is attached to the board during system initialization. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--arch/arm/boot/dts/exynos4210-origen.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts
index 7e4e9d70755..b611e047c16 100644
--- a/arch/arm/boot/dts/exynos4210-origen.dts
+++ b/arch/arm/boot/dts/exynos4210-origen.dts
@@ -220,6 +220,7 @@
regulator-name = "VMIPI_1.1V";
regulator-min-microvolt = <1100000>;
regulator-max-microvolt = <1100000>;
+ regulator-always-on;
};
ldo4_reg: LDO4 {