mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] mci: imx: Add imx6sx compatible
@ 2016-12-13 14:31 Christian Hemp
  2016-12-13 14:31 ` [PATCH 2/2] ARCH: ARM: Add support for phytec-phycore-imx6ul Christian Hemp
  2017-01-09 10:50 ` [PATCH 1/2] mci: imx: Add imx6sx compatible Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Hemp @ 2016-12-13 14:31 UTC (permalink / raw)
  To: barebox

To let the driver probe on i.MX6SX and i.MX6UL.

Signed-off-by: Christian Hemp <c.hemp@phytec.de>
---
 drivers/mci/imx-esdhc.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/mci/imx-esdhc.c b/drivers/mci/imx-esdhc.c
index 262a904..41f0562 100644
--- a/drivers/mci/imx-esdhc.c
+++ b/drivers/mci/imx-esdhc.c
@@ -648,6 +648,8 @@ static __maybe_unused struct of_device_id fsl_esdhc_compatible[] = {
 	}, {
 		.compatible = "fsl,imx6sl-usdhc",
 	}, {
+		.compatible = "fsl,imx6sx-usdhc",
+	}, {
 		/* sentinel */
 	}
 };
-- 
1.9.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-09 10:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-13 14:31 [PATCH 1/2] mci: imx: Add imx6sx compatible Christian Hemp
2016-12-13 14:31 ` [PATCH 2/2] ARCH: ARM: Add support for phytec-phycore-imx6ul Christian Hemp
2017-01-09 10:50 ` [PATCH 1/2] mci: imx: Add imx6sx compatible Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox