Lines Matching refs:ocotp_compat
27 const char *ocotp_compat = NULL; in imx_soc_device_init() local
81 ocotp_compat = "fsl,imx6sl-ocotp"; in imx_soc_device_init()
85 ocotp_compat = "fsl,imx6q-ocotp"; in imx_soc_device_init()
89 ocotp_compat = "fsl,imx6sx-ocotp"; in imx_soc_device_init()
93 ocotp_compat = "fsl,imx6q-ocotp"; in imx_soc_device_init()
97 ocotp_compat = "fsl,imx6ul-ocotp"; in imx_soc_device_init()
101 ocotp_compat = "fsl,imx6ull-ocotp"; in imx_soc_device_init()
105 ocotp_compat = "fsl,imx6ull-ocotp"; in imx_soc_device_init()
109 ocotp_compat = "fsl,imx6sll-ocotp"; in imx_soc_device_init()
113 ocotp_compat = "fsl,imx7d-ocotp"; in imx_soc_device_init()
117 ocotp_compat = "fsl,imx7ulp-ocotp"; in imx_soc_device_init()
121 ocotp_compat = "fsl,vf610-ocotp"; in imx_soc_device_init()
125 ocotp_compat = "fsl,vf610-ocotp"; in imx_soc_device_init()
129 ocotp_compat = "fsl,vf610-ocotp"; in imx_soc_device_init()
133 ocotp_compat = "fsl,vf610-ocotp"; in imx_soc_device_init()
141 if (ocotp_compat) { in imx_soc_device_init()
142 ocotp = syscon_regmap_lookup_by_compatible(ocotp_compat); in imx_soc_device_init()
144 pr_err("%s: failed to find %s regmap!\n", __func__, ocotp_compat); in imx_soc_device_init()