Lines Matching +full:imx23 +full:- +full:clkctrl
1 // SPDX-License-Identifier: GPL-2.0-or-later
111 (BM_OCOTP_CTRL_BUSY | BM_OCOTP_CTRL_ERROR)) && --timeout) in mxs_get_ocotp()
125 while ((__raw_readl(ocotp_base) & BM_OCOTP_CTRL_BUSY) && --timeout) in mxs_get_ocotp()
168 np = of_find_compatible_node(from, NULL, "fsl,imx28-fec"); in update_fec_mac_prop()
174 if (of_get_property(np, "local-mac-address", NULL)) in update_fec_mac_prop()
180 newmac->value = newmac + 1; in update_fec_mac_prop()
181 newmac->length = 6; in update_fec_mac_prop()
183 newmac->name = kstrdup("local-mac-address", GFP_KERNEL); in update_fec_mac_prop()
184 if (!newmac->name) { in update_fec_mac_prop()
191 * so hard-code OUI here. in update_fec_mac_prop()
193 macaddr = newmac->value; in update_fec_mac_prop()
252 phy->dev_flags |= MICREL_PHY_50MHZ_CLK; in apx4devkit_phy_fixup()
285 np = of_find_compatible_node(NULL, NULL, "fsl,imx23-digctl"); in mxs_get_soc_id()
357 np = of_find_compatible_node(NULL, NULL, "fsl,clkctrl"); in mxs_restart_init()
360 return -ENODEV; in mxs_restart_init()
362 if (of_device_is_compatible(np, "fsl,imx23-clkctrl")) in mxs_restart_init()
389 ret = of_property_read_string(root, "model", &soc_dev_attr->machine); in mxs_machine_init()
393 soc_dev_attr->family = "Freescale MXS Family"; in mxs_machine_init()
394 soc_dev_attr->soc_id = mxs_get_soc_id(); in mxs_machine_init()
395 soc_dev_attr->revision = mxs_get_revision(); in mxs_machine_init()
399 kfree(soc_dev_attr->revision); in mxs_machine_init()
406 if (of_machine_is_compatible("fsl,imx28-evk")) in mxs_machine_init()
408 if (of_machine_is_compatible("armadeus,imx28-apf28")) in mxs_machine_init()
417 of_machine_is_compatible("i2se,duckbill-2")) in mxs_machine_init()
450 "fsl,imx23",