Re: [PATCH v1] meson saradc: fix clock divider mask length

From: Vyacheslav
Date: Wed May 17 2023 - 07:56:12 EST


Hi, Martin,

On 16.05.2023 22:08, Martin Blumenstingl wrote:
Hi George,

thank you for this patch!

On Mon, May 15, 2023 at 11:06 PM George Stark <gnstark@xxxxxxxxxxxxxx> wrote:

From: George Stark <GNStark@xxxxxxxxxxxxxx>

According to datasheets of supported meson SOCs
length of ADC_CLK_DIV field is 6 bits long
I have a question about this sentence which doesn't affect this patch
- it's only about managing expectations:
Which SoC are you referring to?

I checked the 905x, 905x3, a113x datasheets - there is the same register with 6 bits for ADC_CLK_DIV

This divider is only relevant on older SoCs that predate GXBB (S905).
To my knowledge all SoCs from GXBB onwards place the divider in the
main or AO clock controller, so this bitmask is irrelevant there.

Fixes: 3adbf3427330 ("iio: adc: add a driver for the SAR ADC found in Amlogic Meson SoCs")
Signed-off-by: George Stark <GNStark@xxxxxxxxxxxxxx>
Since my question above doesn't affect this patch:
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>

_______________________________________________
linux-amlogic mailing list
linux-amlogic@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/linux-amlogic

--
Vyacheslav Bocharov