diff mbox series

arm64: defconfig: Add PWM Fan support

Message ID 1551282819-27274-1-git-send-email-jonathanh@nvidia.com
State Accepted
Headers show
Series arm64: defconfig: Add PWM Fan support | expand

Commit Message

Jon Hunter Feb. 27, 2019, 3:53 p.m. UTC
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(+)

Comments

Thierry Reding April 3, 2019, 4:48 p.m. UTC | #1
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 mbox series

Patch

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