Commit 056c6887 authored by Maud Spierings's avatar Maud Spierings Committed by Shawn Guo
Browse files

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: 03f07be5 ("arm64: dts: freescale: Add the GOcontroll Moduline Display baseboard")
Signed-off-by: default avatarMaud Spierings <maudspierings@gocontroll.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1815b16d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";