Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1615861
| From | Lucas Stach <l.stach@pengutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 4/5] ARM: dts: imx6qdl-sabresd: Set LDO regulator supply |
| Date | 2017-04-04 12:20 +0200 |
| Message-ID | <tstJ7-3vl-9@gated-at.bofh.it> (permalink) |
| References | <tstg6-33o-13@gated-at.bofh.it> <tstJ7-3vl-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@nxp.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
> ---
> 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";
> };
>
> +®_arm {
> + vin-supply = <&sw1a_reg>;
> +};
> +
> +®_pu {
> + vin-supply = <&sw1c_reg>;
> +};
> +
> +®_soc {
> + vin-supply = <&sw1c_reg>;
> +};
> +
> &snvs_poweroff {
> status = "okay";
> };
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 4/5] ARM: dts: imx6qdl-sabresd: Set LDO regulator supply Lucas Stach <l.stach@pengutronix.de> - 2017-04-04 12:20 +0200
csiph-web