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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user