Commit 68e680c5 authored by Matthias Schiffer's avatar Matthias Schiffer Committed by Shawn Guo
Browse files

ARM: dts: imx7-mba7: update compatible strings



Include the SoM compatible string.

Signed-off-by: default avatarMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent faa3b6df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {
+1 −1
Original line number Diff line number Diff line
@@ -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";
};