]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: dwmac-imx: add imx93 clock input support in RMII mode
authorMathieu Othacehe <othacehe@gnu.org>
Fri, 27 Dec 2024 09:59:22 +0000 (10:59 +0100)
committerJakub Kicinski <kuba@kernel.org>
Fri, 3 Jan 2025 02:10:45 +0000 (18:10 -0800)
commit94c16fd4df9089931f674fb9aaec41ea20b0fd7a
tree171341500dccff78838eb5c690a3d85541ffe61a
parent5df7ca0b827dac9fc44b42a4b695adcaa6d07ffb
net: dwmac-imx: add imx93 clock input support in RMII mode

If the rmii_refclk_ext boolean is set, configure the ENET QOS TX_CLK pin
direction to input. Otherwise, it defaults to output.

That mirrors what is already happening for the imx8mp in the
imx8mp_set_intf_mode function.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Link: https://patch.msgid.link/20241227095923.4414-1-othacehe@gnu.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c