ARM: dts: msm: Add pmic-glink support and its clients for tuna
Add pmic-glink support and its clients like qti-battery-charger, altmode, ucsi and pmic-glink-adc support for tuna. Change-Id: Ib2dd7cee63e6697e744783aabf954b62814b7ad8 Signed-off-by: Kavya Nunna <quic_knunna@quicinc.com>
This commit is contained in:
@@ -1229,6 +1229,56 @@
|
|||||||
|
|
||||||
thermal_zones: thermal-zones {
|
thermal_zones: thermal-zones {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom,pmic_glink {
|
||||||
|
compatible = "qcom,qti-pmic-glink";
|
||||||
|
qcom,pmic-glink-channel = "PMIC_RTR_ADSP_APPS";
|
||||||
|
qcom,subsys-name = "lpass";
|
||||||
|
qcom,protection-domain = "tms/servreg", "msm/adsp/charger_pd";
|
||||||
|
depends-on-supply = <&ipcc_mproc>;
|
||||||
|
|
||||||
|
battery_charger: qcom,battery_charger {
|
||||||
|
compatible = "qcom,battery-charger";
|
||||||
|
};
|
||||||
|
|
||||||
|
ucsi: qcom,ucsi {
|
||||||
|
compatible = "qcom,ucsi-glink";
|
||||||
|
};
|
||||||
|
|
||||||
|
altmode: qcom,altmode {
|
||||||
|
compatible = "qcom,altmode-glink";
|
||||||
|
#altmode-cells = <1>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
qcom,pmic_glink_log {
|
||||||
|
compatible = "qcom,qti-pmic-glink";
|
||||||
|
qcom,pmic-glink-channel = "PMIC_LOGS_ADSP_APPS";
|
||||||
|
|
||||||
|
qcom,battery_debug {
|
||||||
|
compatible = "qcom,battery-debug";
|
||||||
|
};
|
||||||
|
|
||||||
|
qcom,charger_ulog_glink {
|
||||||
|
compatible = "qcom,charger-ulog-glink";
|
||||||
|
};
|
||||||
|
|
||||||
|
pmic_glink_debug: qcom,pmic_glink_debug {
|
||||||
|
compatible = "qcom,pmic-glink-debug";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
depends-on-supply = <&spmi1_bus>;
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
pmic_glink_adc: qcom,glink-adc {
|
||||||
|
compatible = "qcom,glink-adc";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
#io-channel-cells = <1>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "tuna-gdsc.dtsi"
|
#include "tuna-gdsc.dtsi"
|
||||||
|
Reference in New Issue
Block a user