devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: imx6sx-sdb-reva: Add revision in board compatible string
@ 2019-11-07  1:56 Anson Huang
  2019-11-07  1:56 ` [PATCH 2/2] dt-bindings: arm: imx: Add the i.MX6SX-SDB Rev-A board Anson Huang
  2019-12-04  7:03 ` [PATCH 1/2] ARM: dts: imx6sx-sdb-reva: Add revision in board compatible string Shawn Guo
  0 siblings, 2 replies; 4+ messages in thread
From: Anson Huang @ 2019-11-07  1:56 UTC (permalink / raw)
  To: robh+dt, mark.rutland, shawnguo, s.hauer, kernel, festevam,
	manivannan.sadhasivam, andrew.smirnov, marcel.ziswiler,
	sebastien.szymanski, devicetree, linux-kernel, linux-arm-kernel
  Cc: Linux-imx

i.MX6SX SDB Rev-A board should use its own board compatible
string instead of default i.MX6SX SDB board.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 arch/arm/boot/dts/imx6sx-sdb-reva.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/imx6sx-sdb-reva.dts b/arch/arm/boot/dts/imx6sx-sdb-reva.dts
index f1830ed..2b29ed2 100644
--- a/arch/arm/boot/dts/imx6sx-sdb-reva.dts
+++ b/arch/arm/boot/dts/imx6sx-sdb-reva.dts
@@ -6,6 +6,7 @@
 
 / {
 	model = "Freescale i.MX6 SoloX SDB RevA Board";
+	compatible = "fsl,imx6sx-sdb-reva", "fsl,imx6sx";
 };
 
 &i2c1 {
-- 
2.7.4


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

end of thread, other threads:[~2019-12-04  7:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-07  1:56 [PATCH 1/2] ARM: dts: imx6sx-sdb-reva: Add revision in board compatible string Anson Huang
2019-11-07  1:56 ` [PATCH 2/2] dt-bindings: arm: imx: Add the i.MX6SX-SDB Rev-A board Anson Huang
2019-11-13 13:18   ` Rob Herring
2019-12-04  7:03 ` [PATCH 1/2] ARM: dts: imx6sx-sdb-reva: Add revision in board compatible string Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).