diff options
| author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | 2011-04-19 09:59:01 -0400 |
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2011-04-25 14:50:08 -0400 |
| commit | f2f5f2a1cedc803a5a517557d436e6cb10c007de (patch) | |
| tree | 6386a001a22615d8591179cf7204f1a902d65f1f /include/linux | |
| parent | 35d5f56125aba8667ac12277dff02ce51efbee16 (diff) | |
ath9k_hw: Get AHB clock information from ath9k_platform_data
Add a bool in ath9k_platform_data to pass AHB clock speed information.
Driver needs this to configure PLL on some SOCs.
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ath9k_platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ath9k_platform.h b/include/linux/ath9k_platform.h index 020387a114e3..60a7c49dcb49 100644 --- a/include/linux/ath9k_platform.h +++ b/include/linux/ath9k_platform.h | |||
| @@ -28,6 +28,8 @@ struct ath9k_platform_data { | |||
| 28 | int led_pin; | 28 | int led_pin; |
| 29 | u32 gpio_mask; | 29 | u32 gpio_mask; |
| 30 | u32 gpio_val; | 30 | u32 gpio_val; |
| 31 | |||
| 32 | bool is_clk_25mhz; | ||
| 31 | }; | 33 | }; |
| 32 | 34 | ||
| 33 | #endif /* _LINUX_ATH9K_PLATFORM_H */ | 35 | #endif /* _LINUX_ATH9K_PLATFORM_H */ |
