Re: [PATCH v2 2/7] nvmem: qfprom: Mark core clk as optional

From: Doug Anderson
Date: Tue Sep 19 2023 - 10:15:26 EST


Hi,

On Tue, Sep 19, 2023 at 5:46 AM Luca Weiss <luca.weiss@xxxxxxxxxxxxx> wrote:
>
> On some platforms like sc7280 on non-ChromeOS devices the core clock
> cannot be touched by Linux so we cannot provide it. Mark it as optional
> as accessing qfprom for reading works without it but we still prohibit
> writing if we cannot provide the clock.
>
> Signed-off-by: Luca Weiss <luca.weiss@xxxxxxxxxxxxx>
> ---
> drivers/nvmem/qfprom.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>