From 953f1aaa93f442e03189879f83317b56805a1e3f Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Wed, 13 May 2026 13:38:46 +0200 Subject: [PATCH] airoha: update ethernet node for new PCS implementation With new PCS implementation, the pcs property needs to be updated to the new name of 'pcs-handle' to correctly work with PCS fwnode consumer/provider. Fixes: 4d5f579a8120 ("airoha: update PCS node in DTSI for new PCS implementation") Signed-off-by: Christian Marangi --- target/linux/airoha/dts/an7581.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/airoha/dts/an7581.dtsi b/target/linux/airoha/dts/an7581.dtsi index a7a917c32f..c00eaa5c32 100644 --- a/target/linux/airoha/dts/an7581.dtsi +++ b/target/linux/airoha/dts/an7581.dtsi @@ -975,7 +975,7 @@ gdm2: ethernet@2 { compatible = "airoha,eth-mac"; reg = <2>; - pcs = <&pon_pcs>; + pcs-handle = <&pon_pcs>; status = "disabled"; }; @@ -983,7 +983,7 @@ gdm4: ethernet@4 { compatible = "airoha,eth-mac"; reg = <4>; - pcs = <ð_pcs>; + pcs-handle = <ð_pcs>; status = "disabled"; };