Re: [PATCH 1/2] clk: rockchip: mark rk3399 GIC clocks as critical

From: Doug Anderson
Date: Fri May 13 2016 - 15:43:31 EST


Brian,

On Fri, May 13, 2016 at 11:42 AM, Brian Norris <briannorris@xxxxxxxxxxxx> wrote:
> We never want to kill the GIC.
>
> Noticed when making other clock fixups, and seeing the newly-constructed
> clock tree try to disable cpll, where we had this parent structure:
>
> aclk_gic <------\
> |--- aclk_gic_pre <-- cpll <-- pll_cpll
> aclk_gic_noc <--/
>
> Signed-off-by: Brian Norris <briannorris@xxxxxxxxxxxx>
> ---
> drivers/clk/rockchip/clk-rk3399.c | 2 ++
> 1 file changed, 2 insertions(+)

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>