Merge "ARM: dts: msm: Add FAN cooling device to msm8996 CV2X boards"
This commit is contained in:
commit
1e90ddd7a0
3 changed files with 10 additions and 0 deletions
|
@ -44,6 +44,14 @@
|
||||||
gpios = <&tlmm 22 0>;
|
gpios = <&tlmm 22 0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gpio_fan {
|
||||||
|
/* Based on 5v 75mA MC30100V2 */
|
||||||
|
compatible = "gpio-fan";
|
||||||
|
gpios = <&tlmm 43 GPIO_ACTIVE_LOW>;
|
||||||
|
gpio-fan,speed-map = <0 1>,
|
||||||
|
<8000 0>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&soc {
|
&soc {
|
||||||
|
|
|
@ -335,6 +335,7 @@ CONFIG_MSM_BCL_PERIPHERAL_CTL=y
|
||||||
CONFIG_MSM_PM=y
|
CONFIG_MSM_PM=y
|
||||||
CONFIG_APSS_CORE_EA=y
|
CONFIG_APSS_CORE_EA=y
|
||||||
CONFIG_MSM_APM=y
|
CONFIG_MSM_APM=y
|
||||||
|
CONFIG_SENSORS_GPIO_FAN=y
|
||||||
CONFIG_SENSORS_EPM_ADC=y
|
CONFIG_SENSORS_EPM_ADC=y
|
||||||
CONFIG_SENSORS_QPNP_ADC_VOLTAGE=y
|
CONFIG_SENSORS_QPNP_ADC_VOLTAGE=y
|
||||||
CONFIG_LIMITS_MONITOR=y
|
CONFIG_LIMITS_MONITOR=y
|
||||||
|
|
|
@ -338,6 +338,7 @@ CONFIG_MSM_BCL_PERIPHERAL_CTL=y
|
||||||
CONFIG_MSM_PM=y
|
CONFIG_MSM_PM=y
|
||||||
CONFIG_APSS_CORE_EA=y
|
CONFIG_APSS_CORE_EA=y
|
||||||
CONFIG_MSM_APM=y
|
CONFIG_MSM_APM=y
|
||||||
|
CONFIG_SENSORS_GPIO_FAN=y
|
||||||
CONFIG_SENSORS_EPM_ADC=y
|
CONFIG_SENSORS_EPM_ADC=y
|
||||||
CONFIG_SENSORS_QPNP_ADC_VOLTAGE=y
|
CONFIG_SENSORS_QPNP_ADC_VOLTAGE=y
|
||||||
CONFIG_LIMITS_MONITOR=y
|
CONFIG_LIMITS_MONITOR=y
|
||||||
|
|
Loading…
Add table
Reference in a new issue