Re: [PATCH 1/3] dt-bindings: nvmem: make "reg" property optional

From: Rob Herring
Date: Fri Feb 11 2022 - 07:38:42 EST


On Mon, 24 Jan 2022 17:02:58 +0100, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@xxxxxxxxxx>
>
> Most NVMEM providers have cells at hardcoded addresses however there are
> some exceptions. Some devices store cells layout in internal structs
> using custom formats.
>
> It's important to allow NVMEM consumers to still reference such NVMEM
> cells. Making "reg" optional allows defining NVMEM cells by their names
> only and using them with phandles.
>
> Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/nvmem/nvmem.yaml | 3 ---
> 1 file changed, 3 deletions(-)
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>