File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
drivers/net/ethernet/stmicro/stmmac Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -301,6 +301,7 @@ imx_dwmac_parse_dt(struct imx_priv_data *dwmac, struct device *dev)
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 )) {
@@ -310,6 +311,7 @@ imx_dwmac_parse_dt(struct imx_priv_data *dwmac, struct device *dev)
310
311
}
311
312
312
313
if (of_machine_is_compatible ("fsl,imx8mp" ) ||
314
+ of_machine_is_compatible ("fsl,imx91" ) ||
313
315
of_machine_is_compatible ("fsl,imx93" )) {
314
316
/* Binding doc describes the propety:
315
317
* is required by i.MX8MP, i.MX93.
You can’t perform that action at this time.
0 commit comments