Skip to content

Commit 056c688

Browse files
SpieringsAEShawn Guo
authored andcommitted
arm64: dts: freescale: moduline-display: fix compatible
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: 03f07be ("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>
1 parent 1815b16 commit 056c688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8mp-tx8p-ml81-moduline-display-106.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "imx8mp-tx8p-ml81.dtsi"
1010

1111
/ {
12-
compatible = "gocontroll,moduline-display", "fsl,imx8mp";
12+
compatible = "gocontroll,moduline-display-106", "karo,tx8p-ml81", "fsl,imx8mp";
1313
chassis-type = "embedded";
1414
hardware = "Moduline Display V1.06";
1515
model = "GOcontroll Moduline Display baseboard";

0 commit comments

Comments
 (0)