Re: [PATCH v4 2/3] clk: meson-gxbb: Add MALI clocks

2017-04-05 Thread Stephen Boyd
On 03/22, Neil Armstrong wrote: > +/* > + * The MALI IP is clocked by two identical clocks (mali_0 and mali_1) > + * muxed by a glitch-free switch. > + */ > + > +static u32 mux_table_mali_0_1[] = {0, 1, 2, 3, 4, 5, 6, 7}; > +static const char *gxbb_mali_0_1_parent_names[] = { const char * const?

[PATCH v4 2/3] clk: meson-gxbb: Add MALI clocks

2017-03-22 Thread Neil Armstrong
The Mali is clocked by two identical clock paths behind a glitch free mux to safely change frequency while running. The two "mali_0" and "mali_1" clocks are composed of a mux, divider and gate. Expose these two clocks trees using generic clocks. Finally the glitch free mux is added as "mali" clock