Skip to content

Commit

Permalink
ARM: dts: opos6ul: add ksz8081 phy properties
Browse files Browse the repository at this point in the history
Commit c7e73b5 ("ARM: imx: mach-imx6ul: remove 14x14 EVK specific
PHY fixup") removed a PHY fixup that setted the clock mode and the LED
mode.
Make the Ethernet interface work again by doing as advised in the
commit's log, set clock mode and the LED mode in the device tree.

Fixes: c7e73b5 ("ARM: imx: mach-imx6ul: remove 14x14 EVK specific PHY fixup")
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Sébastien Szymanski authored and Shawn Guo committed Apr 22, 2025
1 parent 02e4232 commit 6e1a7bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/nxp/imx/imx6ul-imx6ull-opos6ul.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
reg = <1>;
interrupt-parent = <&gpio4>;
interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
micrel,led-mode = <1>;
clocks = <&clks IMX6UL_CLK_ENET_REF>;
clock-names = "rmii-ref";
status = "okay";
};
};
Expand Down

0 comments on commit 6e1a7bc

Please sign in to comment.