]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: freescale: moduline-display: fix compatible
authorMaud Spierings <maudspierings@gocontroll.com>
Mon, 1 Dec 2025 11:56:51 +0000 (12:56 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 30 Dec 2025 02:22:29 +0000 (10:22 +0800)
The compatibles should include the SoM compatible, this board is based
on the Ka-Ro TX8P-ML81 SoM, so add it to allow using shared code in the
bootloader which uses upstream Linux devicetrees as a base.

Also add the hardware revision to the board compatible to handle
revision specific quirks in the bootloader/userspace.

This is a breaking change, but it is early enough that it can be
corrected without causing any issues.

Fixes: 03f07be54cdc ("arm64: dts: freescale: Add the GOcontroll Moduline Display baseboard")
Signed-off-by: Maud Spierings <maudspierings@gocontroll.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-tx8p-ml81-moduline-display-106.dts

index 88ad422c27603b77c1099f2efe61953999c35f77..399230144ce39c9131e2d5a0329778789be2481b 100644 (file)
@@ -9,7 +9,7 @@
 #include "imx8mp-tx8p-ml81.dtsi"
 
 / {
-       compatible = "gocontroll,moduline-display", "fsl,imx8mp";
+       compatible = "gocontroll,moduline-display-106", "karo,tx8p-ml81", "fsl,imx8mp";
        chassis-type = "embedded";
        hardware = "Moduline Display V1.06";
        model = "GOcontroll Moduline Display baseboard";