Merge "ARM: dts: msm: Add FAN cooling device to msm8996 CV2X boards"

This commit is contained in:
Linux Build Service Account 2017-09-11 19:12:48 -07:00 committed by Gerrit - the friendly Code Review server
commit 1e90ddd7a0
3 changed files with 10 additions and 0 deletions

View file

@ -44,6 +44,14 @@
gpios = <&tlmm 22 0>;
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 {

View file

@ -335,6 +335,7 @@ CONFIG_MSM_BCL_PERIPHERAL_CTL=y
CONFIG_MSM_PM=y
CONFIG_APSS_CORE_EA=y
CONFIG_MSM_APM=y
CONFIG_SENSORS_GPIO_FAN=y
CONFIG_SENSORS_EPM_ADC=y
CONFIG_SENSORS_QPNP_ADC_VOLTAGE=y
CONFIG_LIMITS_MONITOR=y

View file

@ -338,6 +338,7 @@ CONFIG_MSM_BCL_PERIPHERAL_CTL=y
CONFIG_MSM_PM=y
CONFIG_APSS_CORE_EA=y
CONFIG_MSM_APM=y
CONFIG_SENSORS_GPIO_FAN=y
CONFIG_SENSORS_EPM_ADC=y
CONFIG_SENSORS_QPNP_ADC_VOLTAGE=y
CONFIG_LIMITS_MONITOR=y