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 221274c..9f4f711 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 a143d56..d7d3f53 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";
 };