|
@@ -38,30 +38,6 @@ struct pwm_lpss_chip {
|
|
|
const struct pwm_lpss_boardinfo *info;
|
|
|
};
|
|
|
|
|
|
-/* BayTrail */
|
|
|
-const struct pwm_lpss_boardinfo pwm_lpss_byt_info = {
|
|
|
- .clk_rate = 25000000,
|
|
|
- .npwm = 1,
|
|
|
- .base_unit_bits = 16,
|
|
|
-};
|
|
|
-EXPORT_SYMBOL_GPL(pwm_lpss_byt_info);
|
|
|
-
|
|
|
-/* Braswell */
|
|
|
-const struct pwm_lpss_boardinfo pwm_lpss_bsw_info = {
|
|
|
- .clk_rate = 19200000,
|
|
|
- .npwm = 1,
|
|
|
- .base_unit_bits = 16,
|
|
|
-};
|
|
|
-EXPORT_SYMBOL_GPL(pwm_lpss_bsw_info);
|
|
|
-
|
|
|
-/* Broxton */
|
|
|
-const struct pwm_lpss_boardinfo pwm_lpss_bxt_info = {
|
|
|
- .clk_rate = 19200000,
|
|
|
- .npwm = 4,
|
|
|
- .base_unit_bits = 22,
|
|
|
-};
|
|
|
-EXPORT_SYMBOL_GPL(pwm_lpss_bxt_info);
|
|
|
-
|
|
|
static inline struct pwm_lpss_chip *to_lpwm(struct pwm_chip *chip)
|
|
|
{
|
|
|
return container_of(chip, struct pwm_lpss_chip, chip);
|