From https://gitlab.postmarketos.org/soc/qualcomm-sm8250/linux/-/commits/6.17.0?ref_type=HEADS Made some modifications to be compatible with the latest kernel. Signed-off-by: CodeChenL <2540735020@qq.com>
33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From db37928e1304dd42a3779911267c00bac2c7f33a Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Dawid=20Wro=CC=81bel?= <me@dawidwrobel.com>
|
|
Date: Mon, 27 Oct 2025 15:01:06 +0100
|
|
Subject: [PATCH 50/62] arm64: dts: qcom: sm8250-xiaomi-elish: add BT
|
|
swctrl-gpios to qca6390 PMU
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Add the swctrl GPIO used by the qca6390 power management unit.
|
|
|
|
Signed-off-by: Dawid Wróbel <me@dawidwrobelcom>
|
|
Signed-off-by: Jiali Chen <chenjiali@radxa.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi
|
|
index 1378e6e71d11..f122350e1c30 100644
|
|
--- a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi
|
|
@@ -101,6 +101,7 @@ qca6390-pmu {
|
|
|
|
wlan-enable-gpios = <&tlmm 20 GPIO_ACTIVE_HIGH>;
|
|
bt-enable-gpios = <&tlmm 21 GPIO_ACTIVE_HIGH>;
|
|
+ swctrl-gpios = <&tlmm 124 GPIO_ACTIVE_HIGH>;
|
|
|
|
regulators {
|
|
vreg_pmu_rfa_cmn: ldo0 {
|
|
--
|
|
2.47.3
|
|
|