Re: [PATCH v5 3/5] thermal/drivers/sun8i: get calibration data from two nvmem cells
From: Chen-Yu Tsai
Date: Sun Jul 12 2026 - 01:21:29 EST
On Sun, Jul 5, 2026 at 1:15 AM Mikhail Kalashnikov <iuncuim@xxxxxxxxx> wrote:
>
> The A523 processor has calibration data in two nvmem cells. To be able to
> add support, the ability to add data from two cells into one array must be
> added.
>
> Signed-off-by: Mikhail Kalashnikov <iuncuim@xxxxxxxxx>
Reviewed-by: Chen-Yu Tsai <wens@xxxxxxxxxx>
Some of the variables could be moved into the of_property_for_each_string()
loop, but it works either way.