[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20231215152255.GA3798777-robh@kernel.org>
Date: Fri, 15 Dec 2023 09:22:55 -0600
From: Rob Herring <robh@...nel.org>
To: Rafał Miłecki <zajec5@...il.com>, Simon Glass <sjg@...omium.org>
Cc: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>, Conor Dooley <conor+dt@...nel.org>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, Rafał Miłecki <rafal@...ecki.pl>, Christian Marangi <ansuelsmth@...il.com>
Subject: Re: [PATCH 1/2] dt-bindings: nvmem: add "data-size" property
On Wed, Dec 13, 2023 at 04:47:20PM +0100, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@...ecki.pl>
>
> Allow specifying NVMEM device content size in case it differs from
> device total size.
>
> Cc: Christian Marangi <ansuelsmth@...il.com>
> Signed-off-by: Rafał Miłecki <rafal@...ecki.pl>
> ---
> Documentation/devicetree/bindings/nvmem/nvmem.yaml | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/nvmem/nvmem.yaml b/Documentation/devicetree/bindings/nvmem/nvmem.yaml
> index 4fd015d402ce..095aed4250de 100644
> --- a/Documentation/devicetree/bindings/nvmem/nvmem.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/nvmem.yaml
> @@ -26,6 +26,13 @@ properties:
> "#size-cells":
> const: 1
>
> + data-size:
> + $ref: /schemas/types.yaml#/definitions/uint32
> + description:
> + NVMEM device actual data (content) size. It may be need to be specified
> + if it differs by design from the total NVMEM device size and it's
> + impossible to determine it on runtime.
'data-size' is already defined in
Documentation/devicetree/bindings/eeprom/microchip,93lc46b.yaml.
That would be fine, but it's defining bits per word. So I think it's
better if we call this something else. 'total-data-size' or
'actual-data-size'?
I think Simon had something similar for binman.
Rob
Powered by blists - more mailing lists