ARM: dts: imx7-mba7: update compatible strings
authorMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Fri, 18 Sep 2020 11:29:32 +0000 (13:29 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 28 Oct 2020 08:37:03 +0000 (16:37 +0800)
Include the SoM compatible string.

Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7d-mba7.dts
arch/arm/boot/dts/imx7s-mba7.dts

index 221274c73dbdbfa4c547c0e167add4a922066e82..9f4f7112e5986671f31a99d0c33960b6407ce3bf 100644 (file)
@@ -14,7 +14,7 @@
 
 / {
        model = "TQ Systems TQMa7D board on MBa7 carrier board";
-       compatible = "tq,imx7d-mba7", "fsl,imx7d";
+       compatible = "tq,imx7d-mba7", "tq,imx7d-tqma7", "fsl,imx7d";
 };
 
 &fec2 {
index a143d566a38bcd4348d3738cfd4c376fd341cb4b..d7d3f530f84329b8a6687a02e6f71bc1517ef323 100644 (file)
@@ -14,5 +14,5 @@
 
 / {
        model = "TQ Systems TQMa7S board on MBa7 carrier board";
-       compatible = "tq,imx7s-mba7", "fsl,imx7s";
+       compatible = "tq,imx7s-mba7", "tq,imx7s-tqma7", "fsl,imx7s";
 };