mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
* finalize CIG WF198 support * add Sercomm AP72tip support * update BDF files * improve firmware package Signed-off-by: John Crispin <john@phrozen.org>
43 lines
1.1 KiB
Diff
43 lines
1.1 KiB
Diff
Index: linux-5.4.213-qsdk-b2d40c94fad765a48c03f492d669aeecbbb9b617/arch/arm64/boot/dts/qcom/ipq5332.dtsi
|
|
===================================================================
|
|
--- linux-5.4.213-qsdk-b2d40c94fad765a48c03f492d669aeecbbb9b617.orig/arch/arm64/boot/dts/qcom/ipq5332.dtsi
|
|
+++ linux-5.4.213-qsdk-b2d40c94fad765a48c03f492d669aeecbbb9b617/arch/arm64/boot/dts/qcom/ipq5332.dtsi
|
|
@@ -918,15 +918,6 @@
|
|
};
|
|
};
|
|
|
|
- button_pins: button_pins {
|
|
- wps_button {
|
|
- pins = "gpio35";
|
|
- function = "gpio";
|
|
- drive-strength = <8>;
|
|
- bias-pull-up;
|
|
- };
|
|
- };
|
|
-
|
|
bt_pins: bt_pins {
|
|
PTA_0 {
|
|
pins = "gpio49";
|
|
@@ -2577,21 +2568,6 @@
|
|
device-license-termination;
|
|
};
|
|
|
|
- gpio_keys {
|
|
- compatible = "gpio-keys";
|
|
- pinctrl-0 = <&button_pins>;
|
|
- pinctrl-names = "default";
|
|
- status = "ok";
|
|
-
|
|
- button@1 {
|
|
- label = "wps";
|
|
- linux,code = <KEY_WPS_BUTTON>;
|
|
- gpios = <&tlmm 35 GPIO_ACTIVE_LOW>;
|
|
- linux,input-type = <1>;
|
|
- debounce-interval = <60>;
|
|
- };
|
|
- };
|
|
-
|
|
pmu {
|
|
compatible = "arm,cortex-a53-pmu";
|
|
interrupts = <GIC_PPI 7 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
|