]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6sx-udoo: Add board specific compatible strings
authorFabio Estevam <fabio.estevam@nxp.com>
Tue, 1 Nov 2016 17:38:12 +0000 (15:38 -0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 14 Nov 2016 02:30:28 +0000 (10:30 +0800)
Add a compatible entry for the specific board versions.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6sx-udoo-neo-basic.dts
arch/arm/boot/dts/imx6sx-udoo-neo-extended.dts
arch/arm/boot/dts/imx6sx-udoo-neo-full.dts

index 0b888789efc6c4b5cc6fa6c09e5eafe1025894ee..0c1fc1a8f913aaab0888a927bad4fd804423af06 100644 (file)
@@ -46,7 +46,7 @@
 
 / {
        model = "UDOO Neo Basic";
-       compatible = "fsl,imx6sx";
+       compatible = "udoo,neobasic", "fsl,imx6sx";
 
        memory {
                reg = <0x80000000 0x20000000>;
index d6fdd17cd3ac01dafbd8582826a701fc7f5cb941..5d6c2274ee2bb880616236561516efcea6632e0e 100644 (file)
@@ -46,7 +46,7 @@
 
 / {
        model = "UDOO Neo Extended";
-       compatible = "fsl,imx6sx";
+       compatible = "udoo,neoextended", "fsl,imx6sx";
 
        memory {
                reg = <0x80000000 0x40000000>;
index d8c3577c9dd5bbae1328fadedc00260b4bc3034a..653ceb29e28b5603fc7ab49ba7287575b20d0249 100644 (file)
@@ -46,7 +46,7 @@
 
 / {
        model = "UDOO Neo Full";
-       compatible = "fsl,imx6sx";
+       compatible = "udoo,neofull", "fsl,imx6sx";
 
        memory {
                reg = <0x80000000 0x40000000>;