[PATCH 08/11] ARM: i.MX: ocotp: Add i.MX6sx compatible entry
Sascha Hauer
s.hauer at pengutronix.de
Wed Nov 26 08:29:51 PST 2014
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
arch/arm/mach-imx/ocotp.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-imx/ocotp.c b/arch/arm/mach-imx/ocotp.c
index 419821b..dd509d6 100644
--- a/arch/arm/mach-imx/ocotp.c
+++ b/arch/arm/mach-imx/ocotp.c
@@ -454,6 +454,8 @@ static __maybe_unused struct of_device_id imx_ocotp_dt_ids[] = {
{
.compatible = "fsl,imx6q-ocotp",
}, {
+ .compatible = "fsl,imx6sx-ocotp",
+ }, {
/* sentinel */
}
};
--
2.1.3
More information about the barebox
mailing list