boards: nxp: imx8mp: Fix unit and first address mismatch

This fixes the following warning:

> devicetree error: unit address and first address in 'reg' (0x1) don't
> match for /soc/enet@30be0000/mdio/phy@0

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
Reto Schneider 2024-09-14 16:55:49 +02:00 committed by Anas Nashif
parent 17efac3b48
commit 0067081461

View file

@ -54,7 +54,7 @@
pinctrl-0 = <&pinmux_mdio>;
pinctrl-names = "default";
status = "okay";
phy: phy@0 {
phy: phy@1 {
compatible = "realtek,rtl8211f";
reg = <1>;
status = "okay";