summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2021-05-11 22:17:29 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-05-12 07:37:29 +0200
commit031425f64148a4c6a087c476911506cd99efab5c (patch)
tree7efa70fdbf36b3a675a5c38475979412ec55e6d8 /arch/arm
parent27b0b0d3fc042cc66f85dad9803ff5cf55cc60db (diff)
downloadbarebox-031425f64148a4c6a087c476911506cd99efab5c.tar.gz
barebox-031425f64148a4c6a087c476911506cd99efab5c.tar.xz
ARM: use new vendor prefix for MNT Reform2
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> Link: https://lore.barebox.org/20210511201729.63076-1-l.stach@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boards/mnt-reform/board.c2
-rw-r--r--arch/arm/dts/imx8mq-mnt-reform2.dts2
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 e2d628586a..feb874c0a0 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 4e80e00dd1..5a65324b3c 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;