Home
last modified time | relevance | path

Searched refs:ocotp_compatible (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/soc/imx/
H A Dsoc-imx8m.c34 const char *ocotp_compatible; member
131 static int imx8m_soc_prepare(struct platform_device *pdev, const char *ocotp_compatible) in imx8m_soc_prepare() argument
134 of_find_compatible_node(NULL, NULL, ocotp_compatible); in imx8m_soc_prepare()
173 .ocotp_compatible = "fsl,imx8mq-ocotp",
180 .ocotp_compatible = "fsl,imx8mm-ocotp",
187 .ocotp_compatible = "fsl,imx8mm-ocotp",
194 .ocotp_compatible = "fsl,imx8mm-ocotp",
253 ret = imx8m_soc_prepare(pdev, data->ocotp_compatible); in imx8m_soc_probe()