clk: ti: clkctrl: fix flags for mux and divider opt clocks

Flag handling was missing for these two, so add it.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
This commit is contained in:
Tero Kristo
2017-10-11 17:56:10 +03:00
parent 729e13bf58
commit 49eec6fbe1
2 changed files with 11 additions and 2 deletions

View File

@@ -207,6 +207,7 @@ struct ti_dt_clk {
struct omap_clkctrl_div_data {
const int *dividers;
int max_div;
u32 flags;
};
struct omap_clkctrl_bit_data {