[PATCH] ARM: i.MX8MP: fix compatible string for koenigbauer,alphajet board
Ahmad Fatoum
a.fatoum at pengutronix.de
Tue Apr 30 05:05:27 PDT 2024
On 30.04.24 12:23, Roland Hieber wrote:
> 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";
Reviewed-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
>
> display {
> compatible = "innolux,g101ice-l01";
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list