devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: "MyungJoo Ham" <myungjoo.ham@samsung.com>,
	"Chanwoo Choi" <cw00.choi@samsung.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Sascha Hauer" <s.hauer@pengutronix.de>,
	"Fabio Estevam" <festevam@gmail.com>,
	"Benoît Cousson" <bcousson@baylibre.com>,
	"Tony Lindgren" <tony@atomide.com>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"Andy Gross" <agross@kernel.org>,
	"Bjorn Andersson" <andersson@kernel.org>,
	"Konrad Dybcio" <konrad.dybcio@linaro.org>,
	"Heiko Stuebner" <heiko@sntech.de>,
	linux-mediatek@lists.infradead.org
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>,
	NXP Linux Team <linux-imx@nxp.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-omap@vger.kernel.org, linux-mediatek@lists.infradead.org,
	linux-arm-msm@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	Alexander Stein <alexander.stein@ew.tq-group.com>
Subject: Re: [PATCH v4 2/6] ARM: dts: ti/omap: Replace deprecated extcon-usb-gpio id-gpio/vbus-gpio properties
Date: Fri, 17 Nov 2023 13:08:53 +0100	[thread overview]
Message-ID: <10373360.nUPlyArG6x@steina-w> (raw)
In-Reply-To: <20230724103914.1779027-3-alexander.stein@ew.tq-group.com>

Hi everybody,

any feedback on this? Patch 3,4 and 6 have already been merged.

Thanks
Alexander

