aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/dra71-evm.dts
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2019-04-05 14:18:45 +0530
committerTom Rini <trini@konsulko.com>2019-04-12 08:05:56 -0400
commitfddfd9c7b03ad7b5b76870f42cca770410c28be6 (patch)
treeb4a8696128176ed737306d89c4636337b190aa99 /arch/arm/dts/dra71-evm.dts
parent2499a04617ec860bf7576d05a422a16e318354bf (diff)
downloadu-boot-fddfd9c7b03ad7b5b76870f42cca770410c28be6.zip
u-boot-fddfd9c7b03ad7b5b76870f42cca770410c28be6.tar.gz
u-boot-fddfd9c7b03ad7b5b76870f42cca770410c28be6.tar.bz2
ARM: dts: dra71-evm: Correct evm_sd regulator max voltage
Correct vpo_sd_1v8_3v3 regulator max voltage to 3.3V Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Reviewed-by: Keerthy <j-keerthy@ti.com>
Diffstat (limited to 'arch/arm/dts/dra71-evm.dts')
-rw-r--r--arch/arm/dts/dra71-evm.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/dra71-evm.dts b/arch/arm/dts/dra71-evm.dts
index 41c9132..64363f7 100644
--- a/arch/arm/dts/dra71-evm.dts
+++ b/arch/arm/dts/dra71-evm.dts
@@ -24,13 +24,13 @@
regulator-name = "vddshv8";
regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <3000000>;
+ regulator-max-microvolt = <3300000>;
regulator-boot-on;
vin-supply = <&evm_5v0>;
gpios = <&gpio7 11 GPIO_ACTIVE_HIGH>;
states = <1800000 0x0
- 3000000 0x1>;
+ 3300000 0x1>;
};
evm_1v8_sw: fixedregulator-evm_1v8 {