clk: ti: add support for basic mux clock
[firefly-linux-kernel-4.4.55.git] / drivers / clk / ti / composite.c
index ffb8db4829bffa800ee2df902c0871c86384c849..19d8980ba458ef4e37f69cd38ba9fe6093d3ecfb 100644 (file)
@@ -173,7 +173,7 @@ static void __init ti_clk_register_composite(struct clk_hw *hw,
        clk = clk_register_composite(NULL, node->name,
                                     parent_names, num_parents,
                                     _get_hw(cclk, CLK_COMPONENT_TYPE_MUX),
-                                    &clk_mux_ops,
+                                    &ti_clk_mux_ops,
                                     _get_hw(cclk, CLK_COMPONENT_TYPE_DIVIDER),
                                     &ti_composite_divider_ops,
                                     _get_hw(cclk, CLK_COMPONENT_TYPE_GATE),