diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-10-19 21:34:49 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2022-11-09 10:17:53 -0800 |
commit | 9f66e1dd82e3186aee95282657512ca2aef1afe0 (patch) | |
tree | 5fd8a1ed4e16373d0db4a07cbea09e58ff20dbc6 /arch/arm/boot/dts/Makefile | |
parent | 96d380df94e9b1699130931850e9b7fc885b5b63 (diff) | |
download | linux-next-9f66e1dd82e3186aee95282657512ca2aef1afe0.tar.gz |
ARM: dts: bcm53016: Add devicetree for D-Link DWL-8610AP
This adds a device tree for the BCM53016-based D-Link DWL-8610AP
access point wireless router.
The TRX-format partitions had to be named "firmware" due to
an OpenWrt patch that only accepts parting such nodes if they
are named "firmware".
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20221019193449.3036010-2-linus.walleij@linaro.org
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
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 6aa7dc4db2fc..1cdeb5f88e4e 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -139,6 +139,7 @@ dtb-$(CONFIG_ARCH_BCM_5301X) += \ bcm47094-netgear-r8500.dtb \ bcm47094-phicomm-k3.dtb \ bcm53015-meraki-mr26.dtb \ + bcm53016-dlink-dwl-8610ap.dtb \ bcm53016-meraki-mr32.dtb \ bcm94708.dtb \ bcm94709.dtb \ |