[PATCH v2 1/2] ARM: dts: imx6q-novena: Use the 'vpcie-supply' property
Marek Vasut
marex at denx.de
Mon Oct 16 02:27:00 PDT 2017
On 10/15/2017 10:53 PM, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam at nxp.com>
>
> Since commit c26ebe98a103 ("PCI: imx6: Add regulator support"), it is
> possible to pass the 'vpcie-supply' property to describe the PCIE supply.
>
> This way we can remove the 'regulator-always-on' property from the
> regulator and have a better device tree description.
>
> Cc: Marek Vasut <marex at denx.de>
> Signed-off-by: Fabio Estevam <fabio.estevam at nxp.com>
Reviewed-by: Marek Vasut <marex at denx.de>
> ---
> Changes since v1:
> - None
>
> arch/arm/boot/dts/imx6q-novena.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/imx6q-novena.dts b/arch/arm/boot/dts/imx6q-novena.dts
> index d83cfb6..eadc371 100644
> --- a/arch/arm/boot/dts/imx6q-novena.dts
> +++ b/arch/arm/boot/dts/imx6q-novena.dts
> @@ -158,7 +158,6 @@
> regulator-max-microvolt = <1500000>;
> gpio = <&gpio7 12 GPIO_ACTIVE_HIGH>;
> enable-active-high;
> - regulator-always-on;
> };
>
> reg_sata: regulator-sata {
> @@ -447,6 +446,7 @@
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_pcie_novena>;
> reset-gpio = <&gpio3 29 GPIO_ACTIVE_LOW>;
> + vpcie-supply = <®_pcie>;
> status = "okay";
> };
>
>
--
Best regards,
Marek Vasut
More information about the linux-arm-kernel
mailing list