Messages in this thread Patch in this message |  | | From | Balakrishna Godavarthi <> | | Subject | [PATCH v1 2/3] arm64: dts: qcom: sc7280: Add wlan enable gpio to bluetooth node | | Date | Fri, 29 Apr 2022 15:57:52 +0530 |
| |
Add wlan_enable gpio details in bluetooth node, As wlan enable gpio status is required to enable bt.
Signed-off-by: Sai Teja Aluvala <quic_saluvala@quicinc.com> Signed-off-by: Balakrishna Godavarthi <quic_bgodavar@quicinc.com> --- arch/arm64/boot/dts/qcom/sc7280-idp.dtsi | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi b/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi index ecbf2b8..c556e8a 100644 --- a/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280-idp.dtsi @@ -341,6 +341,7 @@ pinctrl-0 = <&bt_en>, <&sw_ctrl>; enable-gpios = <&tlmm 85 GPIO_ACTIVE_HIGH>; swctrl-gpios = <&tlmm 86 GPIO_ACTIVE_HIGH>; + wlan-gpio = <&tlmm 84 GPIO_ACTIVE_HIGH>; vddaon-supply = <&vreg_s7b_0p9>; vddbtcxmx-supply = <&vreg_s7b_0p9>; vddrfacmn-supply = <&vreg_s7b_0p9>; -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project
|  |