ARM: dts: DRA72-EVM: Add regulator-allow-bypass property for ldo1 and ldo2
authorKeerthy <j-keerthy@ti.com>
Mon, 14 Dec 2015 06:36:56 +0000 (12:06 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 18 Dec 2015 16:43:04 +0000 (08:43 -0800)
Add regulator-allow-bypass property for ldo1 and ldo2.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra72-evm.dts

index ae3502a..00b1200 100644 (file)
                                        regulator-max-microvolt = <3300000>;
                                        regulator-always-on;
                                        regulator-boot-on;
+                                       regulator-allow-bypass;
                                };
 
                                ldo2_reg: ldo2 {
                                        regulator-name = "ldo2";
                                        regulator-min-microvolt = <1800000>;
                                        regulator-max-microvolt = <3300000>;
+                                       regulator-allow-bypass;
                                };
 
                                ldo3_reg: ldo3 {