Re: [PATCH 4/5] ARM: dts: imx6qdl-sabresd: Set LDO regulator supply

From: Lucas Stach
Date: Tue Apr 04 2017 - 06:11:14 EST


Am Freitag, den 31.03.2017, 22:25 +0300 schrieb Leonard Crestez:
> Setting the supply is optional but beneficial, it will cause PMIC
> voltages to be dynamically changed with cpu frequency.
>
> Signed-off-by: Leonard Crestez <leonard.crestez@xxxxxxx>

Reviewed-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx>

> ---
> arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
> index 63bf95e..58055ce 100644
> --- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
> @@ -548,6 +548,18 @@
> status = "okay";
> };
>
> +&reg_arm {
> + vin-supply = <&sw1a_reg>;
> +};
> +
> +&reg_pu {
> + vin-supply = <&sw1c_reg>;
> +};
> +
> +&reg_soc {
> + vin-supply = <&sw1c_reg>;
> +};
> +
> &snvs_poweroff {
> status = "okay";
> };