]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
airoha: an7583: update ethernet node for new PCS implementation
authorRobert Marko <robert.marko@sartura.hr>
Thu, 16 Jul 2026 09:37:44 +0000 (11:37 +0200)
committerRobert Marko <robimarko@gmail.com>
Thu, 16 Jul 2026 09:42:02 +0000 (11:42 +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: Robert Marko <robert.marko@sartura.hr>
target/linux/airoha/dts/an7583.dtsi

index 2a4864018fc582e7b2725b345dd6316defa57ae8..59e48facad8cb9fc7085347231d2611143a4c5ef 100644 (file)
                        gdm2: ethernet@2 {
                                compatible = "airoha,eth-mac";
                                reg = <2>;
-                               pcs = <&pon_pcs>;
+                               pcs-handle = <&pon_pcs>;
 
                                status = "disabled";
                        };
                        gdm3: ethernet@3 {
                                compatible = "airoha,eth-mac";
                                reg = <3>;
-                               pcs = <&eth_pcs>;
+                               pcs-handle = <&eth_pcs>;
                                airoha,gdm-srcport = <0x16>;
 
                                status = "disabled";