From: Lucas Stach <[email protected]>

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 <[email protected]>
---
 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
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to