2020-07-25 06:37:26

by Daniel Palmer

[permalink] [raw]
Subject: [PATCH] ARM: mstar: Fix dts filename for 70mai midrive d08

Fixes the filename for the 70mai midrive d08 dts.

Signed-off-by: Daniel Palmer <[email protected]>
---
arch/arm/boot/dts/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 35c7ecc52c60..caf4a47ba799 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -1345,7 +1345,7 @@ dtb-$(CONFIG_ARCH_MILBEAUT) += milbeaut-m10v-evb.dtb
dtb-$(CONFIG_ARCH_MSTARV7) += \
infinity-msc313-breadbee_crust.dtb \
infinity3-msc313e-breadbee.dtb \
- mercury5-ssc8336n-midrive08.dtb
+ mercury5-ssc8336n-midrived08.dtb
dtb-$(CONFIG_ARCH_ZX) += zx296702-ad1.dtb
dtb-$(CONFIG_ARCH_ASPEED) += \
aspeed-ast2500-evb.dtb \
--
2.27.0


2020-07-25 07:58:53

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH] ARM: mstar: Fix dts filename for 70mai midrive d08

On Sat, Jul 25, 2020 at 8:36 AM Daniel Palmer <[email protected]> wrote:
>
> Fixes the filename for the 70mai midrive d08 dts.
>
> Signed-off-by: Daniel Palmer <[email protected]>
> ---
> arch/arm/boot/dts/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks!

Arnd