Re: [PATCH 2/2] clk: meson-g12a: Add Temperature Sensor clock

From: Martin Blumenstingl
Date: Thu Apr 11 2019 - 17:38:58 EST


Hi Guillaume,

On Thu, Apr 11, 2019 at 10:46 AM Guillaume La Roque
<glaroque@xxxxxxxxxxxx> wrote:
>
> Add TS clock used by two temperature sensor
thank you for working on this!

> Signed-off-by: Guillaume La Roque <glaroque@xxxxxxxxxxxx>
> ---
> drivers/clk/meson/g12a.c | 31 +++++++++++++++++++++++++++++++
> drivers/clk/meson/g12a.h | 3 ++-
> 2 files changed, 33 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/clk/meson/g12a.c b/drivers/clk/meson/g12a.c
> index 3a3134976534..e6d2af6ee8ea 100644
> --- a/drivers/clk/meson/g12a.c
> +++ b/drivers/clk/meson/g12a.c
> @@ -2335,6 +2335,33 @@ static struct clk_regmap g12a_mali = {
> },
> };
>
> +static struct clk_regmap g12a_ts_div = {
> + .data = &(struct clk_regmap_div_data){
> + .offset = HHI_TS_CLK_CNTL,
> + .shift = 0,
> + .width = 7,
buildroot_openlinux_kernel_4.9_fbdev_20180706 uses ".width = 8".
That matches with the public S922X datasheet from hardkernel which
states that HHI_TS_CLK_CNTL[7:0] is "ts_clk clk_div"


Martin