[U-Boot] [PATCH v2 2/3] ARM: dts: dra71-evm: Correct evm_sd regulator max voltage
keerthy
j-keerthy at ti.com
Fri Apr 5 08:53:19 UTC 2019
On 4/5/2019 2:18 PM, Faiz Abbas wrote:
> Correct vpo_sd_1v8_3v3 regulator max voltage to 3.3V
Reviewed-by: Keerthy <j-keerthy at ti.com>
>
> Signed-off-by: Faiz Abbas <faiz_abbas at ti.com>
> ---
> arch/arm/dts/dra71-evm.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/dts/dra71-evm.dts b/arch/arm/dts/dra71-evm.dts
> index 41c9132eb5..64363f75c0 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 {
>
More information about the U-Boot
mailing list