diff options
author | Claudio Leite <leitec@staticky.com> | 2014-10-31 23:13:30 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-11-01 23:34:38 +0000 |
commit | 8c0ff7a1df5c765abf877d5f03af24c2c051c1f9 (patch) | |
tree | 26245fde350cf191d2ad9e3b0d73f9000287cd1a /arch/arm/boot/dts/Makefile | |
parent | ab3172efdb402cab9e33703f0d619c745295feb2 (diff) | |
download | lwn-8c0ff7a1df5c765abf877d5f03af24c2c051c1f9.tar.gz lwn-8c0ff7a1df5c765abf877d5f03af24c2c051c1f9.zip |
ARM: Kirkwood: Add support for DLink DIR665
Add a device tree description of the DLINK DIR665 wireless access
point. The support for the 88E6171 switch will be added in a later
patch.
Signed-off-by: Claudio Leite <leitec@staticky.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1414793613-11798-2-git-send-email-andrew@lunn.ch
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
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 38c89cafa1ab..31529ccc67a0 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -104,6 +104,7 @@ dtb-$(CONFIG_MACH_KIRKWOOD) += kirkwood-b3.dtb \ kirkwood-d2net.dtb \ kirkwood-db-88f6281.dtb \ kirkwood-db-88f6282.dtb \ + kirkwood-dir665.dtb \ kirkwood-dns320.dtb \ kirkwood-dns325.dtb \ kirkwood-dockstar.dtb \ |