ti_clk_add_component
int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type);
if (!ti_clk_add_component(node, &div->hw, CLK_COMPONENT_TYPE_DIVIDER))
if (!ti_clk_add_component(node, &gate->hw, CLK_COMPONENT_TYPE_GATE))
if (!ti_clk_add_component(node, &mux->hw, CLK_COMPONENT_TYPE_MUX))