Source
29
29
.clk_rate = 19200000,
30
30
.npwm = 1,
31
31
.base_unit_bits = 16,
32
32
};
33
33
34
34
/* Broxton */
35
35
static const struct pwm_lpss_boardinfo pwm_lpss_bxt_info = {
36
36
.clk_rate = 19200000,
37
37
.npwm = 4,
38
38
.base_unit_bits = 22,
39
+
.bypass = true,
39
40
};
40
41
41
42
/* Tangier */
42
43
static const struct pwm_lpss_boardinfo pwm_lpss_tng_info = {
43
44
.clk_rate = 19200000,
44
45
.npwm = 4,
45
46
.base_unit_bits = 22,
46
47
};
47
48
48
49
static int pwm_lpss_probe_pci(struct pci_dev *pdev,