summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2022-01-16 22:32:21 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-18 08:31:14 +0100
commit9129a0ecf96880c95a211c6c7ede94690f6cb494 (patch)
tree4a0a7e0da8ba25775210c31eea7084e8ec58ddee /arch/arm/boards
parent67b79e90a09e7134ee0225d97ec0dcb7ebcf861b (diff)
downloadbarebox-9129a0ecf96880c95a211c6c7ede94690f6cb494.tar.gz
barebox-9129a0ecf96880c95a211c6c7ede94690f6cb494.tar.xz
ARM: mnt-reform: switch to deep-probe
Now that all drivers used on this platform properly handle deep-probe, we can switch it on. Signed-off-by: Lucas Stach <dev@lynxeye.de> Link: https://lore.barebox.org/20220116213221.3466936-3-dev@lynxeye.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards')
-rw-r--r--arch/arm/boards/mnt-reform/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boards/mnt-reform/board.c b/arch/arm/boards/mnt-reform/board.c
index feb874c0a0..010690ecbd 100644
--- a/arch/arm/boards/mnt-reform/board.c
+++ b/arch/arm/boards/mnt-reform/board.c
@@ -5,6 +5,7 @@
#include <bootsource.h>
#include <common.h>
+#include <deep-probe.h>
#include <init.h>
#include <mach/bbu.h>
@@ -31,6 +32,7 @@ static const struct of_device_id mnt_reform_of_match[] = {
{ .compatible = "mntre,reform2"},
{ /* sentinel */ },
};
+BAREBOX_DEEP_PROBE_ENABLE(mnt_reform_of_match);
static struct driver_d mnt_reform_board_driver = {
.name = "board-mnt-reform",