mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
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>
This commit is contained in:
@@ -24,13 +24,13 @@
|
|||||||
|
|
||||||
regulator-name = "vddshv8";
|
regulator-name = "vddshv8";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <3000000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
vin-supply = <&evm_5v0>;
|
vin-supply = <&evm_5v0>;
|
||||||
|
|
||||||
gpios = <&gpio7 11 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio7 11 GPIO_ACTIVE_HIGH>;
|
||||||
states = <1800000 0x0
|
states = <1800000 0x0
|
||||||
3000000 0x1>;
|
3300000 0x1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
evm_1v8_sw: fixedregulator-evm_1v8 {
|
evm_1v8_sw: fixedregulator-evm_1v8 {
|
||||||
|
Reference in New Issue
Block a user