Re: [PATCH] clk: meson: g12a: fix missing uart2 in regmap table

From: Kevin Hilman
Date: Fri Dec 13 2019 - 11:45:00 EST


Jerome Brunet <jbrunet@xxxxxxxxxxxx> writes:

> UART2 peripheral is missing from the regmap fixup table of the g12a family
> clock controller. As it is, any access to this clock would Oops, which is
> not great.
>
> Add the clock to the table to fix the problem.
>
> Fixes: 085a4ea93d54 ("clk: meson: g12a: add peripheral clock controller")
> Reported-by: Dmitry Shmidt <dimitrysh@xxxxxxxxxx>
> Tested-by: Dmitry Shmidt <dimitrysh@xxxxxxxxxx>
> Signed-off-by: Jerome Brunet <jbrunet@xxxxxxxxxxxx>

Tested-by: Kevin Hilman <khilman@xxxxxxxxxxxx>