diff options
author | Keerthy <j-keerthy@ti.com> | 2015-12-14 12:06:56 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-18 08:43:04 -0800 |
commit | 6686f744df70c46cff061d0120616eff78dd04f4 (patch) | |
tree | 9367fb523036c90db4d8ce68c55f49640a5c7474 /arch/arm/boot/dts/dra72-evm.dts | |
parent | 2acb6c3ef81486781ffe08145c17b7dc1904e741 (diff) |
ARM: dts: DRA72-EVM: Add regulator-allow-bypass property for ldo1 and ldo2
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>
Diffstat (limited to 'arch/arm/boot/dts/dra72-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra72-evm.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts index ae3502a0267d..00b12002c07c 100644 --- a/arch/arm/boot/dts/dra72-evm.dts +++ b/arch/arm/boot/dts/dra72-evm.dts @@ -373,6 +373,7 @@ regulator-max-microvolt = <3300000>; regulator-always-on; regulator-boot-on; + regulator-allow-bypass; }; ldo2_reg: ldo2 { @@ -380,6 +381,7 @@ regulator-name = "ldo2"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <3300000>; + regulator-allow-bypass; }; ldo3_reg: ldo3 { |