mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
pmh0104_i1_j1
This commit is contained in:
@@ -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>;
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
pmh0110-h0-thermal {
|
||||
pmh0110_h0_thermal: pmh0110-h0-thermal {
|
||||
polling-delay-passive = <100>;
|
||||
thermal-sensors = <&pmh0110_h_e0_temp_alarm>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user