Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx7-mba7: update compatible strings

Include the SoM compatible string.

Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Matthias Schiffer and committed by
Shawn Guo
68e680c5 faa3b6df

+2 -2
+1 -1
arch/arm/boot/dts/imx7d-mba7.dts
··· 14 14 15 15 / { 16 16 model = "TQ Systems TQMa7D board on MBa7 carrier board"; 17 - compatible = "tq,imx7d-mba7", "fsl,imx7d"; 17 + compatible = "tq,imx7d-mba7", "tq,imx7d-tqma7", "fsl,imx7d"; 18 18 }; 19 19 20 20 &fec2 {
+1 -1
arch/arm/boot/dts/imx7s-mba7.dts
··· 14 14 15 15 / { 16 16 model = "TQ Systems TQMa7S board on MBa7 carrier board"; 17 - compatible = "tq,imx7s-mba7", "fsl,imx7s"; 17 + compatible = "tq,imx7s-mba7", "tq,imx7s-tqma7", "fsl,imx7s"; 18 18 };