Skip to content

Commit d35293c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_a53_smp.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
pinctrl-0 = <&pinmux_mdio>;
5757
pinctrl-names = "default";
5858
status = "okay";
59-
phy: phy@0 {
59+
phy: phy@1 {
6060
compatible = "realtek,rtl8211f";
6161
reg = <1>;
6262
status = "okay";

0 commit comments

Comments
 (0)