Lines Matching +full:imx28 +full:- +full:saif

1 // SPDX-License-Identifier: GPL-2.0-or-later
28 /* MXS DIGCTL SAIF CLKMUX */
113 (BM_OCOTP_CTRL_BUSY | BM_OCOTP_CTRL_ERROR)) && --timeout) in mxs_get_ocotp()
127 while ((__raw_readl(ocotp_base) & BM_OCOTP_CTRL_BUSY) && --timeout) in mxs_get_ocotp()
170 np = of_find_compatible_node(from, NULL, "fsl,imx28-fec"); in update_fec_mac_prop()
176 if (of_property_present(np, "local-mac-address")) in update_fec_mac_prop()
182 newmac->value = newmac + 1; in update_fec_mac_prop()
183 newmac->length = 6; in update_fec_mac_prop()
185 newmac->name = kstrdup("local-mac-address", GFP_KERNEL); in update_fec_mac_prop()
186 if (!newmac->name) { in update_fec_mac_prop()
193 * so hard-code OUI here. in update_fec_mac_prop()
195 macaddr = newmac->value; in update_fec_mac_prop()
254 phy->dev_flags |= MICREL_PHY_50MHZ_CLK; in apx4devkit_phy_fixup()
287 np = of_find_compatible_node(NULL, NULL, "fsl,imx23-digctl"); in mxs_get_soc_id()
359 np = of_find_compatible_node(NULL, NULL, "fsl,imx23-clkctrl"); in mxs_restart_init()
361 np = of_find_compatible_node(NULL, NULL, "fsl,imx28-clkctrl"); in mxs_restart_init()
364 return -ENODEV; in mxs_restart_init()
366 if (of_device_is_compatible(np, "fsl,imx23-clkctrl")) in mxs_restart_init()
395 ret = of_property_read_string(root, "model", &soc_dev_attr->machine); in mxs_machine_init()
401 soc_dev_attr->family = "Freescale MXS Family"; in mxs_machine_init()
402 soc_dev_attr->soc_id = mxs_get_soc_id(); in mxs_machine_init()
403 soc_dev_attr->revision = mxs_get_revision(); in mxs_machine_init()
415 soc_dev_attr->serial_number = kasprintf(GFP_KERNEL, "%016llX", soc_uid); in mxs_machine_init()
419 kfree(soc_dev_attr->serial_number); in mxs_machine_init()
420 kfree(soc_dev_attr->revision); in mxs_machine_init()
427 if (of_machine_is_compatible("fsl,imx28-evk")) in mxs_machine_init()
429 if (of_machine_is_compatible("armadeus,imx28-apf28")) in mxs_machine_init()
438 of_machine_is_compatible("i2se,duckbill-2")) in mxs_machine_init()
470 "fsl,imx28",