9
0
Fork 0

ARM: i.MX: ocotp: Add i.MX6ul support

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2016-11-08 12:31:23 +01:00
parent aed902c6ee
commit 16e251993e
1 changed files with 3 additions and 0 deletions

View File

@ -509,6 +509,9 @@ static __maybe_unused struct of_device_id imx_ocotp_dt_ids[] = {
}, {
.compatible = "fsl,imx6sl-ocotp",
.data = &imx6sl_ocotp_data,
}, {
.compatible = "fsl,imx6ul-ocotp",
.data = &imx6q_ocotp_data,
}, {
/* sentinel */
}