Merge "ARM: dts: msm: Add thermal zones and ADC channels for tuna"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
919409d41a
@@ -4,6 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
|
#include <dt-bindings/iio/qcom,spmi-adc5-gen3-pmxr2230.h>
|
||||||
|
|
||||||
#include "pmk8550.dtsi"
|
#include "pmk8550.dtsi"
|
||||||
#include "pmxr2230.dtsi"
|
#include "pmxr2230.dtsi"
|
||||||
@@ -71,3 +72,307 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pmxr2230_gpios {
|
||||||
|
key_vol_up {
|
||||||
|
key_vol_up_default: key_vol_up_default {
|
||||||
|
pins = "gpio6";
|
||||||
|
function = "normal";
|
||||||
|
input-enable;
|
||||||
|
bias-pull-up;
|
||||||
|
power-source = <1>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
sys_therm_6_gpio7 {
|
||||||
|
sys_therm_6_gpio7_default: sys_therm_6_gpio7_default {
|
||||||
|
pins = "gpio7";
|
||||||
|
bias-high-impedance;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&soc {
|
||||||
|
gpio_key {
|
||||||
|
compatible = "gpio-keys";
|
||||||
|
label = "gpio-keys";
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&key_vol_up_default>;
|
||||||
|
vol_up {
|
||||||
|
label = "volume_up";
|
||||||
|
gpios = <&pmxr2230_gpios 6 GPIO_ACTIVE_LOW>;
|
||||||
|
linux,input-type = <1>;
|
||||||
|
linux,code = <KEY_VOLUMEUP>;
|
||||||
|
gpio-key,wakeup;
|
||||||
|
debounce-interval = <15>;
|
||||||
|
linux,can-disable;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&thermal_zones {
|
||||||
|
sys-therm-0 {
|
||||||
|
polling-delay-passive = <0>;
|
||||||
|
polling-delay = <0>;
|
||||||
|
thermal-sensors = <&pmk8550_vadc PMK8550_ADC5_GEN3_AMUX_THM1_XO_THERM_100K_PU>;
|
||||||
|
trips {
|
||||||
|
active-config0 {
|
||||||
|
temperature = <125000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "passive";
|
||||||
|
};
|
||||||
|
|
||||||
|
active-config1 {
|
||||||
|
temperature = <125000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "passive";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
sys-therm-1 {
|
||||||
|
polling-delay-passive = <0>;
|
||||||
|
polling-delay = <0>;
|
||||||
|
thermal-sensors = <&pmk8550_vadc PMXR2230_ADC5_GEN3_AMUX_THM5_100K_PU>;
|
||||||
|
trips {
|
||||||
|
active-config0 {
|
||||||
|
temperature = <125000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "passive";
|
||||||
|
};
|
||||||
|
|
||||||
|
active-config1 {
|
||||||
|
temperature = <125000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "passive";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
sys-therm-2 {
|
||||||
|
polling-delay-passive = <0>;
|
||||||
|
polling-delay = <0>;
|
||||||
|
thermal-sensors = <&pmk8550_vadc PMXR2230_ADC5_GEN3_AMUX_THM1_100K_PU>;
|
||||||
|
trips {
|
||||||
|
active-config0 {
|
||||||
|
temperature = <125000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "passive";
|
||||||
|
};
|
||||||
|
|
||||||
|
active-config1 {
|
||||||
|
temperature = <125000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "passive";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
sys-therm-3 {
|
||||||
|
polling-delay-passive = <0>;
|
||||||
|
polling-delay = <0>;
|
||||||
|
thermal-sensors = <&pmk8550_vadc PMXR2230_ADC5_GEN3_AMUX_THM4_100K_PU>;
|
||||||
|
trips {
|
||||||
|
active-config0 {
|
||||||
|
temperature = <125000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "passive";
|
||||||
|
};
|
||||||
|
|
||||||
|
active-config1 {
|
||||||
|
temperature = <125000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "passive";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
sys-therm-5 {
|
||||||
|
polling-delay-passive = <0>;
|
||||||
|
polling-delay = <0>;
|
||||||
|
thermal-sensors = <&pmk8550_vadc PMXR2230_ADC5_GEN3_AMUX_THM2_100K_PU>;
|
||||||
|
trips {
|
||||||
|
active-config0 {
|
||||||
|
temperature = <125000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "passive";
|
||||||
|
};
|
||||||
|
|
||||||
|
active-config1 {
|
||||||
|
temperature = <125000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "passive";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
sys-therm-4 {
|
||||||
|
polling-delay-passive = <0>;
|
||||||
|
polling-delay = <0>;
|
||||||
|
thermal-sensors = <&pmk8550_vadc PMXR2230_ADC5_GEN3_AMUX_THM3_100K_PU>;
|
||||||
|
trips {
|
||||||
|
active-config0 {
|
||||||
|
temperature = <125000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "passive";
|
||||||
|
};
|
||||||
|
|
||||||
|
active-config1 {
|
||||||
|
temperature = <125000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "passive";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
sys-therm-6 {
|
||||||
|
polling-delay-passive = <0>;
|
||||||
|
polling-delay = <0>;
|
||||||
|
thermal-sensors = <&pmk8550_vadc PMXR2230_ADC5_GEN3_AMUX3_GPIO7_100K_PU>;
|
||||||
|
trips {
|
||||||
|
active-config0 {
|
||||||
|
temperature = <125000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "passive";
|
||||||
|
};
|
||||||
|
|
||||||
|
active-config1 {
|
||||||
|
temperature = <125000>;
|
||||||
|
hysteresis = <1000>;
|
||||||
|
type = "passive";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&pmk8550_vadc {
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&sys_therm_6_gpio7_default>;
|
||||||
|
|
||||||
|
/delete-node/ pm8550_offset_ref;
|
||||||
|
/delete-node/ pm8550_vref_1p25;
|
||||||
|
/delete-node/ pm8550_die_temp;
|
||||||
|
/delete-node/ pm8550_vph_pwr;
|
||||||
|
|
||||||
|
/* PMXR2230 Channel nodes */
|
||||||
|
pmxr2230_offset_ref {
|
||||||
|
reg = <PMXR2230_ADC5_GEN3_OFFSET_REF>;
|
||||||
|
label = "pmxr2230_offset_ref";
|
||||||
|
qcom,pre-scaling = <1 1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pmxr2230_vref_1p25 {
|
||||||
|
reg = <PMXR2230_ADC5_GEN3_1P25VREF>;
|
||||||
|
label = "pmxr2230_vref_1p25";
|
||||||
|
qcom,pre-scaling = <1 1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pmxr2230_die_temp {
|
||||||
|
reg = <PMXR2230_ADC5_GEN3_DIE_TEMP>;
|
||||||
|
label = "pmxr2230_die_temp";
|
||||||
|
qcom,pre-scaling = <1 1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pmxr2230_vph_pwr {
|
||||||
|
reg = <PMXR2230_ADC5_GEN3_VPH_PWR>;
|
||||||
|
label = "pmxr2230_vph_pwr";
|
||||||
|
qcom,pre-scaling = <1 3>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pmk8550_sys_therm_0 {
|
||||||
|
reg = <PMK8550_ADC5_GEN3_AMUX_THM1_XO_THERM_100K_PU>;
|
||||||
|
label = "pmk8550_sys_therm_0";
|
||||||
|
qcom,ratiometric;
|
||||||
|
qcom,hw-settle-time = <200>;
|
||||||
|
qcom,pre-scaling = <1 1>;
|
||||||
|
qcom,adc-tm-type = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pmxr2230_sys_therm_1 {
|
||||||
|
reg = <PMXR2230_ADC5_GEN3_AMUX_THM5_100K_PU>;
|
||||||
|
label = "pmxr2230_sys_therm_1";
|
||||||
|
qcom,ratiometric;
|
||||||
|
qcom,hw-settle-time = <200>;
|
||||||
|
qcom,pre-scaling = <1 1>;
|
||||||
|
qcom,adc-tm-type = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pmxr2230_sys_therm_2 {
|
||||||
|
reg = <PMXR2230_ADC5_GEN3_AMUX_THM1_100K_PU>;
|
||||||
|
label = "pmxr2230_sys_therm_2";
|
||||||
|
qcom,ratiometric;
|
||||||
|
qcom,hw-settle-time = <200>;
|
||||||
|
qcom,pre-scaling = <1 1>;
|
||||||
|
qcom,adc-tm-type = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pmxr2230_sys_therm_3 {
|
||||||
|
reg = <PMXR2230_ADC5_GEN3_AMUX_THM4_100K_PU>;
|
||||||
|
label = "pmxr2230_sys_therm_3";
|
||||||
|
qcom,ratiometric;
|
||||||
|
qcom,hw-settle-time = <200>;
|
||||||
|
qcom,pre-scaling = <1 1>;
|
||||||
|
qcom,adc-tm-type = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pmxr2230_sys_therm_4 {
|
||||||
|
reg = <PMXR2230_ADC5_GEN3_AMUX_THM3_100K_PU>;
|
||||||
|
label = "pmxr2230_sys_therm_4";
|
||||||
|
qcom,ratiometric;
|
||||||
|
qcom,hw-settle-time = <200>;
|
||||||
|
qcom,pre-scaling = <1 1>;
|
||||||
|
qcom,adc-tm-type = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pmxr2230_sys_therm_5 {
|
||||||
|
reg = <PMXR2230_ADC5_GEN3_AMUX_THM2_100K_PU>;
|
||||||
|
label = "pmxr2230_sys_therm_5";
|
||||||
|
qcom,ratiometric;
|
||||||
|
qcom,hw-settle-time = <200>;
|
||||||
|
qcom,pre-scaling = <1 1>;
|
||||||
|
qcom,adc-tm-type = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pmxr2230_sys_therm_6 {
|
||||||
|
reg = <PMXR2230_ADC5_GEN3_AMUX3_GPIO7_100K_PU>;
|
||||||
|
label = "pmxr2230_sys_therm_6";
|
||||||
|
qcom,ratiometric;
|
||||||
|
qcom,hw-settle-time = <200>;
|
||||||
|
qcom,pre-scaling = <1 1>;
|
||||||
|
qcom,adc-tm-type = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pm8550vs_d_die_temp {
|
||||||
|
reg = <PM8550VX_ADC5_GEN3_DIE_TEMP(3)>;
|
||||||
|
label = "pm8550vs_d_die_temp";
|
||||||
|
qcom,pre-scaling = <1 1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pm8550vs_g_die_temp {
|
||||||
|
reg = <PM8550VX_ADC5_GEN3_DIE_TEMP(6)>;
|
||||||
|
label = "pm8550vs_j_die_temp";
|
||||||
|
qcom,pre-scaling = <1 1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pm8550ve_f_die_temp {
|
||||||
|
reg = <PM8550VX_ADC5_GEN3_DIE_TEMP(5)>;
|
||||||
|
label = "pm8550ve_d_die_temp";
|
||||||
|
qcom,pre-scaling = <1 1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
&pm8550vs_g_tz {
|
||||||
|
io-channels = <&pmk8550_vadc PM8550VX_ADC5_GEN3_DIE_TEMP(6)>;
|
||||||
|
io-channel-names = "thermal";
|
||||||
|
};
|
||||||
|
|
||||||
|
&pm8550vs_d_tz {
|
||||||
|
io-channels = <&pmk8550_vadc PM8550VX_ADC5_GEN3_DIE_TEMP(3)>;
|
||||||
|
io-channel-names = "thermal";
|
||||||
|
};
|
||||||
|
|
||||||
|
&pm8550ve_f_tz {
|
||||||
|
io-channels = <&pmk8550_vadc PM8550VX_ADC5_GEN3_DIE_TEMP(5)>;
|
||||||
|
io-channel-names = "thermal";
|
||||||
|
};
|
||||||
|
Reference in New Issue
Block a user