summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/samsung
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-07-20 17:15:37 +0300
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-07-20 21:19:30 +0300
commit838cf5a4377b9af926731cc68876e9c081873ea6 (patch)
treec347b740f3d388299e1964688d62fc15c9637a9f /arch/arm/boot/dts/samsung
parentee37a457af1d166f090ec68de26f94447d899c8a (diff)
downloadlinux-838cf5a4377b9af926731cc68876e9c081873ea6.tar.xz
ARM: dts: samsung: fix Exynos4212 Tab3 makefile entries
Makefile targets are DTB, not DTS. Reported-by: Linux Kernel Functional Testing <lkft@linaro.org> Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org> Closes: https://lore.kernel.org/linux-arm-kernel/CA+G9fYsfziBmQGQMGAKojhemCXssFyiNgk6aNjVXpJNNFh_5mg@mail.gmail.com/ Fixes: ee37a457af1d ("ARM: dts: exynos: Add Samsung Galaxy Tab 3 8.0 boards") Reviewed-by: Artur Weber <aweber.kernel@gmail.com> Link: https://lore.kernel.org/r/20230720141537.188869-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/samsung')
-rw-r--r--arch/arm/boot/dts/samsung/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/samsung/Makefile b/arch/arm/boot/dts/samsung/Makefile
index 4469ec147ca3..7becf36656b1 100644
--- a/arch/arm/boot/dts/samsung/Makefile
+++ b/arch/arm/boot/dts/samsung/Makefile
@@ -9,9 +9,9 @@ dtb-$(CONFIG_ARCH_EXYNOS4) += \
exynos4210-smdkv310.dtb \
exynos4210-trats.dtb \
exynos4210-universal_c210.dtb \
- exynos4212-tab3-3g8.dts \
- exynos4212-tab3-lte8.dts \
- exynos4212-tab3-wifi8.dts \
+ exynos4212-tab3-3g8.dtb \
+ exynos4212-tab3-lte8.dtb \
+ exynos4212-tab3-wifi8.dtb \
exynos4412-i9300.dtb \
exynos4412-i9305.dtb \
exynos4412-itop-elite.dtb \