pmh0104_i1_j1

This commit is contained in:
Konrad Dybcio
2026-07-31 20:00:24 +02:00
parent 4511c93909
commit 5a8653dfad
2 changed files with 88 additions and 2 deletions
+87 -1
View File
@@ -46,7 +46,45 @@
};
};
pmh0104-l1-thermal {
pmh0104_i1_thermal: pmh0104-i1-thermal {
polling-delay-passive = <100>;
thermal-sensors = <&pmh0104_i_e1_temp_alarm>;
trips {
trip0 {
temperature = <95000>;
hysteresis = <0>;
type = "passive";
};
trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "critical";
};
};
};
pmh0104_j1_thermal: pmh0104-j1-thermal {
polling-delay-passive = <100>;
thermal-sensors = <&pmh0104_j_e1_temp_alarm>;
trips {
trip0 {
temperature = <95000>;
hysteresis = <0>;
type = "passive";
};
trip1 {
temperature = <115000>;
hysteresis = <0>;
type = "critical";
};
};
};
pmh0104_l1_thermal: pmh0104-l1-thermal {
polling-delay-passive = <100>;
thermal-sensors = <&pmh0104_l_e1_temp_alarm>;
@@ -118,6 +156,54 @@
};
&spmi_bus1 {
pmh0104_i_e1: pmic@8 {
compatible = "qcom,pmh0104", "qcom,spmi-pmic";
reg = <0x8 SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
pmh0104_i_e1_temp_alarm: temp-alarm@a00 {
compatible = "qcom,spmi-temp-alarm";
reg = <0xa00>;
interrupts = <0x8 0xa 0x0 IRQ_TYPE_EDGE_BOTH>;
#thermal-sensor-cells = <0>;
};
pmh0104_i_e1_gpios: gpio@8800 {
compatible = "qcom,pmh0104-gpio", "qcom,spmi-gpio";
reg = <0x8800>;
gpio-controller;
gpio-ranges = <&pmh0104_i_e1_gpios 0 0 8>;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
};
pmh0104_j_e1: pmic@9 {
compatible = "qcom,pmh0104", "qcom,spmi-pmic";
reg = <0x9 SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
pmh0104_j_e1_temp_alarm: temp-alarm@a00 {
compatible = "qcom,spmi-temp-alarm";
reg = <0xa00>;
interrupts = <0x9 0xa 0x0 IRQ_TYPE_EDGE_BOTH>;
#thermal-sensor-cells = <0>;
};
pmh0104_j_e1_gpios: gpio@8800 {
compatible = "qcom,pmh0104-gpio", "qcom,spmi-gpio";
reg = <0x8800>;
gpio-controller;
gpio-ranges = <&pmh0104_j_e1_gpios 0 0 8>;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
};
pmh0104_l_e1: pmic@b {
compatible = "qcom,pmh0104", "qcom,spmi-pmic";
reg = <0xb SPMI_USID>;
+1 -1
View File
@@ -46,7 +46,7 @@
};
};
pmh0110-h0-thermal {
pmh0110_h0_thermal: pmh0110-h0-thermal {
polling-delay-passive = <100>;
thermal-sensors = <&pmh0110_h_e0_temp_alarm>;