]> Git Repo - linux.git/commitdiff
ARM: dts: Keep some essential LDOs enabled for arndale-octa board
authorTushar Behera <[email protected]>
Thu, 20 Mar 2014 19:26:40 +0000 (04:26 +0900)
committerKukjin Kim <[email protected]>
Thu, 20 Mar 2014 19:27:45 +0000 (04:27 +0900)
LDO3 and LDO23 need to be enabled in order for soft-reset to work.
Additionally LDO9 needs to be enabled for USB operations.

Signed-off-by: Tushar Behera <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
arch/arm/boot/dts/exynos5420-arndale-octa.dts

index 810ec732f855df72d978bac5733efb148e475ac0..df975b5df88165d9125e2c0a708704e6fd2ace7a 100644 (file)
                                        regulator-name = "PVDD_APIO_MMCON_1V8";
                                        regulator-min-microvolt = <1800000>;
                                        regulator-max-microvolt = <1800000>;
+                                       regulator-always-on;
                                };
 
                                ldo4_reg: LDO4 {
                                        regulator-name = "PVDD_USB_3V3";
                                        regulator-min-microvolt = <3000000>;
                                        regulator-max-microvolt = <3000000>;
+                                       regulator-always-on;
                                };
 
                                ldo10_reg: LDO10 {
                                        regulator-name = "PVDD_MIFS_1V1";
                                        regulator-min-microvolt = <1200000>;
                                        regulator-max-microvolt = <1200000>;
+                                       regulator-always-on;
                                };
 
                                ldo24_reg: LDO24 {
This page took 0.059102 seconds and 4 git commands to generate.