Merge "ARM: dts: msm: add PMIC support for sdxkova"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
2cef652702
@@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
#include <dt-bindings/soc/qcom,ipcc.h>
|
||||
#include <dt-bindings/spmi/spmi.h>
|
||||
#include "sdx75.dtsi"
|
||||
/delete-node/ &apps_smmu;
|
||||
/delete-node/ &tcsr_mutex;
|
||||
@@ -1549,6 +1550,115 @@
|
||||
iommu-addresses = <&qupv3_id_0 0x0 0x40000000>,
|
||||
<&qupv3_id_0 0x50000000 0xb0000000>;
|
||||
};
|
||||
|
||||
/delete-node/ spmi@c400000;
|
||||
spmi_bus: qcom,spmi@c42d000 {
|
||||
compatible = "qcom,spmi-pmic-arb";
|
||||
reg = <0x0 0xc42d000 0x0 0x4000>,
|
||||
<0x0 0xc400000 0x0 0x2800>,
|
||||
<0x0 0xc500000 0x0 0x200000>,
|
||||
<0x0 0xc440000 0x0 0x3c000>,
|
||||
<0x0 0xc4c0000 0x0 0x10000>;
|
||||
reg-names = "cnfg", "core", "chnls", "obsrvr", "intr";
|
||||
interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "periph_irq";
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <4>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <0>;
|
||||
cell-index = <0>;
|
||||
qcom,channel = <0>;
|
||||
qcom,ee = <0>;
|
||||
qcom,bus-id = <0>;
|
||||
};
|
||||
|
||||
spmi_debug_bus: qcom,spmi-debug@24b14000 {
|
||||
compatible = "qcom,spmi-pmic-arb-debug";
|
||||
reg = <0x0 0x24b14000 0x0 0x60>, <0x0 0x221c8784 0x0 0x4>;
|
||||
reg-names = "core", "fuse";
|
||||
clock-names = "core_clk";
|
||||
qcom,fuse-enable-bit = <18>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <0>;
|
||||
depends-on-supply = <&spmi_bus>;
|
||||
|
||||
qcom,pmk8550-debug@0 {
|
||||
compatible = "qcom,spmi-pmic";
|
||||
reg = <0 SPMI_USID>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <0>;
|
||||
qcom,can-sleep;
|
||||
};
|
||||
|
||||
qcom,pmx75-debug@1 {
|
||||
compatible = "qcom,spmi-pmic";
|
||||
reg = <1 SPMI_USID>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <0>;
|
||||
qcom,can-sleep;
|
||||
};
|
||||
|
||||
qcom,pm7550ba-debug@7 {
|
||||
compatible = "qcom,spmi-pmic";
|
||||
reg = <7 SPMI_USID>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <0>;
|
||||
qcom,can-sleep;
|
||||
};
|
||||
};
|
||||
|
||||
thermal_zones: thermal-zones {
|
||||
};
|
||||
|
||||
pmic_glink: qcom,pmic_glink {
|
||||
compatible = "qcom,pmic-glink";
|
||||
qcom,pmic-glink-channel = "PMIC_RTR_ADSP_APPS";
|
||||
qcom,subsys-name = "mpss";
|
||||
status = "disabled";
|
||||
|
||||
ucsi: qcom,ucsi {
|
||||
compatible = "qcom,ucsi-glink";
|
||||
};
|
||||
|
||||
qcom,battery_charger {
|
||||
compatible = "qcom,battery-charger";
|
||||
qcom,wireless-charging-not-supported;
|
||||
qcom,thermal-mitigation-step = <500000>;
|
||||
};
|
||||
};
|
||||
|
||||
pmic_glink_log: qcom,pmic_glink_log {
|
||||
compatible = "qcom,pmic-glink";
|
||||
qcom,pmic-glink-channel = "PMIC_LOGS_ADSP_APPS";
|
||||
status = "disabled";
|
||||
|
||||
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 = <&spmi_bus>;
|
||||
|
||||
spmi@0 {
|
||||
reg = <0>;
|
||||
#address-cells = <2>;
|
||||
#size-cells = <0>;
|
||||
|
||||
qcom,pm7550ba-debug@7 {
|
||||
compatible = "qcom,spmi-pmic";
|
||||
reg = <7 SPMI_USID>;
|
||||
qcom,can-sleep;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&gcc {
|
||||
|
Reference in New Issue
Block a user