From 8d623047851337c4507f77b51f47851988c0f53c Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 5 Jan 2021 00:22:00 +0100 Subject: ipq40xx: add MikroTik LHGG-60ad outdoor 802.11ad (60GHz) dish LHGG-60ad is IPQ4019 + wil6210 based. Specification: - Qualcomm IPQ4019 (717 MHz) - 256 MB of RAM (DDR3L) - 16 MB (SPI NOR) of flash - 1x Gbit ethernet, 802.3af/at POE IN connected through AR8035. - WLAN: wil6210 802.11ad PCI card - No USB or SD card ports - UART disabled - 8x LEDs Biggest news is the wil6210 PCI card. Integration for its configuration and detection has already been taken care of when adding support for TP-Link Talon AD7200. However, signal quality is much lower than with stock firmware, so probably additional board-specific data has to be provided to the driver and is still missing at the moment. Signed-off-by: Robert Marko Signed-off-by: Alexander Couzens Signed-off-by: Daniel Golle [Fix Ethernet Interface] Signed-off-by: Nick Hainke --- target/linux/ipq40xx/patches-5.10/901-arm-boot-add-dts-files.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/ipq40xx/patches-5.10/901-arm-boot-add-dts-files.patch') diff --git a/target/linux/ipq40xx/patches-5.10/901-arm-boot-add-dts-files.patch b/target/linux/ipq40xx/patches-5.10/901-arm-boot-add-dts-files.patch index 9817e9c102..3bd13bf932 100644 --- a/target/linux/ipq40xx/patches-5.10/901-arm-boot-add-dts-files.patch +++ b/target/linux/ipq40xx/patches-5.10/901-arm-boot-add-dts-files.patch @@ -10,7 +10,7 @@ Signed-off-by: John Crispin --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile -@@ -902,11 +902,69 @@ dtb-$(CONFIG_ARCH_QCOM) += \ +@@ -902,11 +902,70 @@ dtb-$(CONFIG_ARCH_QCOM) += \ qcom-apq8074-dragonboard.dtb \ qcom-apq8084-ifc6540.dtb \ qcom-apq8084-mtp.dtb \ @@ -58,6 +58,7 @@ Signed-off-by: John Crispin + qcom-ipq4019-habanero-dvk.dtb \ + qcom-ipq4019-hap-ac3.dtb \ + qcom-ipq4019-map-ac2200.dtb \ ++ qcom-ipq4019-lhgg-60ad.dtb \ + qcom-ipq4019-mr8300.dtb \ + qcom-ipq4019-pa2200.dtb \ + qcom-ipq4019-r619ac-64m.dtb \ -- cgit v1.2.3