Home
last modified time | relevance | path

Searched refs:i2s_mux_np (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/clk/at91/
H A Ddt-compat.c206 struct device_node *i2s_mux_np; in of_sama5d2_clk_i2s_mux_setup() local
214 for_each_child_of_node(np, i2s_mux_np) { in of_sama5d2_clk_i2s_mux_setup()
215 if (of_property_read_u8(i2s_mux_np, "reg", &bus_id)) in of_sama5d2_clk_i2s_mux_setup()
221 ret = of_clk_parent_fill(i2s_mux_np, parent_names, 2); in of_sama5d2_clk_i2s_mux_setup()
225 hw = at91_clk_i2s_mux_register(regmap_sfr, i2s_mux_np->name, in of_sama5d2_clk_i2s_mux_setup()
230 of_clk_add_hw_provider(i2s_mux_np, of_clk_hw_simple_get, hw); in of_sama5d2_clk_i2s_mux_setup()