public inbox for linux-phy@lists.infradead.org
 help / color / mirror / Atom feed
From: Charan Pedumuru <charan.pedumuru@gmail.com>
To: Vinod Koul <vkoul@kernel.org>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Kishon Vijay Abraham I <kishon@kernel.org>,
	Aaro Koskinen <aaro.koskinen@iki.fi>,
	Andreas Kemnade <andreas@kemnade.info>,
	Kevin Hilman <khilman@baylibre.com>,
	Roger Quadros <rogerq@kernel.org>,
	Tony Lindgren <tony@atomide.com>, Roger Quadros <rogerq@ti.com>
Cc: linux-phy@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org
Subject: Re: [PATCH v4 1/3] arm: dts: ti: omap: align node patterns with established convention
Date: Mon, 9 Mar 2026 20:25:06 +0530	[thread overview]
Message-ID: <afd2974b-fd6a-4d2c-831f-ec2e6e656a98@gmail.com> (raw)
In-Reply-To: <20260123-ti-phy-v4-1-b557e2c46e6f@gmail.com>

Hi, 
This patch from this series is still not yet picked to apply.
The dtb_check will throw errors to the YAMLs in this series if this clean up patch is not applied.

On 23-01-2026 21:09, Charan Pedumuru wrote:
> Update OMAP DTS node patterns to match established conventions.
> 
> Signed-off-by: Charan Pedumuru <charan.pedumuru@gmail.com>
> ---
>  arch/arm/boot/dts/ti/omap/dra7-l4.dtsi  | 4 ++--
>  arch/arm/boot/dts/ti/omap/omap4-l4.dtsi | 4 ++--
>  arch/arm/boot/dts/ti/omap/omap5-l4.dtsi | 2 +-
>  3 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/ti/omap/dra7-l4.dtsi b/arch/arm/boot/dts/ti/omap/dra7-l4.dtsi
> index c9282f57ffa5..ed206eb84d02 100644
> --- a/arch/arm/boot/dts/ti/omap/dra7-l4.dtsi
> +++ b/arch/arm/boot/dts/ti/omap/dra7-l4.dtsi
> @@ -328,7 +328,7 @@ ocp2scp@0 {
>  				ranges = <0 0 0x8000>;
>  				reg = <0x0 0x20>;
>  
> -				pcie1_phy: pciephy@4000 {
> +				pcie1_phy: pcie-phy@4000 {
>  					compatible = "ti,phy-pipe3-pcie";
>  					reg = <0x4000 0x80>, /* phy_rx */
>  					      <0x4400 0x64>; /* phy_tx */
> @@ -348,7 +348,7 @@ pcie1_phy: pciephy@4000 {
>  					#phy-cells = <0>;
>  				};
>  
> -				pcie2_phy: pciephy@5000 {
> +				pcie2_phy: pcie-phy@5000 {
>  					compatible = "ti,phy-pipe3-pcie";
>  					reg = <0x5000 0x80>, /* phy_rx */
>  					      <0x5400 0x64>; /* phy_tx */
> diff --git a/arch/arm/boot/dts/ti/omap/omap4-l4.dtsi b/arch/arm/boot/dts/ti/omap/omap4-l4.dtsi
> index 4ee53dfb71b4..d8b16cbe6c35 100644
> --- a/arch/arm/boot/dts/ti/omap/omap4-l4.dtsi
> +++ b/arch/arm/boot/dts/ti/omap/omap4-l4.dtsi
> @@ -72,13 +72,13 @@ scm_conf: scm_conf@0 {
>  					#size-cells = <1>;
>  				};
>  
> -				omap_control_usb2phy: control-phy@300 {
> +				omap_control_usb2phy: phy@300 {
>  					compatible = "ti,control-phy-usb2";
>  					reg = <0x300 0x4>;
>  					reg-names = "power";
>  				};
>  
> -				omap_control_usbotg: control-phy@33c {
> +				omap_control_usbotg: phy@33c {
>  					compatible = "ti,control-phy-otghs";
>  					reg = <0x33c 0x4>;
>  					reg-names = "otghs_control";
> diff --git a/arch/arm/boot/dts/ti/omap/omap5-l4.dtsi b/arch/arm/boot/dts/ti/omap/omap5-l4.dtsi
> index 9f6100c7c34d..5c94db589dd1 100644
> --- a/arch/arm/boot/dts/ti/omap/omap5-l4.dtsi
> +++ b/arch/arm/boot/dts/ti/omap/omap5-l4.dtsi
> @@ -472,7 +472,7 @@ usb2_phy: usb2phy@4000 {
>  				#phy-cells = <0>;
>  			};
>  
> -			usb3_phy: usb3phy@4400 {
> +			usb3_phy: usb3-phy@4400 {
>  				compatible = "ti,omap-usb3";
>  				reg = <0x4400 0x80>,
>  				<0x4800 0x64>,
> 

-- 
Best Regards,
Charan.


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-23 15:39 [PATCH v4 0/3] dt-bindings: phy: Convert TI OMAP control and PIPE3 PHY to DT schema Charan Pedumuru
2026-01-23 15:39 ` [PATCH v4 1/3] arm: dts: ti: omap: align node patterns with established convention Charan Pedumuru
2026-03-09 14:55   ` Charan Pedumuru [this message]
2026-03-09 21:53   ` Kevin Hilman
2026-01-23 15:39 ` [PATCH v4 2/3] dt-bindings: phy: ti,phy-usb3: convert to DT schema Charan Pedumuru
2026-01-26 15:43   ` Rob Herring (Arm)
2026-01-23 15:39 ` [PATCH v4 3/3] dt-bindings: phy: ti,control-phy-otghs: " Charan Pedumuru
2026-02-04 15:44 ` (subset) [PATCH v4 0/3] dt-bindings: phy: Convert TI OMAP control and PIPE3 PHY " Vinod Koul
2026-02-13 16:36   ` Charan Pedumuru
2026-02-13 19:00     ` Vladimir Oltean
2026-02-15  5:48       ` Charan Pedumuru

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=afd2974b-fd6a-4d2c-831f-ec2e6e656a98@gmail.com \
    --to=charan.pedumuru@gmail.com \
    --cc=aaro.koskinen@iki.fi \
    --cc=andreas@kemnade.info \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=khilman@baylibre.com \
    --cc=kishon@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=neil.armstrong@linaro.org \
    --cc=robh@kernel.org \
    --cc=rogerq@kernel.org \
    --cc=rogerq@ti.com \
    --cc=tony@atomide.com \
    --cc=vkoul@kernel.org \
    /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