linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6sx-udoo: Add board specific compatible strings
@ 2016-11-01 17:38 Fabio Estevam
  2016-11-13 11:50 ` Fabio Estevam
  2016-11-14  2:30 ` Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2016-11-01 17:38 UTC (permalink / raw)
  To: linux-arm-kernel

Add a compatible entry for the specific board versions.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 arch/arm/boot/dts/imx6sx-udoo-neo-basic.dts    | 2 +-
 arch/arm/boot/dts/imx6sx-udoo-neo-extended.dts | 2 +-
 arch/arm/boot/dts/imx6sx-udoo-neo-full.dts     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/imx6sx-udoo-neo-basic.dts b/arch/arm/boot/dts/imx6sx-udoo-neo-basic.dts
index 0b88878..0c1fc1a 100644
--- a/arch/arm/boot/dts/imx6sx-udoo-neo-basic.dts
+++ b/arch/arm/boot/dts/imx6sx-udoo-neo-basic.dts
@@ -46,7 +46,7 @@
 
 / {
 	model = "UDOO Neo Basic";
-	compatible = "fsl,imx6sx";
+	compatible = "udoo,neobasic", "fsl,imx6sx";
 
 	memory {
 		reg = <0x80000000 0x20000000>;
diff --git a/arch/arm/boot/dts/imx6sx-udoo-neo-extended.dts b/arch/arm/boot/dts/imx6sx-udoo-neo-extended.dts
index d6fdd17..5d6c227 100644
--- a/arch/arm/boot/dts/imx6sx-udoo-neo-extended.dts
+++ b/arch/arm/boot/dts/imx6sx-udoo-neo-extended.dts
@@ -46,7 +46,7 @@
 
 / {
 	model = "UDOO Neo Extended";
-	compatible = "fsl,imx6sx";
+	compatible = "udoo,neoextended", "fsl,imx6sx";
 
 	memory {
 		reg = <0x80000000 0x40000000>;
diff --git a/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts b/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts
index d8c3577..653ceb2 100644
--- a/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts
+++ b/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts
@@ -46,7 +46,7 @@
 
 / {
 	model = "UDOO Neo Full";
-	compatible = "fsl,imx6sx";
+	compatible = "udoo,neofull", "fsl,imx6sx";
 
 	memory {
 		reg = <0x80000000 0x40000000>;
-- 
2.7.4

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

end of thread, other threads:[~2016-11-14  2:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-01 17:38 [PATCH] ARM: dts: imx6sx-udoo: Add board specific compatible strings Fabio Estevam
2016-11-13 11:50 ` Fabio Estevam
2016-11-14  2:30 ` 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).