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:
parent
17efac3b48
commit
0067081461
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue