Message ID | 20200725063639.1221075-1-daniel@0x0f.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 98895d5e9e195b3f660afd9f04e24d2b307cb660 |
Headers | show |
Series | ARM: mstar: Fix dts filename for 70mai midrive d08 | expand |
On Sat, Jul 25, 2020 at 8:36 AM Daniel Palmer <daniel@0x0f.com> wrote: > > Fixes the filename for the 70mai midrive d08 dts. > > Signed-off-by: Daniel Palmer <daniel@0x0f.com> > --- > arch/arm/boot/dts/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks! Arnd
Hello: This patch was applied to soc/soc.git (refs/heads/for-next). On Sat, 25 Jul 2020 15:36:39 +0900 you wrote: > Fixes the filename for the 70mai midrive d08 dts. > > Signed-off-by: Daniel Palmer <daniel@0x0f.com> > --- > arch/arm/boot/dts/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is a summary with links: - ARM: mstar: Fix dts filename for 70mai midrive d08 https://git.kernel.org/soc/soc/c/9edc29add2e8406db3e576c9de9a533df7679336 You are awesome, thank you!
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 \
Fixes the filename for the 70mai midrive d08 dts. Signed-off-by: Daniel Palmer <daniel@0x0f.com> --- arch/arm/boot/dts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)