diff options
author | Keerthy <j-keerthy@ti.com> | 2015-12-14 09:36:57 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-18 19:43:30 +0300 |
commit | fcf589581b3b96fbc3abef716553a182e1156d60 (patch) | |
tree | 4dceb23f01a0eac2425be1466d74e23be0d49685 /arch/arm/boot/dts/dra7-evm.dts | |
parent | 6686f744df70c46cff061d0120616eff78dd04f4 (diff) | |
download | linux-fcf589581b3b96fbc3abef716553a182e1156d60.tar.xz |
ARM: dts: DRA7-EVM: Add regulator-allow-bypass property for ldo9
Add regulator-allow-bypass property for ldo9.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index 53b3a4b97086..cfc24e52244e 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -504,6 +504,7 @@ regulator-max-microvolt = <1050000>; regulator-always-on; regulator-boot-on; + regulator-allow-bypass; }; ldoln_reg: ldoln { |