ARM: dts: dra71-evm: Correct evm_sd regulator max voltage
authorFaiz Abbas <faiz_abbas@ti.com>
Fri, 5 Apr 2019 08:48:45 +0000 (14:18 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2019 12:05:56 +0000 (08:05 -0400)
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>
arch/arm/dts/dra71-evm.dts

index 41c9132eb550d07dd686a85eda0296bbfad0b6f7..64363f75c01ad507ce40c32bd2e4a756190a608e 100644 (file)
 
                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 {