Skip to content

Commit 9b357ea

Browse files
tq-schiffermPaolo Abeni
authored andcommitted
dt-bindings: net: ti: k3-am654-cpsw-nuss: update phy-mode in example
k3-am65-cpsw-nuss controllers have a fixed internal TX delay, so RXID mode is not actually possible and will result in a warning from the driver going forward. Signed-off-by: Matthias Schiffer <[email protected]> Reviewed-by: Maxime Chevallier <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Reviewed-by: Siddharth Vadapalli <[email protected]> Link: https://patch.msgid.link/f9b5e84fcaf565506ed86cf1838444c2bc47334f.1750756583.git.matthias.schiffer@ew.tq-group.com Signed-off-by: Paolo Abeni <[email protected]>
1 parent a9b24b3 commit 9b357ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ examples:
284284
ti,syscon-efuse = <&mcu_conf 0x200>;
285285
phys = <&phy_gmii_sel 1>;
286286
287-
phy-mode = "rgmii-rxid";
287+
phy-mode = "rgmii-id";
288288
phy-handle = <&phy0>;
289289
};
290290
};

0 commit comments

Comments
 (0)