9
0
Fork 0

ARM: i.MX: ocotp: Add i.MX6sx compatible entry

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-11-26 17:25:16 +01:00
parent f154e9ca76
commit 1abc1202d0
1 changed files with 2 additions and 0 deletions

View File

@ -453,6 +453,8 @@ static int imx_ocotp_probe(struct device_d *dev)
static __maybe_unused struct of_device_id imx_ocotp_dt_ids[] = {
{
.compatible = "fsl,imx6q-ocotp",
}, {
.compatible = "fsl,imx6sx-ocotp",
}, {
/* sentinel */
}