Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1615910 > unrolled thread
| Started by | Lucas Stach <l.stach@pengutronix.de> |
|---|---|
| First post | 2017-04-04 13:10 +0200 |
| Last post | 2017-04-04 13:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 5/5] ARM: dts: imx6qp-sabresd: Set reg_arm regulator supply Lucas Stach <l.stach@pengutronix.de> - 2017-04-04 13:10 +0200
| From | Lucas Stach <l.stach@pengutronix.de> |
|---|---|
| Date | 2017-04-04 13:10 +0200 |
| Subject | Re: [PATCH 5/5] ARM: dts: imx6qp-sabresd: Set reg_arm regulator supply |
| Message-ID | <tsuvv-43D-13@gated-at.bofh.it> |
Am Freitag, den 31.03.2017, 22:25 +0300 schrieb Leonard Crestez:
> On imx6qp-sabresd LDO_ARM is connected to a different PMIC output than
> the other imx6qdl-sabresd boards.
>
> Setting cpu0 arm-supply to sw2_reg is wrong, this must have mistakenly
> slipped out of the vendor tree where this is are used for LDO bypass.
>
> Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
> ---
> arch/arm/boot/dts/imx6qp-sabresd.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6qp-sabresd.dts b/arch/arm/boot/dts/imx6qp-sabresd.dts
> index b234580..a8a5004 100644
> --- a/arch/arm/boot/dts/imx6qp-sabresd.dts
> +++ b/arch/arm/boot/dts/imx6qp-sabresd.dts
> @@ -50,8 +50,8 @@
> compatible = "fsl,imx6qp-sabresd", "fsl,imx6qp";
> };
>
> -&cpu0 {
> - arm-supply = <&sw2_reg>;
> +®_arm {
> + vin-supply = <&sw2_reg>;
> };
>
> &iomuxc {
Back to top | Article view | linux.kernel
csiph-web