From 446ed8071a650ea1e9ca6089f11906e29fbf61ed Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 18 Jul 2021 17:43:48 +0200 Subject: [PATCH] ucentral: development update * fix reset buttons on cig188/194 and ec420 Signed-off-by: John Crispin --- ...x-add-the-Qualcomm-AX-target-support.patch | 23 +++++++++---------- ...032-ipq40xx-add-tplink-ec420-support.patch | 2 +- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/patches/0017-ipq807x-add-the-Qualcomm-AX-target-support.patch b/patches/0017-ipq807x-add-the-Qualcomm-AX-target-support.patch index 6a13511d1..64ba6a128 100644 --- a/patches/0017-ipq807x-add-the-Qualcomm-AX-target-support.patch +++ b/patches/0017-ipq807x-add-the-Qualcomm-AX-target-support.patch @@ -1,14 +1,13 @@ -From a524aed3cf42831f98fdd88ef31e3eb491372d0e Mon Sep 17 00:00:00 2001 +From d3da4b4a61bba6ac57f999cffb2341b52d969c49 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 18 Jul 2020 08:53:44 +0200 -Subject: [PATCH 21/36] ipq807x: add the Qualcomm AX target support +Subject: [PATCH 01/23] ipq807x: add the Qualcomm AX target support Signed-off-by: John Crispin --- config/Config-kernel.in | 9 + include/image.mk | 6 +- package/boot/uboot-envtools/files/ipq807x | 37 + - .../network/services/hostapd/files/hostapd.sh | 4 +- .../etc/hotplug.d/firmware/11-ath10k-caldata | 5 + target/linux/ipq807x/109-logspam.patch | 24 + target/linux/ipq807x/Makefile | 22 + @@ -53,7 +52,7 @@ Signed-off-by: John Crispin .../linux/ipq807x/patches/108-log-spam.patch | 37 + target/linux/ipq807x/patches/109-tplink.patch | 1518 +++++++++++++++++ .../ipq807x/patches/110-add-esmt-nand.patch | 37 + - 48 files changed, 9339 insertions(+), 3 deletions(-) + 47 files changed, 9337 insertions(+), 1 deletion(-) create mode 100644 package/boot/uboot-envtools/files/ipq807x create mode 100644 target/linux/ipq807x/109-logspam.patch create mode 100644 target/linux/ipq807x/Makefile @@ -8753,7 +8752,7 @@ index 0000000000..5744a2a5bf + struct comp_opts { diff --git a/target/linux/ipq807x/patches/102-cig-wf188.patch b/target/linux/ipq807x/patches/102-cig-wf188.patch new file mode 100644 -index 0000000000..a9d3015b79 +index 0000000000..05c736dfd7 --- /dev/null +++ b/target/linux/ipq807x/patches/102-cig-wf188.patch @@ -0,0 +1,869 @@ @@ -9072,8 +9071,8 @@ index 0000000000..a9d3015b79 ++ pinctrl-names = "default"; ++ ++ wps { -++ label = "wps"; -++ linux,code = ; +++ label = "reset"; +++ linux,code = ; ++ gpios = <&tlmm 22 GPIO_ACTIVE_LOW>; ++ linux,input-type = <1>; ++ debounce-interval = <60>; @@ -9500,8 +9499,8 @@ index 0000000000..a9d3015b79 ++ pinctrl-names = "default"; ++ ++ wps { -++ label = "wps"; -++ linux,code = ; +++ label = "reset"; +++ linux,code = ; ++ gpios = <&tlmm 22 GPIO_ACTIVE_LOW>; ++ linux,input-type = <1>; ++ debounce-interval = <60>; @@ -10450,7 +10449,7 @@ index 0000000000..c6d12fe963 ++ diff --git a/target/linux/ipq807x/patches/104-wf194c.patch b/target/linux/ipq807x/patches/104-wf194c.patch new file mode 100644 -index 0000000000..7e7f172688 +index 0000000000..05b1b18b6c --- /dev/null +++ b/target/linux/ipq807x/patches/104-wf194c.patch @@ -0,0 +1,816 @@ @@ -10744,8 +10743,8 @@ index 0000000000..7e7f172688 ++ pinctrl-names = "default"; ++ ++ button@1 { -++ label = "wps"; -++ linux,code = ; +++ label = "reset"; +++ linux,code = ; ++ gpios = <&tlmm 67 GPIO_ACTIVE_LOW>; ++ linux,input-type = <1>; ++ debounce-interval = <60>; diff --git a/patches/0032-ipq40xx-add-tplink-ec420-support.patch b/patches/0032-ipq40xx-add-tplink-ec420-support.patch index 7f86f8266..a1129afe1 100644 --- a/patches/0032-ipq40xx-add-tplink-ec420-support.patch +++ b/patches/0032-ipq40xx-add-tplink-ec420-support.patch @@ -153,7 +153,7 @@ index 0000000000..e2062e7cd0 + button@1 { + label = "reset"; + linux,code = ; -+ gpios = <&tlmm 10 GPIO_ACTIVE_LOW>; ++ gpios = <&tlmm 18 GPIO_ACTIVE_LOW>; + linux,input-type = <1>; + }; + };