[openwrt/openwrt] ipq806x: some corrections for TP-Link Talon AD7200
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 5 07:59:16 EST 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/28fd279e5d39d60efb8bcc3bbed5ab87b9e2feab
commit 28fd279e5d39d60efb8bcc3bbed5ab87b9e2feab
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Jan 5 12:55:34 2021 +0000
ipq806x: some corrections for TP-Link Talon AD7200
Address most comments made by Adrian Schmutzler on the mailing list.
The device name is kept as 'TP-Link Talon AD7200' as that seems to be
the marketing name TP-Link chose for that device, it also matches the
naming scheme for other TP-Link devices (e.g. 'TP-Link Archer C7').
Fixes: 1a775a4fd0 ("ipq806x: add support for TP-Link Talon AD7200")
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
.../arch/arm/boot/dts/qcom-ipq8064-ad7200.dts | 92 +++++++++++-----------
target/linux/ipq806x/image/Makefile | 1 -
2 files changed, 45 insertions(+), 48 deletions(-)
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-ad7200.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-ad7200.dts
index e5bdc32114..48dc116e99 100644
--- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-ad7200.dts
+++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-ad7200.dts
@@ -46,7 +46,7 @@
};
ledgeneral {
- label = "ledswitch";
+ label = "led-enable";
gpios = <&qcom_pinmux 53 GPIO_ACTIVE_LOW>;
linux,code = <KEY_LIGHTS_TOGGLE>;
};
@@ -63,18 +63,23 @@
};
usb1 {
- label = "blue:usb_1";
+ label = "blue:usb1";
gpios = <&qcom_pinmux 8 GPIO_ACTIVE_HIGH>;
};
+ wlan5g {
+ label = "blue:wlan5g";
+ gpios = <&qcom_pinmux 15 GPIO_ACTIVE_HIGH>;
+ };
+
usb3 {
- label = "blue:usb_3";
+ label = "blue:usb3";
gpios = <&qcom_pinmux 16 GPIO_ACTIVE_HIGH>;
};
- wps {
- label = "blue:wps";
- gpios = <&qcom_pinmux 55 GPIO_ACTIVE_HIGH>;
+ wlan2g {
+ label = "blue:wlan2g";
+ gpios = <&qcom_pinmux 17 GPIO_ACTIVE_HIGH>;
};
wan_orange {
@@ -87,27 +92,20 @@
gpios = <&qcom_pinmux 33 GPIO_ACTIVE_LOW>;
};
- power: status {
- label = "blue:status";
- gpios = <&qcom_pinmux 66 GPIO_ACTIVE_HIGH>;
- };
-
- wlan2g {
- label = "blue:wlan2g";
- gpios = <&qcom_pinmux 17 GPIO_ACTIVE_HIGH>;
-
- };
-
- wlan5g {
- label = "blue:wlan5g";
- gpios = <&qcom_pinmux 15 GPIO_ACTIVE_HIGH>;
-
+ wps {
+ label = "blue:wps";
+ gpios = <&qcom_pinmux 55 GPIO_ACTIVE_HIGH>;
};
wlan60g {
label = "blue:wlan60g";
gpios = <&qcom_pinmux 56 GPIO_ACTIVE_HIGH>;
};
+
+ power: status {
+ label = "blue:status";
+ gpios = <&qcom_pinmux 66 GPIO_ACTIVE_HIGH>;
+ };
};
};
@@ -196,155 +194,155 @@
spi-max-frequency = <50000000>;
reg = <0>;
- SBL1 at 0 {
+ partition at 0 {
label = "SBL1";
reg = <0x0 0x20000>;
read-only;
};
- MIBIB at 20000 {
+ partition at 20000 {
label = "MIBIB";
reg = <0x20000 0x20000>;
read-only;
};
- SBL2 at 40000 {
+ partition at 40000 {
label = "SBL2";
reg = <0x40000 0x20000>;
read-only;
};
- SBL3 at 60000 {
+ partition at 60000 {
label = "SBL3";
reg = <0x60000 0x30000>;
read-only;
};
- DDRCONFIG at 90000 {
+ partition at 90000 {
label = "DDRCONFIG";
reg = <0x90000 0x10000>;
read-only;
};
- SSD at a0000 {
+ partition at a0000 {
label = "SSD";
reg = <0xa0000 0x10000>;
read-only;
};
- TZ at b0000 {
+ partition at b0000 {
label = "TZ";
reg = <0xb0000 0x30000>;
read-only;
};
- RPM at e0000 {
+ partition at e0000 {
label = "RPM";
reg = <0xe0000 0x20000>;
read-only;
};
- fs-uboot at 100000 {
+ partition at 100000 {
label = "fs-uboot";
reg = <0x100000 0x70000>;
read-only;
};
- uboot-env at 170000 {
+ partition at 170000 {
label = "uboot-env";
reg = <0x170000 0x40000>;
read-only;
};
- radio at 1b0000 {
+ partition at 1b0000 {
label = "radio";
reg = <0x1b0000 0x40000>;
read-only;
};
- os-image at 1f0000 {
+ partition at 1f0000 {
label = "os-image";
reg = <0x1f0000 0x400000>;
};
- rootfs at 5f0000 {
+ partition at 5f0000 {
label = "rootfs";
reg = <0x5f0000 0x1900000>;
};
- defaultmac: default-mac at 1ef0000 {
+ defaultmac: partition at 1ef0000 {
label = "default-mac";
reg = <0x1ef0000 0x00200>;
read-only;
};
- pin at 1ef0200 {
+ partition at 1ef0200 {
label = "pin";
reg = <0x1ef0200 0x00200>;
read-only;
};
- device-id at 1ef0400 {
+ partition at 1ef0400 {
label = "device-id";
reg = <0x1ef0400 0x00200>;
read-only;
};
- product-info at 1ef0600 {
+ partition at 1ef0600 {
label = "product-info";
reg = <0x1ef0600 0x0fa00>;
read-only;
};
- partition-table at 1f00000 {
+ partition at 1f00000 {
label = "partition-table";
reg = <0x1f00000 0x10000>;
read-only;
};
- soft-version at 1f10000 {
+ partition at 1f10000 {
label = "soft-version";
reg = <0x1f10000 0x10000>;
read-only;
};
- support-list at 1f20000 {
+ partition at 1f20000 {
label = "support-list";
reg = <0x1f20000 0x10000>;
read-only;
};
- profile at 1f30000 {
+ partition at 1f30000 {
label = "profile";
reg = <0x1f30000 0x10000>;
read-only;
};
- default-config at 1f40000 {
+ partition at 1f40000 {
label = "default-config";
reg = <0x1f40000 0x10000>;
read-only;
};
- user-config at 1f50000 {
+ partition at 1f50000 {
label = "user-config";
reg = <0x1f50000 0x40000>;
read-only;
};
- qos-db at 1f90000 {
+ partition at 1f90000 {
label = "qos-db";
reg = <0x1f90000 0x40000>;
read-only;
};
- usb-config at 1fd0000 {
+ partition at 1fd0000 {
label = "usb-config";
reg = <0x1fd0000 0x10000>;
read-only;
};
- log at 1fe0000 {
+ partition at 1fe0000 {
label = "log";
reg = <0x1fe0000 0x20000>;
read-only;
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile
index 876f337bba..b006757478 100644
--- a/target/linux/ipq806x/image/Makefile
+++ b/target/linux/ipq806x/image/Makefile
@@ -342,7 +342,6 @@ define Device/tplink_ad7200
BLOCKSIZE := 128k
PAGESIZE := 2048
BOARD_NAME := ad7200
- SUPPORTED_DEVICES += ad7200
TPLINK_BOARD_ID := AD7200
DEVICE_PACKAGES := ath10k-firmware-qca99x0-ct kmod-wil6210
endef
More information about the lede-commits
mailing list