Skip to content

Commit 0067081

Browse files
rettichschnidinashif
authored andcommitted
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 <[email protected]>
1 parent 17efac3 commit 0067081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_a53.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
pinctrl-0 = <&pinmux_mdio>;
5555
pinctrl-names = "default";
5656
status = "okay";
57-
phy: phy@0 {
57+
phy: phy@1 {
5858
compatible = "realtek,rtl8211f";
5959
reg = <1>;
6060
status = "okay";

0 commit comments

Comments
 (0)