diff options
author | Qin Jian <qinjian@cqplus1.com> | 2022-06-28 08:26:51 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-07-08 14:24:16 +0200 |
commit | f6639994a6dded10fe3ee7882c0394dde294ecbf (patch) | |
tree | e55fa62867fe13b53e033133ac245d9412d8aa23 /arch/arm/boot/dts/Makefile | |
parent | ARM: sp7021_defconfig: Add Sunplus SP7021 defconfig (diff) | |
download | linux-f6639994a6dded10fe3ee7882c0394dde294ecbf.tar.xz linux-f6639994a6dded10fe3ee7882c0394dde294ecbf.zip |
ARM: dts: Add Sunplus SP7021-Demo-V3 board device tree
Add the basic support for Sunplus SP7021-Demo-V3 board.
Signed-off-by: Qin Jian <qinjian@cqplus1.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 5112f493f494..e8f31aa96e1e 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -79,6 +79,8 @@ dtb-$(CONFIG_SOC_SAM_V7) += \ at91-vinco.dtb dtb-$(CONFIG_SOC_SAMA7G5) += \ at91-sama7g5ek.dtb +dtb-$(CONFIG_SOC_SP7021) += \ + sunplus-sp7021-demo-v3.dtb dtb-$(CONFIG_ARCH_AXXIA) += \ axm5516-amarillo.dtb dtb-$(CONFIG_ARCH_BCM2835) += \ |