Skip to content

Commit e0d1e59

Browse files
sumitbatra-nxpmmahadevan108
authored andcommitted
mdio: fmurt6: dts: Enable the parent node of mdio
mdio_enet_nxp driver accesses the registers of its parent node Ethernet MAC This commit enables this node in mimxrt1062_fmurt6 board's device tree. This also fixes Issue #80881 Signed-off-by: Sumit Batra <[email protected]>
1 parent 8fc161f commit e0d1e59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/nxp/mimxrt1062_fmurt6/mimxrt1062_fmurt6.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,12 +385,17 @@
385385
nxp,prescaler = <64>;
386386
};
387387

388+
&enet2 {
389+
status = "okay";
390+
};
391+
388392
&enet2_mac {
389393
pinctrl-0 = <&pinmux_enet>;
390394
pinctrl-names = "default";
391395
zephyr,random-mac-address;
392396
phy-connection-type = "rmii";
393397
phy-handle = <&phy>;
398+
status = "okay";
394399
};
395400

396401
&enet2_mdio {

0 commit comments

Comments
 (0)