public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
@ 2026-03-13 16:39 Marek Vasut
  2026-03-13 16:39 ` [PATCH 1/4] arm64: dts: renesas: Drop RTL8211E PHY C22 compatible string Marek Vasut
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Marek Vasut @ 2026-03-13 16:39 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Marek Vasut, Biju Das, Conor Dooley, Geert Uytterhoeven,
	Krzysztof Kozlowski, Lad Prabhakar, Magnus Damm, Rob Herring,
	devicetree, linux-kernel, linux-renesas-soc

Realtek RTL8211E/RTL8211F and Microchip KSZ9131 PHY schemas
indicate that compatible string "ethernet-phy-id001c.c91[56]"
and "ethernet-phy-id0022.1640" must not be followed by any
other compatible string. Drop "ethernet-phy-ieee802.3-c22"
to match the schemas.

The KSZ9131 schema does not document "txdv-skew-psec" property.
Fix what is likely a copy-paste error from the "rxdv-skew-psec"
property, use "txen-skew-psec" property instead.

This is compile-tested and schema validated only. I have discussed
this with Biju and they could perform tests on real hardware to
assure no breakage. Please wait for their TB before applying.

Marek Vasut (4):
  arm64: dts: renesas: Drop RTL8211E PHY C22 compatible string
  arm64: dts: renesas: Drop RTL8211F PHY C22 compatible string
  arm64: dts: renesas: Drop KSZ9131 PHY C22 compatible string
  arm64: dts: renesas: Fix KSZ9131 PHY bogus txdv-skew-psec property

 arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi    |  3 +--
 arch/arm64/boot/dts/renesas/cat875.dtsi                |  3 +--
 arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi        |  3 +--
 arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts      |  3 +--
 arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts |  8 ++++----
 arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts |  8 ++++----
 arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi       |  6 ++----
 arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi      |  3 +--
 arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi      |  6 ++----
 arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi       | 10 ++++------
 10 files changed, 21 insertions(+), 32 deletions(-)

---
Cc: Biju Das <biju.das.jz@bp.renesas.com>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Cc: Magnus Damm <magnus.damm@gmail.com>
Cc: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-renesas-soc@vger.kernel.org
-- 
2.51.0



^ permalink raw reply	[flat|nested] 20+ messages in thread

* [PATCH 1/4] arm64: dts: renesas: Drop RTL8211E PHY C22 compatible string
  2026-03-13 16:39 [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings Marek Vasut
@ 2026-03-13 16:39 ` Marek Vasut
  2026-03-25 14:22   ` Geert Uytterhoeven
  2026-03-13 16:39 ` [PATCH 2/4] arm64: dts: renesas: Drop RTL8211F " Marek Vasut
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 20+ messages in thread
From: Marek Vasut @ 2026-03-13 16:39 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Marek Vasut, Biju Das, Conor Dooley, Geert Uytterhoeven,
	Krzysztof Kozlowski, Lad Prabhakar, Magnus Damm, Rob Herring,
	devicetree, linux-kernel, linux-renesas-soc

Realtek RTL8211E PHY schema indicates that compatible string
"ethernet-phy-id001c.c915" must not be followed by any other
compatible string. Drop trailing "ethernet-phy-ieee802.3-c22"
to match the schema.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
Cc: Biju Das <biju.das.jz@bp.renesas.com>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Cc: Magnus Damm <magnus.damm@gmail.com>
Cc: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-renesas-soc@vger.kernel.org
---
 arch/arm64/boot/dts/renesas/cat875.dtsi         | 3 +--
 arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/cat875.dtsi b/arch/arm64/boot/dts/renesas/cat875.dtsi
