Upstream [1] did not accept the "polyhex,imx8mp-debix" since it is to
generic. We could add "polyhex,imx8mp-debix" it to our barebox
devicetree but since we need to differentiate between the SBC and SOM
anyway, add the upstream landed compatible.

[1] 
https://lore.kernel.org/all/20230809071026.3546605-3-m.fel...@pengutronix.de/

Signed-off-by: Marco Felsch <m.fel...@pengutronix.de>
---
 arch/arm/boards/polyhex-debix/board.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boards/polyhex-debix/board.c 
b/arch/arm/boards/polyhex-debix/board.c
index 46cb18c5889c..f81666ce0c93 100644
--- a/arch/arm/boards/polyhex-debix/board.c
+++ b/arch/arm/boards/polyhex-debix/board.c
@@ -37,6 +37,7 @@ static int polyhex_debix_probe(struct device *dev)
 
 static const struct of_device_id polyhex_debix_of_match[] = {
        { .compatible = "polyhex,imx8mp-debix" },
+       { .compatible = "polyhex,imx8mp-debix-som-a-bmb-08" },
        { /* Sentinel */ }
 };
 BAREBOX_DEEP_PROBE_ENABLE(polyhex_debix_of_match);
-- 
2.39.2


Reply via email to