[PATCH] ARM: dts: stm32: Fix STM32MP13xx DHCOR DHSBC Makefile entry
Marek Vasut
marex at denx.de
Wed Jun 5 16:27:01 PDT 2024
Fix stm32mp135f-dhcor-dhsbc board Makefile entry,
replace 'dhsom' with 'dhcor' typo.
Fixes: 12ff8e167641 ("ARM: dts: stm32: Add support for STM32MP13xx DHCOR SoM and DHSBC board")
Signed-off-by: Marek Vasut <marex at denx.de>
---
Cc: "Leonard Göhrs" <l.goehrs at pengutronix.de>
Cc: Ahmad Fatoum <a.fatoum at pengutronix.de>
Cc: Alexandre Torgue <alexandre.torgue at foss.st.com>
Cc: Andre Przywara <andre.przywara at arm.com>
Cc: Conor Dooley <conor+dt at kernel.org>
Cc: Dario Binacchi <dario.binacchi at amarulasolutions.com>
Cc: Krzysztof Kozlowski <krzk+dt at kernel.org>
Cc: Linus Walleij <linus.walleij at linaro.org>
Cc: Maxime Coquelin <mcoquelin.stm32 at gmail.com>
Cc: Rob Herring <robh at kernel.org>
Cc: Sean Nyekjaer <sean at geanix.com>
Cc: Steffen Trumtrar <s.trumtrar at pengutronix.de>
Cc: Stephen Rothwell <sfr at canb.auug.org.au>
Cc: devicetree at vger.kernel.org
Cc: kernel at dh-electronics.com
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-stm32 at st-md-mailman.stormreply.com
---
arch/arm/boot/dts/st/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/st/Makefile b/arch/arm/boot/dts/st/Makefile
index db9718059ae2f..015903d09323f 100644
--- a/arch/arm/boot/dts/st/Makefile
+++ b/arch/arm/boot/dts/st/Makefile
@@ -29,7 +29,7 @@ dtb-$(CONFIG_ARCH_STM32) += \
stm32h743i-eval.dtb \
stm32h743i-disco.dtb \
stm32h750i-art-pi.dtb \
- stm32mp135f-dhsom-dhsbc.dtb \
+ stm32mp135f-dhcor-dhsbc.dtb \
stm32mp135f-dk.dtb \
stm32mp151a-prtt1a.dtb \
stm32mp151a-prtt1c.dtb \
--
2.43.0
More information about the linux-arm-kernel
mailing list