index 191b051ecfd45..5815e9d2d8a93 100644
--- a/arch/arm64/boot/dts/renesas/cat875.dtsi
+++ b/arch/arm64/boot/dts/renesas/cat875.dtsi
@@ -22,8 +22,7 @@ &avb {
 	status = "okay";
 
 	phy0: ethernet-phy@0 {
-		compatible = "ethernet-phy-id001c.c915",
-			     "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id001c.c915";
 		reg = <0>;
 		interrupts-extended = <&gpio2 21 IRQ_TYPE_LEVEL_LOW>;
 		reset-gpios = <&gpio1 20 GPIO_ACTIVE_LOW>;
diff --git a/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi b/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi
index 4113710d55226..83b6c04274ac9 100644
--- a/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi
+++ b/arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi
@@ -24,8 +24,7 @@ &avb {
 	status = "okay";
 
 	phy0: ethernet-phy@0 {
-		compatible = "ethernet-phy-id001c.c915",
-			     "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id001c.c915";
 		reg = <0>;
 		interrupts-extended = <&gpio2 11 IRQ_TYPE_LEVEL_LOW>;
 		reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 2/4] arm64: dts: renesas: Drop RTL8211F PHY C22 compatible string
  2026-03-13 16:39 [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings Marek Vasut
  2026-03-13 16:39 ` [PATCH 1/4] arm64: dts: renesas: Drop RTL8211E PHY C22 compatible string Marek Vasut
@ 2026-03-13 16:39 ` Marek Vasut
  2026-03-25 14:23   ` Geert Uytterhoeven
  2026-03-13 16:39 ` [PATCH 3/4] arm64: dts: renesas: Drop KSZ9131 " Marek Vasut
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 20+ messages in thread
From: Marek Vasut @ 2026-03-13 16:39 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Marek Vasut, Biju Das, Conor Dooley, Geert Uytterhoeven,
	Krzysztof Kozlowski, Lad Prabhakar, Magnus Damm, Rob Herring,
	devicetree, linux-kernel, linux-renesas-soc

Realtek RTL8211F PHY schema indicates that compatible string
"ethernet-phy-id001c.c916" must not be followed by any other
compatible string. Drop trailing "ethernet-phy-ieee802.3-c22"
to match the schema.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
Cc: Biju Das <biju.das.jz@bp.renesas.com>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Cc: Magnus Damm <magnus.damm@gmail.com>
Cc: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-renesas-soc@vger.kernel.org
---
 arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts b/arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts
index 39fe3f94991e3..07147743de93f 100644
--- a/arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts
+++ b/arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts
@@ -100,8 +100,7 @@ &avb {
 	status = "okay";
 
 	phy0: ethernet-phy@0 {
-		compatible = "ethernet-phy-id001c.c916",
-			     "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id001c.c916";
 		reg = <0>;
 	};
 };
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 3/4] arm64: dts: renesas: Drop KSZ9131 PHY C22 compatible string
  2026-03-13 16:39 [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings Marek Vasut
  2026-03-13 16:39 ` [PATCH 1/4] arm64: dts: renesas: Drop RTL8211E PHY C22 compatible string Marek Vasut
  2026-03-13 16:39 ` [PATCH 2/4] arm64: dts: renesas: Drop RTL8211F " Marek Vasut
@ 2026-03-13 16:39 ` Marek Vasut
  2026-03-25 14:23   ` Geert Uytterhoeven
  2026-03-13 16:39 ` [PATCH 4/4] arm64: dts: renesas: Fix KSZ9131 PHY bogus txdv-skew-psec property Marek Vasut
  2026-03-13 16:52 ` [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings Biju Das
  4 siblings, 1 reply; 20+ messages in thread
From: Marek Vasut @ 2026-03-13 16:39 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Marek Vasut, Biju Das, Conor Dooley, Geert Uytterhoeven,
	Krzysztof Kozlowski, Lad Prabhakar, Magnus Damm, Rob Herring,
	devicetree, linux-kernel, linux-renesas-soc

Microchip KSZ9131 PHY schema indicates that compatible string
"ethernet-phy-id0022.1640" must not be followed by any other
compatible string. Drop trailing "ethernet-phy-ieee802.3-c22"
to match the schema.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
Cc: Biju Das <biju.das.jz@bp.renesas.com>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Cc: Magnus Damm <magnus.damm@gmail.com>
Cc: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-renesas-soc@vger.kernel.org
---
 arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi    | 3 +--
 arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts | 4 ++--
 arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts | 4 ++--
 arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi       | 6 ++----
 arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi      | 3 +--
 arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi      | 6 ++----
 arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi       | 6 ++----
 7 files changed, 12 insertions(+), 20 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi b/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi
index af6d15f90c65f..f8442b6a85a75 100644
--- a/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi
+++ b/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi
@@ -59,8 +59,7 @@ &avb {
 	status = "okay";
 
 	phy0: ethernet-phy@0 {
-		compatible = "ethernet-phy-id0022.1640",
-			     "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id0022.1640";
 		reg = <0>;
 		interrupts-extended = <&gpio2 11 IRQ_TYPE_LEVEL_LOW>;
 		reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
diff --git a/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts b/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
index c191ecb397135..dd5e4b13f0f86 100644
--- a/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
+++ b/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
@@ -260,7 +260,7 @@ raa215300: pmic@12 {
 
 &mdio0 {
 	phy0: ethernet-phy@0 {
-		compatible = "ethernet-phy-id0022.1640", "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id0022.1640";
 		reg = <0>;
 		rxc-skew-psec = <0>;
 		txc-skew-psec = <0>;
@@ -279,7 +279,7 @@ phy0: ethernet-phy@0 {
 
 &mdio1 {
 	phy1: ethernet-phy@1 {
-		compatible = "ethernet-phy-id0022.1640", "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id0022.1640";
 		reg = <0>;
 		rxc-skew-psec = <0>;
 		txc-skew-psec = <0>;
diff --git a/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts b/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts
index dc4577ebf2e95..8ae7b6e3d712e 100644
--- a/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts
+++ b/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts
@@ -281,7 +281,7 @@ raa215300: pmic@12 {
 
 &mdio0 {
 	phy0: ethernet-phy@0 {
-		compatible = "ethernet-phy-id0022.1640", "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id0022.1640";
 		reg = <0>;
 		rxc-skew-psec = <0>;
 		txc-skew-psec = <0>;
@@ -300,7 +300,7 @@ phy0: ethernet-phy@0 {
 
 &mdio1 {
 	phy1: ethernet-phy@1 {
-		compatible = "ethernet-phy-id0022.1640", "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id0022.1640";
 		reg = <0>;
 		rxc-skew-psec = <0>;
 		txc-skew-psec = <0>;
diff --git a/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi b/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi
index d511e152d7c6c..7eccdaffb221f 100644
--- a/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi
+++ b/arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi
@@ -99,8 +99,7 @@ &eth0 {
 	status = "okay";
 
 	phy0: ethernet-phy@7 {
-		compatible = "ethernet-phy-id0022.1640",
-			     "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id0022.1640";
 		reg = <7>;
 		interrupts-extended = <&irqc RZG2L_IRQ2 IRQ_TYPE_LEVEL_LOW>;
 		rxc-skew-psec = <2400>;
@@ -126,8 +125,7 @@ &eth1 {
 	status = "okay";
 
 	phy1: ethernet-phy@7 {
-		compatible = "ethernet-phy-id0022.1640",
-			     "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id0022.1640";
 		reg = <7>;
 		interrupts-extended = <&irqc RZG2L_IRQ3 IRQ_TYPE_LEVEL_LOW>;
 		rxc-skew-psec = <2400>;
diff --git a/arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi b/arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi
index 3e8909a872e33..15f2e9eaaf0b6 100644
--- a/arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi
+++ b/arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi
@@ -79,8 +79,7 @@ &eth0 {
 	status = "okay";
 
 	phy0: ethernet-phy@7 {
-		compatible = "ethernet-phy-id0022.1640",
-			     "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id0022.1640";
 		reg = <7>;
 		interrupts-extended = <&irqc RZG2L_IRQ0 IRQ_TYPE_LEVEL_LOW>;
 		rxc-skew-psec = <2400>;
diff --git a/arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi b/arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi
index cd4275d86935b..0f917d7c99398 100644
--- a/arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi
+++ b/arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi
@@ -75,8 +75,7 @@ &eth0 {
 	status = "okay";
 
 	phy0: ethernet-phy@7 {
-		compatible = "ethernet-phy-id0022.1640",
-			     "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id0022.1640";
 		reg = <7>;
 		interrupts-extended = <&irqc RZG2L_IRQ2 IRQ_TYPE_LEVEL_LOW>;
 		rxc-skew-psec = <2400>;
@@ -103,8 +102,7 @@ &eth1 {
 	status = "okay";
 
 	phy1: ethernet-phy@7 {
-		compatible = "ethernet-phy-id0022.1640",
-			     "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id0022.1640";
 		reg = <7>;
 		interrupts-extended = <&irqc RZG2L_IRQ7 IRQ_TYPE_LEVEL_LOW>;
 		rxc-skew-psec = <2400>;
diff --git a/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi b/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi
index 3b571c0967522..cb5066443722c 100644
--- a/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi
+++ b/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi
@@ -136,8 +136,7 @@ &i3c {
 
 &mdio0 {
 	phy0: ethernet-phy@7 {
-		compatible = "ethernet-phy-id0022.1640",
-			     "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id0022.1640";
 		reg = <7>;
 		interrupts-extended = <&icu 3 IRQ_TYPE_LEVEL_LOW>;
 		rxc-skew-psec = <1400>;
@@ -157,8 +156,7 @@ phy0: ethernet-phy@7 {
 
 &mdio1 {
 	phy1: ethernet-phy@7 {
-		compatible = "ethernet-phy-id0022.1640",
-			     "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id0022.1640";
 		reg = <7>;
 		interrupts-extended = <&icu 16 IRQ_TYPE_LEVEL_LOW>;
 		rxc-skew-psec = <1400>;
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 4/4] arm64: dts: renesas: Fix KSZ9131 PHY bogus txdv-skew-psec property
  2026-03-13 16:39 [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings Marek Vasut
                   ` (2 preceding siblings ...)
  2026-03-13 16:39 ` [PATCH 3/4] arm64: dts: renesas: Drop KSZ9131 " Marek Vasut
@ 2026-03-13 16:39 ` Marek Vasut
  2026-03-13 17:16   ` Biju Das
  2026-03-25 14:29   ` Geert Uytterhoeven
  2026-03-13 16:52 ` [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings Biju Das
  4 siblings, 2 replies; 20+ messages in thread
From: Marek Vasut @ 2026-03-13 16:39 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Marek Vasut, Biju Das, Conor Dooley, Geert Uytterhoeven,
	Krzysztof Kozlowski, Lad Prabhakar, Magnus Damm, Rob Herring,
	devicetree, linux-kernel, linux-renesas-soc

The KSZ9131 schema does not document "txdv-skew-psec" property, neither
does the kernel driver support this property. It does however document
and support "txen-skew-psec" property. Fix what is likely a copy-paste
error from the matching "rxdv-skew-psec" property, use "txen-skew-psec"
property instead of "txdv-skew-psec" property.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
Cc: Biju Das <biju.das.jz@bp.renesas.com>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Cc: Magnus Damm <magnus.damm@gmail.com>
Cc: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-renesas-soc@vger.kernel.org
---
 arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts | 4 ++--
 arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts | 4 ++--
 arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi       | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts b/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
index dd5e4b13f0f86..00e5455ea5abf 100644
--- a/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
+++ b/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
@@ -265,7 +265,7 @@ phy0: ethernet-phy@0 {
 		rxc-skew-psec = <0>;
 		txc-skew-psec = <0>;
 		rxdv-skew-psec = <0>;
-		txdv-skew-psec = <0>;
+		txen-skew-psec = <0>;
 		rxd0-skew-psec = <0>;
 		rxd1-skew-psec = <0>;
 		rxd2-skew-psec = <0>;
@@ -284,7 +284,7 @@ phy1: ethernet-phy@1 {
 		rxc-skew-psec = <0>;
 		txc-skew-psec = <0>;
 		rxdv-skew-psec = <0>;
-		txdv-skew-psec = <0>;
+		txen-skew-psec = <0>;
 		rxd0-skew-psec = <0>;
 		rxd1-skew-psec = <0>;
 		rxd2-skew-psec = <0>;
diff --git a/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts b/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts
index 8ae7b6e3d712e..4643c61cf06a7 100644
--- a/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts
+++ b/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts
@@ -286,7 +286,7 @@ phy0: ethernet-phy@0 {
 		rxc-skew-psec = <0>;
 		txc-skew-psec = <0>;
 		rxdv-skew-psec = <0>;
-		txdv-skew-psec = <0>;
+		txen-skew-psec = <0>;
 		rxd0-skew-psec = <0>;
 		rxd1-skew-psec = <0>;
 		rxd2-skew-psec = <0>;
@@ -305,7 +305,7 @@ phy1: ethernet-phy@1 {
 		rxc-skew-psec = <0>;
 		txc-skew-psec = <0>;
 		rxdv-skew-psec = <0>;
-		txdv-skew-psec = <0>;
+		txen-skew-psec = <0>;
 		rxd0-skew-psec = <0>;
 		rxd1-skew-psec = <0>;
 		rxd2-skew-psec = <0>;
diff --git a/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi b/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi
index cb5066443722c..880bd3fc9da18 100644
--- a/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi
+++ b/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi
@@ -142,7 +142,7 @@ phy0: ethernet-phy@7 {
 		rxc-skew-psec = <1400>;
 		txc-skew-psec = <1400>;
 		rxdv-skew-psec = <0>;
-		txdv-skew-psec = <0>;
+		txen-skew-psec = <0>;
 		rxd0-skew-psec = <0>;
 		rxd1-skew-psec = <0>;
 		rxd2-skew-psec = <0>;
@@ -162,7 +162,7 @@ phy1: ethernet-phy@7 {
 		rxc-skew-psec = <1400>;
 		txc-skew-psec = <1400>;
 		rxdv-skew-psec = <0>;
-		txdv-skew-psec = <0>;
+		txen-skew-psec = <0>;
 		rxd0-skew-psec = <0>;
 		rxd1-skew-psec = <0>;
 		rxd2-skew-psec = <0>;
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* RE: [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
  2026-03-13 16:39 [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings Marek Vasut
                   ` (3 preceding siblings ...)
  2026-03-13 16:39 ` [PATCH 4/4] arm64: dts: renesas: Fix KSZ9131 PHY bogus txdv-skew-psec property Marek Vasut
@ 2026-03-13 16:52 ` Biju Das
  2026-03-13 17:18   ` Marek Vasut
  2026-03-16  8:57   ` Geert Uytterhoeven
  4 siblings, 2 replies; 20+ messages in thread
From: Biju Das @ 2026-03-13 16:52 UTC (permalink / raw)
  To: Marek Vasut, linux-arm-kernel@lists.infradead.org
  Cc: Conor Dooley, Geert Uytterhoeven, Krzysztof Kozlowski,
	Prabhakar Mahadev Lad, magnus.damm, Rob Herring,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org

Hi Marek,

Thanks for the series.

> -----Original Message-----
> From: Marek Vasut <marek.vasut+renesas@mailbox.org>
> Sent: 13 March 2026 16:39
> Subject: [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
> 
> Realtek RTL8211E/RTL8211F and Microchip KSZ9131 PHY schemas indicate that compatible string "ethernet-
> phy-id001c.c91[56]"
> and "ethernet-phy-id0022.1640" must not be followed by any other compatible string. Drop "ethernet-
> phy-ieee802.3-c22"
> to match the schemas.
> 
> The KSZ9131 schema does not document "txdv-skew-psec" property.
> Fix what is likely a copy-paste error from the "rxdv-skew-psec"
> property, use "txen-skew-psec" property instead.
> 
> This is compile-tested and schema validated only. I have discussed this with Biju and they could
> perform tests on real hardware to assure no breakage. Please wait for their TB before applying.


Looks like there is delay in delivering my patches. I already posted 3 patches. I will test 4/4.

https://patchwork.kernel.org/project/linux-renesas-soc/patch/20260313130623.297712-1-biju.das.jz@bp.renesas.com/
https://patchwork.kernel.org/project/linux-renesas-soc/patch/20260313130920.298392-1-biju.das.jz@bp.renesas.com/
https://patchwork.kernel.org/project/linux-renesas-soc/patch/20260313141150.406528-1-biju.das.jz@bp.renesas.com/

Cheers,
Biju

> 
> Marek Vasut (4):
>   arm64: dts: renesas: Drop RTL8211E PHY C22 compatible string
>   arm64: dts: renesas: Drop RTL8211F PHY C22 compatible string
>   arm64: dts: renesas: Drop KSZ9131 PHY C22 compatible string
>   arm64: dts: renesas: Fix KSZ9131 PHY bogus txdv-skew-psec property
> 
>  arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi    |  3 +--
>  arch/arm64/boot/dts/renesas/cat875.dtsi                |  3 +--
>  arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi        |  3 +--
>  arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts      |  3 +--
>  arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts |  8 ++++----
> arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts |  8 ++++----
>  arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi       |  6 ++----
>  arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi      |  3 +--
>  arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi      |  6 ++----
>  arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi       | 10 ++++------
>  10 files changed, 21 insertions(+), 32 deletions(-)
> 
> ---
> Cc: Biju Das <biju.das.jz@bp.renesas.com>
> Cc: Conor Dooley <conor+dt@kernel.org>
> Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
> Cc: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Cc: Magnus Damm <magnus.damm@gmail.com>
> Cc: Rob Herring <robh@kernel.org>
> Cc: devicetree@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> Cc: linux-renesas-soc@vger.kernel.org
> --
> 2.51.0



^ permalink raw reply	[flat|nested] 20+ messages in thread

* RE: [PATCH 4/4] arm64: dts: renesas: Fix KSZ9131 PHY bogus txdv-skew-psec property
  2026-03-13 16:39 ` [PATCH 4/4] arm64: dts: renesas: Fix KSZ9131 PHY bogus txdv-skew-psec property Marek Vasut
@ 2026-03-13 17:16   ` Biju Das
  2026-03-25 14:29   ` Geert Uytterhoeven
  1 sibling, 0 replies; 20+ messages in thread
From: Biju Das @ 2026-03-13 17:16 UTC (permalink / raw)
  To: Marek Vasut, linux-arm-kernel@lists.infradead.org
  Cc: Conor Dooley, Geert Uytterhoeven, Krzysztof Kozlowski,
	Prabhakar Mahadev Lad, magnus.damm, Rob Herring,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org

Hi Marek,

Thanks for the patch.

> -----Original Message-----
> From: Marek Vasut <marek.vasut+renesas@mailbox.org>
> Sent: 13 March 2026 16:39
> Subject: [PATCH 4/4] arm64: dts: renesas: Fix KSZ9131 PHY bogus txdv-skew-psec property
> 
> The KSZ9131 schema does not document "txdv-skew-psec" property, neither does the kernel driver support
> this property. It does however document and support "txen-skew-psec" property. Fix what is likely a
> copy-paste error from the matching "rxdv-skew-psec" property, use "txen-skew-psec"
> property instead of "txdv-skew-psec" property.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>

Tested-by: Biju Das <biju.das.jz@bp.renesas.com>

Cheers,
Biju

> ---
> Cc: Biju Das <biju.das.jz@bp.renesas.com>
> Cc: Conor Dooley <conor+dt@kernel.org>
> Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
> Cc: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Cc: Magnus Damm <magnus.damm@gmail.com>
> Cc: Rob Herring <robh@kernel.org>
> Cc: devicetree@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> Cc: linux-renesas-soc@vger.kernel.org
> ---
>  arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts | 4 ++--
> arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts | 4 ++--
>  arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi       | 4 ++--
>  3 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
> b/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
> index dd5e4b13f0f86..00e5455ea5abf 100644
> --- a/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
> +++ b/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
> @@ -265,7 +265,7 @@ phy0: ethernet-phy@0 {
>  		rxc-skew-psec = <0>;
>  		txc-skew-psec = <0>;
>  		rxdv-skew-psec = <0>;
> -		txdv-skew-psec = <0>;
> +		txen-skew-psec = <0>;
>  		rxd0-skew-psec = <0>;
>  		rxd1-skew-psec = <0>;
>  		rxd2-skew-psec = <0>;
> @@ -284,7 +284,7 @@ phy1: ethernet-phy@1 {
>  		rxc-skew-psec = <0>;
>  		txc-skew-psec = <0>;
>  		rxdv-skew-psec = <0>;
> -		txdv-skew-psec = <0>;
> +		txen-skew-psec = <0>;
>  		rxd0-skew-psec = <0>;
>  		rxd1-skew-psec = <0>;
>  		rxd2-skew-psec = <0>;
> diff --git a/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts
> b/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts
> index 8ae7b6e3d712e..4643c61cf06a7 100644
> --- a/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts
> +++ b/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts
> @@ -286,7 +286,7 @@ phy0: ethernet-phy@0 {
>  		rxc-skew-psec = <0>;
>  		txc-skew-psec = <0>;
>  		rxdv-skew-psec = <0>;
> -		txdv-skew-psec = <0>;
> +		txen-skew-psec = <0>;
>  		rxd0-skew-psec = <0>;
>  		rxd1-skew-psec = <0>;
>  		rxd2-skew-psec = <0>;
> @@ -305,7 +305,7 @@ phy1: ethernet-phy@1 {
>  		rxc-skew-psec = <0>;
>  		txc-skew-psec = <0>;
>  		rxdv-skew-psec = <0>;
> -		txdv-skew-psec = <0>;
> +		txen-skew-psec = <0>;
>  		rxd0-skew-psec = <0>;
>  		rxd1-skew-psec = <0>;
>  		rxd2-skew-psec = <0>;
> diff --git a/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi b/arch/arm64/boot/dts/renesas/rzg3e-
> smarc-som.dtsi
> index cb5066443722c..880bd3fc9da18 100644
> --- a/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi
> +++ b/arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi
> @@ -142,7 +142,7 @@ phy0: ethernet-phy@7 {
>  		rxc-skew-psec = <1400>;
>  		txc-skew-psec = <1400>;
>  		rxdv-skew-psec = <0>;
> -		txdv-skew-psec = <0>;
> +		txen-skew-psec = <0>;
>  		rxd0-skew-psec = <0>;
>  		rxd1-skew-psec = <0>;
>  		rxd2-skew-psec = <0>;
> @@ -162,7 +162,7 @@ phy1: ethernet-phy@7 {
>  		rxc-skew-psec = <1400>;
>  		txc-skew-psec = <1400>;
>  		rxdv-skew-psec = <0>;
> -		txdv-skew-psec = <0>;
> +		txen-skew-psec = <0>;
>  		rxd0-skew-psec = <0>;
>  		rxd1-skew-psec = <0>;
>  		rxd2-skew-psec = <0>;
> --
> 2.51.0



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
  2026-03-13 16:52 ` [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings Biju Das
@ 2026-03-13 17:18   ` Marek Vasut
  2026-03-16  8:57   ` Geert Uytterhoeven
  1 sibling, 0 replies; 20+ messages in thread
From: Marek Vasut @ 2026-03-13 17:18 UTC (permalink / raw)
  To: Biju Das, Marek Vasut, linux-arm-kernel@lists.infradead.org
  Cc: Conor Dooley, Geert Uytterhoeven, Krzysztof Kozlowski,
	Prabhakar Mahadev Lad, magnus.damm, Rob Herring,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org

On 3/13/26 5:52 PM, Biju Das wrote:
> Hi Marek,
> 
> Thanks for the series.
> 
>> -----Original Message-----
>> From: Marek Vasut <marek.vasut+renesas@mailbox.org>
>> Sent: 13 March 2026 16:39
>> Subject: [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
>>
>> Realtek RTL8211E/RTL8211F and Microchip KSZ9131 PHY schemas indicate that compatible string "ethernet-
>> phy-id001c.c91[56]"
>> and "ethernet-phy-id0022.1640" must not be followed by any other compatible string. Drop "ethernet-
>> phy-ieee802.3-c22"
>> to match the schemas.
>>
>> The KSZ9131 schema does not document "txdv-skew-psec" property.
>> Fix what is likely a copy-paste error from the "rxdv-skew-psec"
>> property, use "txen-skew-psec" property instead.
>>
>> This is compile-tested and schema validated only. I have discussed this with Biju and they could
>> perform tests on real hardware to assure no breakage. Please wait for their TB before applying.
> 
> 
> Looks like there is delay in delivering my patches. I already posted 3 patches. I will test 4/4.

Hehe, excellent timing here.

> https://patchwork.kernel.org/project/linux-renesas-soc/patch/20260313130623.297712-1-biju.das.jz@bp.renesas.com/
> https://patchwork.kernel.org/project/linux-renesas-soc/patch/20260313130920.298392-1-biju.das.jz@bp.renesas.com/
> https://patchwork.kernel.org/project/linux-renesas-soc/patch/20260313141150.406528-1-biju.das.jz@bp.renesas.com/
Thank you


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
  2026-03-13 16:52 ` [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings Biju Das
  2026-03-13 17:18   ` Marek Vasut
@ 2026-03-16  8:57   ` Geert Uytterhoeven
  2026-03-16  9:11     ` Biju Das
  1 sibling, 1 reply; 20+ messages in thread
From: Geert Uytterhoeven @ 2026-03-16  8:57 UTC (permalink / raw)
  To: Biju Das
  Cc: Marek Vasut, linux-arm-kernel@lists.infradead.org, Conor Dooley,
	Geert Uytterhoeven, Krzysztof Kozlowski, Prabhakar Mahadev Lad,
	magnus.damm, Rob Herring, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org

Hi Biju,

On Fri, 13 Mar 2026 at 17:53, Biju Das <biju.das.jz@bp.renesas.com> wrote:
> > From: Marek Vasut <marek.vasut+renesas@mailbox.org>
> > Realtek RTL8211E/RTL8211F and Microchip KSZ9131 PHY schemas indicate that compatible string "ethernet-
> > phy-id001c.c91[56]"
> > and "ethernet-phy-id0022.1640" must not be followed by any other compatible string. Drop "ethernet-
> > phy-ieee802.3-c22"
> > to match the schemas.
> >
> > The KSZ9131 schema does not document "txdv-skew-psec" property.
> > Fix what is likely a copy-paste error from the "rxdv-skew-psec"
> > property, use "txen-skew-psec" property instead.
> >
> > This is compile-tested and schema validated only. I have discussed this with Biju and they could
> > perform tests on real hardware to assure no breakage. Please wait for their TB before applying.
>
> Looks like there is delay in delivering my patches. I already posted 3 patches. I will test 4/4.
>
> https://patchwork.kernel.org/project/linux-renesas-soc/patch/20260313130623.297712-1-biju.das.jz@bp.renesas.com/
> https://patchwork.kernel.org/project/linux-renesas-soc/patch/20260313130920.298392-1-biju.das.jz@bp.renesas.com/
> https://patchwork.kernel.org/project/linux-renesas-soc/patch/20260313141150.406528-1-biju.das.jz@bp.renesas.com/

Please use lore links
s@patchwork.kernel.org/project/linux-renesas-soc/patch@lore.kernel.org@

There is also Marek's older series ([1][2], as Marek doesn't do cover
letters ;-).

[1] "[PATCH 1/2] ARM: dts: renesas: Drop ethernet-phy-ieee802.3-c22
from PHY compatible string on all RZ boards"
    https://lore.kernel.org/20240630034649.173229-1-marex@denx.de/
[2] "[PATCH 2/2] arm64: dts: renesas: Drop ethernet-phy-ieee802.3-c22
from PHY compatible string on all RZ boards"
    https://lore.kernel.org/20240630034649.173229-2-marex@denx.de

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds


^ permalink raw reply	[flat|nested] 20+ messages in thread

* RE: [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
  2026-03-16  8:57   ` Geert Uytterhoeven
@ 2026-03-16  9:11     ` Biju Das
  2026-03-16 12:37       ` Marek Vasut
  0 siblings, 1 reply; 20+ messages in thread
From: Biju Das @ 2026-03-16  9:11 UTC (permalink / raw)
  To: geert
  Cc: Marek Vasut, linux-arm-kernel@lists.infradead.org, Conor Dooley,
	Geert Uytterhoeven, Krzysztof Kozlowski, Prabhakar Mahadev Lad,
	magnus.damm, Rob Herring, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org

Hi Geert,

Thanks for the feedback.

> -----Original Message-----
> From: Geert Uytterhoeven <geert@linux-m68k.org>
> Sent: 16 March 2026 08:58
> Subject: Re: [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
> 
> Hi Biju,
> 
> On Fri, 13 Mar 2026 at 17:53, Biju Das <biju.das.jz@bp.renesas.com> wrote:
> > > From: Marek Vasut <marek.vasut+renesas@mailbox.org> Realtek
> > > RTL8211E/RTL8211F and Microchip KSZ9131 PHY schemas indicate that
> > > compatible string "ethernet- phy-id001c.c91[56]"
> > > and "ethernet-phy-id0022.1640" must not be followed by any other
> > > compatible string. Drop "ethernet- phy-ieee802.3-c22"
> > > to match the schemas.
> > >
> > > The KSZ9131 schema does not document "txdv-skew-psec" property.
> > > Fix what is likely a copy-paste error from the "rxdv-skew-psec"
> > > property, use "txen-skew-psec" property instead.
> > >
> > > This is compile-tested and schema validated only. I have discussed
> > > this with Biju and they could perform tests on real hardware to assure no breakage. Please wait
> for their TB before applying.
> >
> > Looks like there is delay in delivering my patches. I already posted 3 patches. I will test 4/4.
> >
> > https://patchwork.kernel.org/project/linux-renesas-soc/patch/202603131
> > 30623.297712-1-biju.das.jz@bp.renesas.com/
> > https://patchwork.kernel.org/project/linux-renesas-soc/patch/202603131
> > 30920.298392-1-biju.das.jz@bp.renesas.com/
> > https://patchwork.kernel.org/project/linux-renesas-soc/patch/202603131
> > 41150.406528-1-biju.das.jz@bp.renesas.com/
> 
> Please use lore links
> s@patchwork.kernel.org/project/linux-renesas-soc/patch@lore.kernel.org@

When I send the reply that time lore links were not available.

Here are the links

Motivation for the series [1]
Binding changes [2]
Arm64 dt{s,si} changes [3]
Arm dt{s,si} changes [4]


[1] https://lore.kernel.org/linux-renesas-soc/TYCPR01MB11332068B2A70F52A3963016A8644A@TYCPR01MB11332.jpnprd01.prod.outlook.com/T/#t
[2] https://lore.kernel.org/linux-renesas-soc/20260313130623.297712-1-biju.das.jz@bp.renesas.com/T/#u
[3] https://lore.kernel.org/linux-renesas-soc/20260313130920.298392-1-biju.das.jz@bp.renesas.com/T/#u
[4] https://lore.kernel.org/linux-renesas-soc/20260313141150.406528-1-biju.das.jz@bp.renesas.com/T/#u

> 
> There is also Marek's older series ([1][2], as Marek doesn't do cover letters ;-).
> 
> [1] "[PATCH 1/2] ARM: dts: renesas: Drop ethernet-phy-ieee802.3-c22 from PHY compatible string on all
> RZ boards"
>     https://lore.kernel.org/20240630034649.173229-1-marex@denx.de/
> [2] "[PATCH 2/2] arm64: dts: renesas: Drop ethernet-phy-ieee802.3-c22 from PHY compatible string on
> all RZ boards"
>     https://lore.kernel.org/20240630034649.173229-2-marex@denx.de

I haven't seen these patches.

It does not cover all the SoCs/boards. If Marek want to take over, He can send next version
covering all Renesas boards + binding change.

I am happy with that.

Cheers,
Biju

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
  2026-03-16  9:11     ` Biju Das
@ 2026-03-16 12:37       ` Marek Vasut
  2026-03-16 12:58         ` Biju Das
  2026-03-25 14:32         ` Geert Uytterhoeven
  0 siblings, 2 replies; 20+ messages in thread
From: Marek Vasut @ 2026-03-16 12:37 UTC (permalink / raw)
  To: Biju Das, geert
  Cc: Marek Vasut, linux-arm-kernel@lists.infradead.org, Conor Dooley,
	Geert Uytterhoeven, Krzysztof Kozlowski, Prabhakar Mahadev Lad,
	magnus.damm, Rob Herring, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org

On 3/16/26 10:11 AM, Biju Das wrote:

Hello everyone,

>> There is also Marek's older series ([1][2], as Marek doesn't do cover letters ;-).

You seem to be commenting on a 0/4 cover letter here ...

>> [1] "[PATCH 1/2] ARM: dts: renesas: Drop ethernet-phy-ieee802.3-c22 from PHY compatible string on all
>> RZ boards"
>>      https://lore.kernel.org/20240630034649.173229-1-marex@denx.de/
>> [2] "[PATCH 2/2] arm64: dts: renesas: Drop ethernet-phy-ieee802.3-c22 from PHY compatible string on
>> all RZ boards"
>>      https://lore.kernel.org/20240630034649.173229-2-marex@denx.de
> 
> I haven't seen these patches.

They are deprecated.

> It does not cover all the SoCs/boards. If Marek want to take over, He can send next version
> covering all Renesas boards + binding change.
Isn't this series effectively exactly that ?


^ permalink raw reply	[flat|nested] 20+ messages in thread

* RE: [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
  2026-03-16 12:37       ` Marek Vasut
@ 2026-03-16 12:58         ` Biju Das
  2026-03-16 15:06           ` Marek Vasut
  2026-03-25 14:32         ` Geert Uytterhoeven
  1 sibling, 1 reply; 20+ messages in thread
From: Biju Das @ 2026-03-16 12:58 UTC (permalink / raw)
  To: marek.vasut@mailbox.org, geert
  Cc: Marek Vasut, linux-arm-kernel@lists.infradead.org, Conor Dooley,
	Geert Uytterhoeven, Krzysztof Kozlowski, Prabhakar Mahadev Lad,
	magnus.damm, Rob Herring, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org

Hello Marek,

> -----Original Message-----
> From: Marek Vasut <marek.vasut@mailbox.org>
> Sent: 16 March 2026 12:37
> Subject: Re: [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
> 
> On 3/16/26 10:11 AM, Biju Das wrote:
> 
> Hello everyone,
> 
> >> There is also Marek's older series ([1][2], as Marek doesn't do cover letters ;-).
> 
> You seem to be commenting on a 0/4 cover letter here ...
> 
> >> [1] "[PATCH 1/2] ARM: dts: renesas: Drop ethernet-phy-ieee802.3-c22
> >> from PHY compatible string on all RZ boards"
> >>      https://lore.kernel.org/20240630034649.173229-1-marex@denx.de/
> >> [2] "[PATCH 2/2] arm64: dts: renesas: Drop ethernet-phy-ieee802.3-c22
> >> from PHY compatible string on all RZ boards"
> >>      https://lore.kernel.org/20240630034649.173229-2-marex@denx.de
> >
> > I haven't seen these patches.
> 
> They are deprecated.
> 
> > It does not cover all the SoCs/boards. If Marek want to take over, He
> > can send next version covering all Renesas boards + binding change.
> Isn't this series effectively exactly that ?

You have covered only 9 SoCs [1] Whereas the patch series I posted covers
43 SoCs[2]. 

[1]
 arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts
 arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts
 arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi    | 3 +--
 arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts | 4 ++--
 arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts | 4 ++--
 arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi       | 6 ++----
 arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi      | 3 +--
 arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi      | 6 ++----
 arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi       | 6 ++----

[2]
 arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi    | 3 +--
 arch/arm64/boot/dts/renesas/cat875.dtsi                | 3 +--
 arch/arm64/boot/dts/renesas/condor-common.dtsi         | 3 +--
 arch/arm64/boot/dts/renesas/draak.dtsi                 | 3 +--
 arch/arm64/boot/dts/renesas/ebisu.dtsi                 | 3 +--
 arch/arm64/boot/dts/renesas/gray-hawk-single.dtsi      | 3 +--
 arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi        | 3 +--
 arch/arm64/boot/dts/renesas/r8a77970-eagle.dts         | 3 +--
 arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts         | 3 +--
 arch/arm64/boot/dts/renesas/r8a77980-v3hsk.dts         | 3 +--
 arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts        | 3 +--
 arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk.dts  | 3 +--
 arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts      | 3 +--
 arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts | 4 ++--
 arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts | 4 ++--
 arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi       | 6 ++----
 arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi      | 3 +--
 arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi      | 6 ++----
 arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi       | 6 ++----
 arch/arm64/boot/dts/renesas/rzt2h-n2h-evk-common.dtsi  | 4 ++--
 arch/arm64/boot/dts/renesas/salvator-common.dtsi       | 3 +--
 arch/arm64/boot/dts/renesas/ulcb.dtsi                  | 3 +--
 arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi | 3 +--
 arch/arm64/boot/dts/renesas/white-hawk-single.dtsi     | 3 +--

arch/arm/boot/dts/renesas/iwg20d-q7-common.dtsi         | 3 +--
 arch/arm/boot/dts/renesas/r7s72100-genmai.dts           | 3 +--
 arch/arm/boot/dts/renesas/r7s72100-gr-peach.dts         | 3 +--
 arch/arm/boot/dts/renesas/r7s72100-rskrza1.dts          | 3 +--
 arch/arm/boot/dts/renesas/r7s9210-rza2mevb.dts          | 3 +--
 arch/arm/boot/dts/renesas/r8a7740-armadillo800eva.dts   | 3 +--
 arch/arm/boot/dts/renesas/r8a7742-iwg21d-q7-dbcm-ca.dts | 3 +--
 arch/arm/boot/dts/renesas/r8a7742-iwg21d-q7.dts         | 3 +--
 arch/arm/boot/dts/renesas/r8a7743-sk-rzg1m.dts          | 3 +--
 arch/arm/boot/dts/renesas/r8a7745-iwg22d-sodimm.dts     | 3 +--
 arch/arm/boot/dts/renesas/r8a7745-sk-rzg1e.dts          | 3 +--
 arch/arm/boot/dts/renesas/r8a77470-iwg23s-sbc.dts       | 3 +--
 arch/arm/boot/dts/renesas/r8a7790-lager.dts             | 3 +--
 arch/arm/boot/dts/renesas/r8a7790-stout.dts             | 3 +--
 arch/arm/boot/dts/renesas/r8a7791-koelsch.dts           | 3 +--
 arch/arm/boot/dts/renesas/r8a7791-porter.dts            | 3 +--
 arch/arm/boot/dts/renesas/r8a7793-gose.dts              | 3 +--
 arch/arm/boot/dts/renesas/r8a7794-alt.dts               | 3 +--
 arch/arm/boot/dts/renesas/r8a7794-silk.dts              | 3 +--




^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
  2026-03-16 12:58         ` Biju Das
@ 2026-03-16 15:06           ` Marek Vasut
  2026-03-16 15:12             ` Biju Das
  0 siblings, 1 reply; 20+ messages in thread
From: Marek Vasut @ 2026-03-16 15:06 UTC (permalink / raw)
  To: Biju Das, geert
  Cc: Marek Vasut, linux-arm-kernel@lists.infradead.org, Conor Dooley,
	Geert Uytterhoeven, Krzysztof Kozlowski, Prabhakar Mahadev Lad,
	magnus.damm, Rob Herring, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org

On 3/16/26 1:58 PM, Biju Das wrote:

Hello Biju,

>>> It does not cover all the SoCs/boards. If Marek want to take over, He
>>> can send next version covering all Renesas boards + binding change.
>> Isn't this series effectively exactly that ?
> 
> You have covered only 9 SoCs [1] Whereas the patch series I posted covers
> 43 SoCs[2].
I also did not modify any of the YAML schemas, I only fixed the errors 
that were detected in next by the existing schemas. Maybe fixing of 
errors should happen first, and adjustment of schemas and further follow 
up clean ups can happen second ?


^ permalink raw reply	[flat|nested] 20+ messages in thread

* RE: [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
  2026-03-16 15:06           ` Marek Vasut
@ 2026-03-16 15:12             ` Biju Das
  0 siblings, 0 replies; 20+ messages in thread
From: Biju Das @ 2026-03-16 15:12 UTC (permalink / raw)
  To: marek.vasut@mailbox.org, geert
  Cc: Marek Vasut, linux-arm-kernel@lists.infradead.org, Conor Dooley,
	Geert Uytterhoeven, Krzysztof Kozlowski, Prabhakar Mahadev Lad,
	magnus.damm, Rob Herring, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org

Hi Marek,

> -----Original Message-----
> From: Marek Vasut <marek.vasut@mailbox.org>
> Sent: 16 March 2026 15:06
> Subject: Re: [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
> On 3/16/26 1:58 PM, Biju Das wrote:
> 
> Hello Biju,
> 
> >>> It does not cover all the SoCs/boards. If Marek want to take over,
> >>> He can send next version covering all Renesas boards + binding change.
> >> Isn't this series effectively exactly that ?
> >
> > You have covered only 9 SoCs [1] Whereas the patch series I posted
> > covers
> > 43 SoCs[2].
> I also did not modify any of the YAML schemas, I only fixed the errors that were detected in next by
> the existing schemas. Maybe fixing of errors should happen first, and adjustment of schemas and
> further follow up clean ups can happen second ?

Looks good to me.

Cheers,
Biju

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH 1/4] arm64: dts: renesas: Drop RTL8211E PHY C22 compatible string
  2026-03-13 16:39 ` [PATCH 1/4] arm64: dts: renesas: Drop RTL8211E PHY C22 compatible string Marek Vasut
@ 2026-03-25 14:22   ` Geert Uytterhoeven
  0 siblings, 0 replies; 20+ messages in thread
From: Geert Uytterhoeven @ 2026-03-25 14:22 UTC (permalink / raw)
  To: Marek Vasut
  Cc: linux-arm-kernel, Biju Das, Conor Dooley, Krzysztof Kozlowski,
	Lad Prabhakar, Magnus Damm, Rob Herring, devicetree, linux-kernel,
	linux-renesas-soc

On Fri, 13 Mar 2026 at 17:40, Marek Vasut
<marek.vasut+renesas@mailbox.org> wrote:
> Realtek RTL8211E PHY schema indicates that compatible string
> "ethernet-phy-id001c.c915" must not be followed by any other
> compatible string. Drop trailing "ethernet-phy-ieee802.3-c22"
> to match the schema.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v7.1.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH 2/4] arm64: dts: renesas: Drop RTL8211F PHY C22 compatible string
  2026-03-13 16:39 ` [PATCH 2/4] arm64: dts: renesas: Drop RTL8211F " Marek Vasut
@ 2026-03-25 14:23   ` Geert Uytterhoeven
  0 siblings, 0 replies; 20+ messages in thread
From: Geert Uytterhoeven @ 2026-03-25 14:23 UTC (permalink / raw)
  To: Marek Vasut
  Cc: linux-arm-kernel, Biju Das, Conor Dooley, Krzysztof Kozlowski,
	Lad Prabhakar, Magnus Damm, Rob Herring, devicetree, linux-kernel,
	linux-renesas-soc

On Fri, 13 Mar 2026 at 17:40, Marek Vasut
<marek.vasut+renesas@mailbox.org> wrote:
> Realtek RTL8211F PHY schema indicates that compatible string
> "ethernet-phy-id001c.c916" must not be followed by any other
> compatible string. Drop trailing "ethernet-phy-ieee802.3-c22"
> to match the schema.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v7.1.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH 3/4] arm64: dts: renesas: Drop KSZ9131 PHY C22 compatible string
  2026-03-13 16:39 ` [PATCH 3/4] arm64: dts: renesas: Drop KSZ9131 " Marek Vasut
@ 2026-03-25 14:23   ` Geert Uytterhoeven
  0 siblings, 0 replies; 20+ messages in thread
From: Geert Uytterhoeven @ 2026-03-25 14:23 UTC (permalink / raw)
  To: Marek Vasut
  Cc: linux-arm-kernel, Biju Das, Conor Dooley, Krzysztof Kozlowski,
	Lad Prabhakar, Magnus Damm, Rob Herring, devicetree, linux-kernel,
	linux-renesas-soc

On Fri, 13 Mar 2026 at 17:40, Marek Vasut
<marek.vasut+renesas@mailbox.org> wrote:
> Microchip KSZ9131 PHY schema indicates that compatible string
> "ethernet-phy-id0022.1640" must not be followed by any other
> compatible string. Drop trailing "ethernet-phy-ieee802.3-c22"
> to match the schema.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v7.1.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH 4/4] arm64: dts: renesas: Fix KSZ9131 PHY bogus txdv-skew-psec property
  2026-03-13 16:39 ` [PATCH 4/4] arm64: dts: renesas: Fix KSZ9131 PHY bogus txdv-skew-psec property Marek Vasut
  2026-03-13 17:16   ` Biju Das
@ 2026-03-25 14:29   ` Geert Uytterhoeven
  1 sibling, 0 replies; 20+ messages in thread
From: Geert Uytterhoeven @ 2026-03-25 14:29 UTC (permalink / raw)
  To: Marek Vasut
  Cc: linux-arm-kernel, Biju Das, Conor Dooley, Krzysztof Kozlowski,
	Lad Prabhakar, Magnus Damm, Rob Herring, devicetree, linux-kernel,
	linux-renesas-soc

On Fri, 13 Mar 2026 at 17:40, Marek Vasut
<marek.vasut+renesas@mailbox.org> wrote:
> The KSZ9131 schema does not document "txdv-skew-psec" property, neither
> does the kernel driver support this property. It does however document
> and support "txen-skew-psec" property. Fix what is likely a copy-paste
> error from the matching "rxdv-skew-psec" property, use "txen-skew-psec"
> property instead of "txdv-skew-psec" property.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v7.1.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
  2026-03-16 12:37       ` Marek Vasut
  2026-03-16 12:58         ` Biju Das
@ 2026-03-25 14:32         ` Geert Uytterhoeven
  2026-03-26  4:58           ` Marek Vasut
  1 sibling, 1 reply; 20+ messages in thread
From: Geert Uytterhoeven @ 2026-03-25 14:32 UTC (permalink / raw)
  To: Marek Vasut
  Cc: Biju Das, Marek Vasut, linux-arm-kernel@lists.infradead.org,
	Conor Dooley, Geert Uytterhoeven, Krzysztof Kozlowski,
	Prabhakar Mahadev Lad, magnus.damm, Rob Herring,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org

Hi Marek,

On Mon, 16 Mar 2026 at 13:37, Marek Vasut <marek.vasut@mailbox.org> wrote:
> On 3/16/26 10:11 AM, Biju Das wrote:
> >> There is also Marek's older series ([1][2], as Marek doesn't do cover letters ;-).
>
> You seem to be commenting on a 0/4 cover letter here ...

Ha, the exception to the general rule ;-)

> >> [1] "[PATCH 1/2] ARM: dts: renesas: Drop ethernet-phy-ieee802.3-c22 from PHY compatible string on all
> >> RZ boards"
> >>      https://lore.kernel.org/20240630034649.173229-1-marex@denx.de/
> >> [2] "[PATCH 2/2] arm64: dts: renesas: Drop ethernet-phy-ieee802.3-c22 from PHY compatible string on
> >> all RZ boards"
> >>      https://lore.kernel.org/20240630034649.173229-2-marex@denx.de
> >
> > I haven't seen these patches.
>
> They are deprecated.
>
> > It does not cover all the SoCs/boards. If Marek want to take over, He can send next version
> > covering all Renesas boards + binding change.
> Isn't this series effectively exactly that ?

I believe we still have e.g. the KSZ8041 and KSZ9031 PHY nodes to fix,
for both RZ and R-Car boards? Some of them were covered by [1] and
[2] above.
Thanks!

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds


^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings
  2026-03-25 14:32         ` Geert Uytterhoeven
@ 2026-03-26  4:58           ` Marek Vasut
  0 siblings, 0 replies; 20+ messages in thread
From: Marek Vasut @ 2026-03-26  4:58 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Biju Das, linux-arm-kernel@lists.infradead.org, Conor Dooley,
	Geert Uytterhoeven, Krzysztof Kozlowski, Prabhakar Mahadev Lad,
	magnus.damm, Rob Herring, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org

On 3/25/26 3:32 PM, Geert Uytterhoeven wrote:

Hello Geert,

> On Mon, 16 Mar 2026 at 13:37, Marek Vasut <marek.vasut@mailbox.org> wrote:
>> On 3/16/26 10:11 AM, Biju Das wrote:
>>>> There is also Marek's older series ([1][2], as Marek doesn't do cover letters ;-).
>>
>> You seem to be commenting on a 0/4 cover letter here ...
> 
> Ha, the exception to the general rule ;-)

Hehehe.

>>>> [1] "[PATCH 1/2] ARM: dts: renesas: Drop ethernet-phy-ieee802.3-c22 from PHY compatible string on all
>>>> RZ boards"
>>>>       https://lore.kernel.org/20240630034649.173229-1-marex@denx.de/
>>>> [2] "[PATCH 2/2] arm64: dts: renesas: Drop ethernet-phy-ieee802.3-c22 from PHY compatible string on
>>>> all RZ boards"
>>>>       https://lore.kernel.org/20240630034649.173229-2-marex@denx.de
>>>
>>> I haven't seen these patches.
>>
>> They are deprecated.
>>
>>> It does not cover all the SoCs/boards. If Marek want to take over, He can send next version
>>> covering all Renesas boards + binding change.
>> Isn't this series effectively exactly that ?
> 
> I believe we still have e.g. the KSZ8041 and KSZ9031 PHY nodes to fix,
> for both RZ and R-Car boards? Some of them were covered by [1] and
> [2] above.

I hope this is now all addressed by two board fixes [3] [4] and one 
larger fix [5]. But there are also other warnings on the arm32 side 
which are not related to ethernet schemas.

[3] 
https://lore.kernel.org/linux-arm-kernel/20260326045355.223529-1-marek.vasut+renesas@mailbox.org/
[4] 
https://lore.kernel.org/linux-arm-kernel/20260326045416.223556-1-marek.vasut+renesas@mailbox.org/
[5] 
https://lore.kernel.org/linux-arm-kernel/20260326045523.223620-1-marek.vasut+renesas@mailbox.org/

-- 
Best regards,
Marek Vasut


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2026-03-26  4:58 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13 16:39 [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings Marek Vasut
2026-03-13 16:39 ` [PATCH 1/4] arm64: dts: renesas: Drop RTL8211E PHY C22 compatible string Marek Vasut
2026-03-25 14:22   ` Geert Uytterhoeven
2026-03-13 16:39 ` [PATCH 2/4] arm64: dts: renesas: Drop RTL8211F " Marek Vasut
2026-03-25 14:23   ` Geert Uytterhoeven
2026-03-13 16:39 ` [PATCH 3/4] arm64: dts: renesas: Drop KSZ9131 " Marek Vasut
2026-03-25 14:23   ` Geert Uytterhoeven
2026-03-13 16:39 ` [PATCH 4/4] arm64: dts: renesas: Fix KSZ9131 PHY bogus txdv-skew-psec property Marek Vasut
2026-03-13 17:16   ` Biju Das
2026-03-25 14:29   ` Geert Uytterhoeven
2026-03-13 16:52 ` [PATCH 0/4] arm64: dts: renesas: Fix PHY C22 compatible strings Biju Das
2026-03-13 17:18   ` Marek Vasut
2026-03-16  8:57   ` Geert Uytterhoeven
2026-03-16  9:11     ` Biju Das
2026-03-16 12:37       ` Marek Vasut
2026-03-16 12:58         ` Biju Das
2026-03-16 15:06           ` Marek Vasut
2026-03-16 15:12             ` Biju Das
2026-03-25 14:32         ` Geert Uytterhoeven
2026-03-26  4:58           ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox