diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2021-06-18 23:55:32 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-09-23 03:26:07 +0300 |
commit | 97b07ef09f52315d1832fc2038ae595daf291f04 (patch) | |
tree | bb3f96666fe2419103c9b79e1ffe60f58f701a05 /arch/arm/boot/dts/Makefile | |
parent | 481ef3e3b87f0bbbcd7fcdd59d69a62fa5599548 (diff) | |
download | linux-97b07ef09f52315d1832fc2038ae595daf291f04.tar.xz |
ARM: gemini: add device tree for edimax NS2502
The edimax NS2502 is a NAS box running a SL3516 SoC.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 7e0934180724..2e79ed07602a 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -219,6 +219,7 @@ dtb-$(CONFIG_ARCH_GEMINI) += \ gemini-dlink-dir-685.dtb \ gemini-dlink-dns-313.dtb \ gemini-nas4220b.dtb \ + gemini-ns2502.dtb \ gemini-rut1xx.dtb \ gemini-sl93512r.dtb \ gemini-sq201.dtb \ |