[PATCH 2/7] ARM: dts: stm32mp: fix model string for stm32mp135f-dk
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Nov 22 10:11:11 PST 2023
STM32MP153 is another SoC. Fix the typo.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
arch/arm/dts/stm32mp135f-dk.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/stm32mp135f-dk.dts b/arch/arm/dts/stm32mp135f-dk.dts
index a4e6614c4a38..f07f7f5536fe 100644
--- a/arch/arm/dts/stm32mp135f-dk.dts
+++ b/arch/arm/dts/stm32mp135f-dk.dts
@@ -4,5 +4,5 @@
#include "stm32mp131.dtsi"
/ {
- model = "STM32MP153F-DK";
+ model = "STM32MP135F-DK";
};
--
2.39.2
More information about the barebox
mailing list