We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 465d18b + 79c46a0 commit 0879786Copy full SHA for 0879786
1 file changed
arch/arm64/boot/dts/qcom/hamoa-iot-evk.dts
@@ -620,10 +620,9 @@
620
vddrfa1p2-supply = <&vreg_wcn_1p9>;
621
vddrfa1p8-supply = <&vreg_wcn_1p9>;
622
623
- bt-enable-gpios = <&tlmm 116 GPIO_ACTIVE_HIGH>;
624
wlan-enable-gpios = <&tlmm 117 GPIO_ACTIVE_HIGH>;
625
626
- pinctrl-0 = <&wcn_bt_en>, <&wcn_wlan_en>;
+ pinctrl-0 = <&wcn_wlan_en>;
627
pinctrl-names = "default";
628
629
regulators {
@@ -1315,11 +1314,12 @@
1315
1314
output-low;
1316
};
1317
1318
- wcn_bt_en: wcn-bt-en-state {
1319
- pins = "gpio116";
1320
- function = "gpio";
1321
- drive-strength = <2>;
1322
- bias-disable;
+ wcn_bt_en_hog: wcn-bt-en-state-hog {
+ gpio-hog;
+ gpios = <116 GPIO_ACTIVE_HIGH>;
+ output-high;
+ input-disable;
+ line-name = "BT_EN";
1323
1324
1325
wcn_wlan_en: wcn-wlan-en-state {
0 commit comments