Skip to content

Commit 7ef549a

Browse files
1991JoyzouNipaLocal
authored andcommitted
net: stmmac: imx: add i.MX91 support
Add i.MX91 specific settings for EQoS. Signed-off-by: Joy Zou <[email protected]> Signed-off-by: NipaLocal <nipa@local>
1 parent 549bbad commit 7ef549a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ imx_dwmac_parse_dt(struct imx_priv_data *dwmac, struct device *dev)
301301
dwmac->clk_mem = NULL;
302302

303303
if (of_machine_is_compatible("fsl,imx8dxl") ||
304+
of_machine_is_compatible("fsl,imx91") ||
304305
of_machine_is_compatible("fsl,imx93")) {
305306
dwmac->clk_mem = devm_clk_get(dev, "mem");
306307
if (IS_ERR(dwmac->clk_mem)) {
@@ -310,6 +311,7 @@ imx_dwmac_parse_dt(struct imx_priv_data *dwmac, struct device *dev)
310311
}
311312

312313
if (of_machine_is_compatible("fsl,imx8mp") ||
314+
of_machine_is_compatible("fsl,imx91") ||
313315
of_machine_is_compatible("fsl,imx93")) {
314316
/* Binding doc describes the propety:
315317
* is required by i.MX8MP, i.MX93.

0 commit comments

Comments
 (0)