Skip to content

Commit b15c5d7

Browse files
rettichschnidinashif
authored andcommitted
boards: nxp: imx93_evk: Fix unit and first address mismatch
This fixes the following warning: > unit address and first address in 'reg' (0x2) don't match for > /enet@42890000/mdio/phy@0 Signed-off-by: Reto Schneider <[email protected]>
1 parent b0442e2 commit b15c5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nxp/imx93_evk/imx93_evk_mimx9352_a55.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
pinctrl-0 = <&pinmux_mdio>;
103103
pinctrl-names = "default";
104104
status = "okay";
105-
phy: phy@0 {
105+
phy: phy@2 {
106106
compatible = "realtek,rtl8211f";
107107
reg = <2>;
108108
status = "okay";

0 commit comments

Comments
 (0)