mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: use new vendor prefix for MNT Reform2
@ 2021-05-11 20:17 Lucas Stach
  2021-05-12  5:37 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2021-05-11 20:17 UTC (permalink / raw)
  To: barebox

From: Lucas Stach <dev@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@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(-)

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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: use new vendor prefix for MNT Reform2
  2021-05-11 20:17 [PATCH] ARM: use new vendor prefix for MNT Reform2 Lucas Stach
@ 2021-05-12  5:37 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2021-05-12  5:37 UTC (permalink / raw)
  To: Lucas Stach; +Cc: barebox

On Tue, May 11, 2021 at 10:17:29PM +0200, Lucas Stach wrote:
> From: Lucas Stach <dev@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@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@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 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-12  5:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11 20:17 [PATCH] ARM: use new vendor prefix for MNT Reform2 Lucas Stach
2021-05-12  5:37 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox