]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
airoha: update ethernet node for new PCS implementation
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 13 May 2026 11:38:46 +0000 (13:38 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 13 May 2026 11:38:46 +0000 (13:38 +0200)
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 <ansuelsmth@gmail.com>
target/linux/airoha/dts/an7581.dtsi

index a7a917c32ff245887da9d2898f14edbac772237c..c00eaa5c324e215d1230dc8ea5d01873c1a8a937 100644 (file)
                        gdm2: ethernet@2 {
                                compatible = "airoha,eth-mac";
                                reg = <2>;
-                               pcs = <&pon_pcs>;
+                               pcs-handle = <&pon_pcs>;
 
                                status = "disabled";
                        };
                        gdm4: ethernet@4 {
                                compatible = "airoha,eth-mac";
                                reg = <4>;
-                               pcs = <&eth_pcs>;
+                               pcs-handle = <&eth_pcs>;
 
                                status = "disabled";
                        };