[PATCH v1 2/4] arm: boards: protonic-stm32mp13: Use unique board driver name
Oleksij Rempel
o.rempel at pengutronix.de
Mon Mar 31 05:30:30 PDT 2025
The driver was previously named "board-protonic-stm32", which is also
used by another board support file. This can lead to confusion when
both drivers are loaded, as it's hard to distinguish them in logs or
drvinfo output.
Signed-off-by: Oleksij Rempel <o.rempel at pengutronix.de>
---
arch/arm/boards/protonic-stm32mp13/board.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boards/protonic-stm32mp13/board.c b/arch/arm/boards/protonic-stm32mp13/board.c
index 0173e3628dc3..d48a6dbf8e44 100644
--- a/arch/arm/boards/protonic-stm32mp13/board.c
+++ b/arch/arm/boards/protonic-stm32mp13/board.c
@@ -285,7 +285,7 @@ static const struct of_device_id prt_stm32_of_match[] = {
BAREBOX_DEEP_PROBE_ENABLE(prt_stm32_of_match);
static struct driver prt_stm32_board_driver = {
- .name = "board-protonic-stm32",
+ .name = "board-protonic-stm32mp13",
.probe = prt_stm32_probe,
.of_compatible = prt_stm32_of_match,
};
--
2.39.5
More information about the barebox
mailing list