[PATCH] ARM: use new vendor prefix for MNT Reform2
Sascha Hauer
sha at pengutronix.de
Tue May 11 22:37:40 PDT 2021
On Tue, May 11, 2021 at 10:17:29PM +0200, Lucas Stach wrote:
> From: Lucas Stach <dev at lynxeye.de>
>
> The vendor prefix for MNT Research GmbH in the upstream kernel will be
> mntre (not yet landed, but acked by the maintainer). Switch to this
> prefix in Barebox now to keep bootspec booting working.
>
> Signed-off-by: Lucas Stach <dev at lynxeye.de>
> ---
> arch/arm/boards/mnt-reform/board.c | 2 +-
> arch/arm/dts/imx8mq-mnt-reform2.dts | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks
Sascha
>
> diff --git a/arch/arm/boards/mnt-reform/board.c b/arch/arm/boards/mnt-reform/board.c
> index e2d628586a50..feb874c0a0ef 100644
> --- a/arch/arm/boards/mnt-reform/board.c
> +++ b/arch/arm/boards/mnt-reform/board.c
> @@ -28,7 +28,7 @@ static int mnt_reform_probe(struct device_d *dev)
> }
>
> static const struct of_device_id mnt_reform_of_match[] = {
> - { .compatible = "mnt,reform2"},
> + { .compatible = "mntre,reform2"},
> { /* sentinel */ },
> };
>
> diff --git a/arch/arm/dts/imx8mq-mnt-reform2.dts b/arch/arm/dts/imx8mq-mnt-reform2.dts
> index 4e80e00dd143..5a65324b3c75 100644
> --- a/arch/arm/dts/imx8mq-mnt-reform2.dts
> +++ b/arch/arm/dts/imx8mq-mnt-reform2.dts
> @@ -12,7 +12,7 @@
>
> / {
> model = "MNT Reform2";
> - compatible = "mnt,reform2", "fsl,imx8mq";
> + compatible = "mntre,reform2", "fsl,imx8mq";
>
> chosen {
> stdout-path = &uart1;
> --
> 2.31.1
>
>
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
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