public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>, Frank Li <Frank.Li@nxp.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	Christoph Niedermaier <cniedermaier@dh-electronics.com>,
	Marek Vasut <marex@denx.de>, Russell King <linux@armlinux.org.uk>,
	Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Cc: devicetree@vger.kernel.org, imx@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, kernel@dh-electronics.com,
	linux@ew.tq-group.com,
	Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Subject: Re: [PATCH 07/12] arm64: dts: imx8: Use undeprecated reset-gpios
Date: Thu, 12 Mar 2026 13:14:47 +0100	[thread overview]
Message-ID: <4916204.aeNJFYEL58@steina-w> (raw)
In-Reply-To: <20260311-dts-snps-reset-gpios-v1-7-ea1cc09fba84@oss.qualcomm.com>

Am Mittwoch, 11. März 2026, 17:08:03 CET schrieb Krzysztof Kozlowski:
> Freescale i.MX6 PCIe host controller bindings through referenced
> snps,dw-pcie-common.yaml schema already document "reset-gpios", just
> like Linux kernel did for a long time.  Use the preferred form over
> "reset-gpio" deprecated since commit 42694f9f6407 ("dt-bindings: PCI:
> add snps,dw-pcie.yaml") in 2021.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>

> ---
>  arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi | 4 ++--
>  arch/arm64/boot/dts/freescale/imx8dxl-evk.dts       | 4 ++--
>  arch/arm64/boot/dts/freescale/tqma8xxs.dtsi         | 2 +-
>  3 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi
> index 6fc82b5eb58c..6d8a57ff56c2 100644
> --- a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi
> @@ -806,7 +806,7 @@ &pciea {
>  	pinctrl-0 = <&pinctrl_reset_moci>;
>  	phys = <&hsio_phy 0 PHY_TYPE_PCIE 0>;
>  	phy-names = "pcie-phy";
> -	reset-gpio = <&lsio_gpio0 30 GPIO_ACTIVE_LOW>;
> +	reset-gpios = <&lsio_gpio0 30 GPIO_ACTIVE_LOW>;
>  	vpcie-supply = <&reg_pcie_switch>;
>  };
>  
> @@ -816,7 +816,7 @@ &pcieb {
>  	pinctrl-0 = <&pinctrl_pcieb>, <&pinctrl_wifi>;
>  	phys = <&hsio_phy 1 PHY_TYPE_PCIE 1>;
>  	phy-names = "pcie-phy";
> -	reset-gpio = <&lsio_gpio5 0 GPIO_ACTIVE_LOW>;
> +	reset-gpios = <&lsio_gpio5 0 GPIO_ACTIVE_LOW>;
>  	status = "okay";
>  };
>  
> diff --git a/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts b/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
> index 5c68d33e19f2..bdd1dbc6b322 100644
> --- a/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
> @@ -651,7 +651,7 @@ &pcie0 {
>  	phy-names = "pcie-phy";
>  	pinctrl-0 = <&pinctrl_pcieb>;
>  	pinctrl-names = "default";
> -	reset-gpio = <&lsio_gpio4 0 GPIO_ACTIVE_LOW>;
> +	reset-gpios = <&lsio_gpio4 0 GPIO_ACTIVE_LOW>;
>  	vpcie-supply = <&reg_pcieb>;
>  	vpcie3v3aux-supply = <&reg_pcieb>;
>  	status = "okay";
> @@ -662,7 +662,7 @@ &pcie0_ep {
>  	phy-names = "pcie-phy";
>  	pinctrl-0 = <&pinctrl_pcieb>;
>  	pinctrl-names = "default";
> -	reset-gpio = <&lsio_gpio4 0 GPIO_ACTIVE_LOW>;
> +	reset-gpios = <&lsio_gpio4 0 GPIO_ACTIVE_LOW>;
>  	vpcie-supply = <&reg_pcieb>;
>  	status = "disabled";
>  };
> diff --git a/arch/arm64/boot/dts/freescale/tqma8xxs.dtsi b/arch/arm64/boot/dts/freescale/tqma8xxs.dtsi
> index bfc918f18d01..677a05b38391 100644
> --- a/arch/arm64/boot/dts/freescale/tqma8xxs.dtsi
> +++ b/arch/arm64/boot/dts/freescale/tqma8xxs.dtsi
> @@ -407,7 +407,7 @@ &pcieb {
>  	phy-names = "pcie-phy";
>  	pinctrl-names = "default";
>  	pinctrl-0 = <&pinctrl_pcieb>;
> -	reset-gpio = <&lsio_gpio4 0 GPIO_ACTIVE_LOW>;
> +	reset-gpios = <&lsio_gpio4 0 GPIO_ACTIVE_LOW>;
>  };
>  
>  &sai1 {
> 
> 


-- 
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/



  reply	other threads:[~2026-03-12 12:14 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-11 16:07 [PATCH 00/12] arm64: dts: nxp: Use undeprecated reset-gpios Krzysztof Kozlowski
2026-03-11 16:07 ` [PATCH 01/12] ARM: dts: imx6dl: " Krzysztof Kozlowski
2026-03-11 16:07 ` [PATCH 02/12] ARM: dts: imx6q: " Krzysztof Kozlowski
2026-03-11 16:07 ` [PATCH 03/12] ARM: dts: imx6qdl: " Krzysztof Kozlowski
2026-03-12 12:14   ` Alexander Stein
2026-03-11 16:08 ` [PATCH 04/12] ARM: dts: imx6qp: " Krzysztof Kozlowski
2026-03-11 16:08 ` [PATCH 05/12] ARM: dts: imx6xp: " Krzysztof Kozlowski
2026-03-11 16:45   ` Fabio Estevam
2026-03-11 16:08 ` [PATCH 06/12] ARM: dts: imx7d: " Krzysztof Kozlowski
2026-03-12 12:14   ` Alexander Stein
2026-03-12 14:50   ` Max Merchel
2026-03-11 16:08 ` [PATCH 07/12] arm64: dts: imx8: " Krzysztof Kozlowski
2026-03-12 12:14   ` Alexander Stein [this message]
2026-03-12 14:49   ` Max Merchel
2026-03-12 16:11     ` Krzysztof Kozlowski
2026-03-11 16:08 ` [PATCH 08/12] arm64: dts: imx8mm: " Krzysztof Kozlowski
2026-03-12 12:15   ` Alexander Stein
2026-03-11 16:08 ` [PATCH 09/12] arm64: dts: imx8mp: " Krzysztof Kozlowski
2026-03-11 16:08 ` [PATCH 10/12] arm64: dts: imx8mq: " Krzysztof Kozlowski
2026-03-12 12:15   ` Alexander Stein
2026-03-11 16:08 ` [PATCH 11/12] arm64: dts: imx8qm-mek: " Krzysztof Kozlowski
2026-03-11 16:08 ` [PATCH 12/12] arm64: dts: imx95: " Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4916204.aeNJFYEL58@steina-w \
    --to=alexander.stein@ew.tq-group.com \
    --cc=Frank.Li@nxp.com \
    --cc=cniedermaier@dh-electronics.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@dh-electronics.com \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@oss.qualcomm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=linux@ew.tq-group.com \
    --cc=marex@denx.de \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox