Message ID | 1551282819-27274-1-git-send-email-jonathanh@nvidia.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | bd9ae25314f275cea87a20db11756f32ed88dc15 |
Headers | show |
Series | arm64: defconfig: Add PWM Fan support | expand |
On Wed, Feb 27, 2019 at 03:53:39PM +0000, Jon Hunter wrote: > The Tegra194 Jetson AGX Xavier board includes a PWM based fan. Enable > PWM fan support in the ARM64 defconfig to support the fan on this board. > Please note that the device-tree PWM fan node is already present for > this board. > > Signed-off-by: Jon Hunter <jonathanh@nvidia.com> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) Applied to for-5.2/arm64/defconfig, thanks. Thierry
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2d9c39033c1a..1fbbfbb5d9d1 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -408,6 +408,7 @@ CONFIG_BATTERY_SBS=m CONFIG_BATTERY_BQ27XXX=y CONFIG_SENSORS_ARM_SCPI=y CONFIG_SENSORS_LM90=m +CONFIG_SENSORS_PWM_FAN=m CONFIG_SENSORS_RASPBERRYPI_HWMON=m CONFIG_SENSORS_INA2XX=m CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
The Tegra194 Jetson AGX Xavier board includes a PWM based fan. Enable PWM fan support in the ARM64 defconfig to support the fan on this board. Please note that the device-tree PWM fan node is already present for this board. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)