Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/at91/
H A Ddt-compat.c222 struct device_node *i2s_mux_np; in of_sama5d2_clk_i2s_mux_setup() local
230 for_each_child_of_node(np, i2s_mux_np) { in of_sama5d2_clk_i2s_mux_setup()
231 if (of_property_read_u8(i2s_mux_np, "reg", &bus_id)) in of_sama5d2_clk_i2s_mux_setup()
237 ret = of_clk_parent_fill(i2s_mux_np, parent_names, 2); in of_sama5d2_clk_i2s_mux_setup()
241 hw = at91_clk_i2s_mux_register(regmap_sfr, i2s_mux_np->name, in of_sama5d2_clk_i2s_mux_setup()
246 of_clk_add_hw_provider(i2s_mux_np, of_clk_hw_simple_get, hw); in of_sama5d2_clk_i2s_mux_setup()