diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/clk/ti.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h index 223be696df27..75205df29b9c 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h | |||
| @@ -286,6 +286,7 @@ struct ti_clk_features { | |||
| 286 | #define TI_CLK_DPLL_HAS_FREQSEL BIT(0) | 286 | #define TI_CLK_DPLL_HAS_FREQSEL BIT(0) |
| 287 | #define TI_CLK_DPLL4_DENY_REPROGRAM BIT(1) | 287 | #define TI_CLK_DPLL4_DENY_REPROGRAM BIT(1) |
| 288 | #define TI_CLK_DISABLE_CLKDM_CONTROL BIT(2) | 288 | #define TI_CLK_DISABLE_CLKDM_CONTROL BIT(2) |
| 289 | #define TI_CLK_ERRATA_I810 BIT(3) | ||
| 289 | 290 | ||
| 290 | void ti_clk_setup_features(struct ti_clk_features *features); | 291 | void ti_clk_setup_features(struct ti_clk_features *features); |
| 291 | const struct ti_clk_features *ti_clk_get_features(void); | 292 | const struct ti_clk_features *ti_clk_get_features(void); |
