[PATCH] ARM: i.MX8MP: fix compatible string for koenigbauer,alphajet board
Roland Hieber
rhi at pengutronix.de
Tue Apr 30 03:23:57 PDT 2024
During the review of the initial board support patch, the SoM compatible
was changed (and unified) to "congatec,qmx8p" from several different
incompatible variants. However, the compatible in the alphajet device
tree contained a different typo and was overlooked, which had the effect
that the barebox_update handler and the Ethernet fixups were not
registered on the alphajet board.
Fixes: 34f14b1519715d47d879 (2024-03-11, "ARM: i.MX8MP: add König+Bauer AlphaJet board")
Rubberducked-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
Signed-off-by: Roland Hieber <rhi at pengutronix.de>
---
arch/arm/dts/imx8mp-koenigbauer-alphajet.kernel.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/imx8mp-koenigbauer-alphajet.kernel.dts b/arch/arm/dts/imx8mp-koenigbauer-alphajet.kernel.dts
index 3f958ddf78e8..198fe1379a05 100644
--- a/arch/arm/dts/imx8mp-koenigbauer-alphajet.kernel.dts
+++ b/arch/arm/dts/imx8mp-koenigbauer-alphajet.kernel.dts
@@ -7,7 +7,7 @@
/ {
model = "Koenig+Bauer Alphajet";
- compatible = "koenigbauer,alphajet", "congatec,qmxp8p", "fsl,imx8mp";
+ compatible = "koenigbauer,alphajet", "congatec,qmx8p", "fsl,imx8mp";
display {
compatible = "innolux,g101ice-l01";
--
2.39.2
More information about the barebox
mailing list