mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:04:24 +00:00
Merge "ARM: dts: msm: add bt power node for sa81x5"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
278e285778
@@ -10,6 +10,7 @@ Required properties:
|
||||
qcom,wcn3990
|
||||
qcom,qca6390
|
||||
qcom,qca6490
|
||||
qcom,qca-auto-converged
|
||||
- qcom,bt-reset-gpio: GPIO pin to bring BT Controller out of reset
|
||||
|
||||
Optional properties:
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
#include "sa8155-pmic-overlay.dtsi"
|
||||
#include "sa8155-cnss.dtsi"
|
||||
|
||||
/* Empty node to generate minimal overlay fragment */
|
||||
&soc {
|
||||
|
||||
50
qcom/sa8155-cnss.dtsi
Normal file
50
qcom/sa8155-cnss.dtsi
Normal file
@@ -0,0 +1,50 @@
|
||||
|
||||
&soc {
|
||||
/* PWR_CTR2_VDD_1P8 supply */
|
||||
vreg_conn_1p8: vreg_conn_1p8 {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vreg_conn_1p8";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&conn_power_1p8_active>;
|
||||
startup-delay-us = <4000>;
|
||||
enable-active-high;
|
||||
gpio = <&tlmm 173 0>;
|
||||
};
|
||||
|
||||
/* PWR_CTR1_VDD_PA supply */
|
||||
vreg_conn_pa: vreg_conn_pa {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vreg_conn_pa";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&conn_power_pa_active>;
|
||||
startup-delay-us = <4000>;
|
||||
enable-active-high;
|
||||
gpio = <&tlmm 174 0>;
|
||||
};
|
||||
|
||||
bluetooth: bt-qca-auto-converged {
|
||||
compatible = "qcom,qca-auto-converged";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&bt_en_active>;
|
||||
/* BT_EN */
|
||||
qcom,bt-reset-gpio = <&tlmm 172 0>;
|
||||
/* WL_EN */
|
||||
qcom,wl-reset-gpio = <&tlmm 169 0>;
|
||||
/* PWR_CTR1_VDD_PA */
|
||||
qcom,bt-vdd-ctrl1-supply = <&vreg_conn_pa>;
|
||||
/* PWR_CTR2_VDD_1P8 */
|
||||
qcom,bt-vdd-ctrl2-supply = <&vreg_conn_1p8>;
|
||||
qcom,bt-vdd-aon-supply = <&pm8150_1_s6>;
|
||||
qcom,bt-vdd-rfa1-supply = <&pm8150_2_s4>;
|
||||
qcom,bt-vdd-rfa2-supply = <&pm8150_2_s5>;
|
||||
qcom,bt-vdd-rfa3-supply = <&pm8150_2_l15>;
|
||||
|
||||
/* <vol_min, vol_max, load_curr, is_retention_supp> */
|
||||
qcom,bt-vdd-aon-config = <1055000 1055000 0 0>;
|
||||
qcom,bt-vdd-rfa1-config = <1370000 1370000 0 0>;
|
||||
qcom,bt-vdd-rfa2-config = <2040000 2040000 0 0>;
|
||||
qcom,bt-vdd-rfa3-config = <1900000 1900000 450000 0>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user