diff options
Diffstat (limited to 'arch/arm/mach-tegra/board-roth-fan.c')
-rw-r--r-- | arch/arm/mach-tegra/board-roth-fan.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-roth-fan.c b/arch/arm/mach-tegra/board-roth-fan.c index 585190516856..45290747f69a 100644 --- a/arch/arm/mach-tegra/board-roth-fan.c +++ b/arch/arm/mach-tegra/board-roth-fan.c @@ -46,6 +46,7 @@ static struct pwm_fan_platform_data fan_data_yltc_8k = { .state_cap = 1, .precision_multiplier = 1024, .tach_gpio = -1, + .pwm_gpio = TEGRA_GPIO_PU3, }; static struct pwm_fan_platform_data fan_data_delta_6k = { @@ -65,6 +66,7 @@ static struct pwm_fan_platform_data fan_data_delta_6k = { .state_cap = 2, .precision_multiplier = 1024, .tach_gpio = TEGRA_GPIO_PU2, + .pwm_gpio = TEGRA_GPIO_PU3, }; static struct platform_device pwm_fan_therm_cooling_device_yltc_8k = { |