Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: stmmac: imx: add i.MX91 support

Add i.MX91 specific settings for EQoS.

Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Joy Zou <joy.zou@nxp.com>
Link: https://patch.msgid.link/20250901103632.3409896-7-joy.zou@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Joy Zou and committed by
Jakub Kicinski
59aec913 24ee9fee

+3 -1
+3 -1
drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c
··· 301 301 dwmac->clk_mem = NULL; 302 302 303 303 if (of_machine_is_compatible("fsl,imx8dxl") || 304 + of_machine_is_compatible("fsl,imx91") || 304 305 of_machine_is_compatible("fsl,imx93")) { 305 306 dwmac->clk_mem = devm_clk_get(dev, "mem"); 306 307 if (IS_ERR(dwmac->clk_mem)) { ··· 311 310 } 312 311 313 312 if (of_machine_is_compatible("fsl,imx8mp") || 313 + of_machine_is_compatible("fsl,imx91") || 314 314 of_machine_is_compatible("fsl,imx93")) { 315 315 /* Binding doc describes the propety: 316 - * is required by i.MX8MP, i.MX93. 316 + * is required by i.MX8MP, i.MX91, i.MX93. 317 317 * is optinoal for i.MX8DXL. 318 318 */ 319 319 dwmac->intf_regmap =