Skip to content

Commit

Permalink
Remove unused ethernet-phy@2 block
Browse files Browse the repository at this point in the history
This also fixes the following boot warning:

[    0.608928] mdio_bus 2188000.ethernet-1: MDIO device at address 2 is missing.
  • Loading branch information
fhunleth committed Mar 3, 2022
1 parent 27124d4 commit 1b5ddd9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions linux/imx6ul-grisp2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -218,16 +218,6 @@
status = "okay";
};

&mdio {
ethphy2: ethernet-phy@2 {
reg = <2>;
micrel,led-mode = <1>;
clocks = <&clks IMX6UL_CLK_ENET2_REF>;
clock-names = "rmii-ref";
status = "okay";
};
};

&usbotg1 {
pinctrl-names = "default";
dr_mode = "host";
Expand Down

0 comments on commit 1b5ddd9

Please sign in to comment.