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>
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 = <ð_pcs>;
+ pcs-handle = <ð_pcs>;
status = "disabled";
};