Am Montag, 24. Juli 2023, 12:39:09 CET schrieb Alexander Stein:
> Use id-gpios and vbus-gpios instead.
> 
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
> ---
>  arch/arm/boot/dts/ti/omap/am571x-idk.dts          | 4 ++--
>  arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts | 2 +-
>  arch/arm/boot/dts/ti/omap/am572x-idk-common.dtsi  | 4 ++--
>  arch/arm/boot/dts/ti/omap/dra7-evm-common.dtsi    | 4 ++--
>  arch/arm/boot/dts/ti/omap/dra71-evm.dts           | 4 ++--
>  arch/arm/boot/dts/ti/omap/dra72-evm-common.dtsi   | 4 ++--
>  arch/arm/boot/dts/ti/omap/dra76-evm.dts           | 4 ++--
>  7 files changed, 13 insertions(+), 13 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/ti/omap/am571x-idk.dts
> b/arch/arm/boot/dts/ti/omap/am571x-idk.dts index 48425020281a..322cf79d22e9
> 100644
> --- a/arch/arm/boot/dts/ti/omap/am571x-idk.dts
> +++ b/arch/arm/boot/dts/ti/omap/am571x-idk.dts
> @@ -168,8 +168,8 @@ blue3-led {
>  };
> 
>  &extcon_usb2 {
> -	id-gpio = <&gpio5 7 GPIO_ACTIVE_HIGH>;
> -	vbus-gpio = <&gpio7 22 GPIO_ACTIVE_HIGH>;
> +	id-gpios = <&gpio5 7 GPIO_ACTIVE_HIGH>;
> +	vbus-gpios = <&gpio7 22 GPIO_ACTIVE_HIGH>;
>  };
> 
>  &sn65hvs882 {
> diff --git a/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts
> b/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts index
> 149cfafb90bf..c5272302eb11 100644
> --- a/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts
> +++ b/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts
> @@ -197,7 +197,7 @@ brcmf_pwrseq: brcmf_pwrseq {
>  	extcon_usb1: extcon_usb1 {
>  		compatible = "linux,extcon-usb-gpio";
>  		ti,enable-id-detection;
> -		id-gpio = <&gpio3 13 GPIO_ACTIVE_HIGH>;
> +		id-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>;
>  	};
>  };
> 
> diff --git a/arch/arm/boot/dts/ti/omap/am572x-idk-common.dtsi
> b/arch/arm/boot/dts/ti/omap/am572x-idk-common.dtsi index
> 1d66278c3a72..3fca84819dc0 100644
> --- a/arch/arm/boot/dts/ti/omap/am572x-idk-common.dtsi
> +++ b/arch/arm/boot/dts/ti/omap/am572x-idk-common.dtsi
> @@ -169,8 +169,8 @@ blue3-led {
>  };
> 
>  &extcon_usb2 {
> -	id-gpio = <&gpio3 16 GPIO_ACTIVE_HIGH>;
> -	vbus-gpio = <&gpio3 26 GPIO_ACTIVE_HIGH>;
> +	id-gpios = <&gpio3 16 GPIO_ACTIVE_HIGH>;
> +	vbus-gpios = <&gpio3 26 GPIO_ACTIVE_HIGH>;
>  };
> 
>  &sn65hvs882 {
> diff --git a/arch/arm/boot/dts/ti/omap/dra7-evm-common.dtsi
> b/arch/arm/boot/dts/ti/omap/dra7-evm-common.dtsi index
> 4cdffd6db740..ed5199d7acd8 100644
> --- a/arch/arm/boot/dts/ti/omap/dra7-evm-common.dtsi
> +++ b/arch/arm/boot/dts/ti/omap/dra7-evm-common.dtsi
> @@ -15,12 +15,12 @@ chosen {
> 
>  	extcon_usb1: extcon_usb1 {
>  		compatible = "linux,extcon-usb-gpio";
> -		id-gpio = <&pcf_gpio_21 1 GPIO_ACTIVE_HIGH>;
> +		id-gpios = <&pcf_gpio_21 1 GPIO_ACTIVE_HIGH>;
>  	};
> 
>  	extcon_usb2: extcon_usb2 {
>  		compatible = "linux,extcon-usb-gpio";
> -		id-gpio = <&pcf_gpio_21 2 GPIO_ACTIVE_HIGH>;
> +		id-gpios = <&pcf_gpio_21 2 GPIO_ACTIVE_HIGH>;
>  	};
> 
>  	sound0: sound0 {
> diff --git a/arch/arm/boot/dts/ti/omap/dra71-evm.dts
> b/arch/arm/boot/dts/ti/omap/dra71-evm.dts index a64364443031..f747ac56eb92
> 100644
> --- a/arch/arm/boot/dts/ti/omap/dra71-evm.dts
> +++ b/arch/arm/boot/dts/ti/omap/dra71-evm.dts
> @@ -293,11 +293,11 @@ &hdmi {
>  };
> 
>  &extcon_usb1 {
> -	vbus-gpio = <&pcf_lcd 14 GPIO_ACTIVE_HIGH>;
> +	vbus-gpios = <&pcf_lcd 14 GPIO_ACTIVE_HIGH>;
>  };
> 
>  &extcon_usb2 {
> -	vbus-gpio = <&pcf_lcd 15 GPIO_ACTIVE_HIGH>;
> +	vbus-gpios = <&pcf_lcd 15 GPIO_ACTIVE_HIGH>;
>  };
> 
>  &ipu2 {
> diff --git a/arch/arm/boot/dts/ti/omap/dra72-evm-common.dtsi
> b/arch/arm/boot/dts/ti/omap/dra72-evm-common.dtsi index
> 31ab0c60ca75..f8151c61488e 100644
> --- a/arch/arm/boot/dts/ti/omap/dra72-evm-common.dtsi
> +++ b/arch/arm/boot/dts/ti/omap/dra72-evm-common.dtsi
> @@ -96,12 +96,12 @@ evm_3v3_sd: fixedregulator-sd {
> 
>  	extcon_usb1: extcon_usb1 {
>  		compatible = "linux,extcon-usb-gpio";
> -		id-gpio = <&pcf_gpio_21 1 GPIO_ACTIVE_HIGH>;
> +		id-gpios = <&pcf_gpio_21 1 GPIO_ACTIVE_HIGH>;
>  	};
> 
>  	extcon_usb2: extcon_usb2 {
>  		compatible = "linux,extcon-usb-gpio";
> -		id-gpio = <&pcf_gpio_21 2 GPIO_ACTIVE_HIGH>;
> +		id-gpios = <&pcf_gpio_21 2 GPIO_ACTIVE_HIGH>;
>  	};
> 
>  	hdmi0: connector {
> diff --git a/arch/arm/boot/dts/ti/omap/dra76-evm.dts
> b/arch/arm/boot/dts/ti/omap/dra76-evm.dts index 57868ac60d29..cf9c3d35b049
> 100644
> --- a/arch/arm/boot/dts/ti/omap/dra76-evm.dts
> +++ b/arch/arm/boot/dts/ti/omap/dra76-evm.dts
> @@ -533,11 +533,11 @@ &pcie1_ep {
>  };
> 
>  &extcon_usb1 {
> -	vbus-gpio = <&pcf_lcd 14 GPIO_ACTIVE_HIGH>;
> +	vbus-gpios = <&pcf_lcd 14 GPIO_ACTIVE_HIGH>;
>  };
> 
>  &extcon_usb2 {
> -	vbus-gpio = <&pcf_lcd 15 GPIO_ACTIVE_HIGH>;
> +	vbus-gpios = <&pcf_lcd 15 GPIO_ACTIVE_HIGH>;
>  };
> 
>  &m_can0 {


-- 
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:[~2023-11-17 12:08 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-24 10:39 [PATCH v4 0/6] extcon-usb-gpio YAML conversion Alexander Stein
2023-07-24 10:39 ` [PATCH v4 1/6] dt-bindings: extcon-usb-gpio: convert to DT schema format Alexander Stein
2023-07-24 10:39 ` [PATCH v4 2/6] ARM: dts: ti/omap: Replace deprecated extcon-usb-gpio id-gpio/vbus-gpio properties Alexander Stein
2023-11-17 12:08   ` Alexander Stein [this message]
2023-11-28  9:57     ` Tony Lindgren
2023-07-24 10:39 ` [PATCH v4 3/6] ARM: dts: nxp/imx: " Alexander Stein
2023-07-30 13:22   ` Shawn Guo
2023-07-24 10:39 ` [PATCH v4 4/6] arm64: dts: freescale: " Alexander Stein
2023-07-30 13:22   ` Shawn Guo
2023-07-24 10:39 ` [PATCH v4 5/6] arm64: dts: mediatek: " Alexander Stein
2023-07-24 10:39 ` [PATCH v4 6/6] arm64: dts: qcom: " Alexander Stein
2023-07-24 18:04   ` Heiko Stuebner
2023-07-25  5:53     ` Alexander Stein
2023-07-28  4:08 ` (subset) [PATCH v4 0/6] extcon-usb-gpio YAML conversion Bjorn Andersson

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=10373360.nUPlyArG6x@steina-w \
    --to=alexander.stein@ew.tq-group.com \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=bcousson@baylibre.com \
    --cc=conor+dt@kernel.org \
    --cc=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=heiko@sntech.de \
    --cc=kernel@pengutronix.de \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=myungjoo.ham@samsung.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=tony@atomide.com \
    /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;
as well as URLs for NNTP newsgroup(s).