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)
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.
You can’t perform that action at this time.
0 commit comments