Am 2022-11-21 11:58, schrieb Rafał Miłecki:
> From: Rafał Miłecki <[email protected]>
>
> Some NVMEM cells may provide more than 1 value. An example can be base
> MAC address that is used for calculating multiple MACs (for few
> different devices). For specifying value to read phandle needs to be
> used with an argument.
>
> Cc: Srinivas Kandagatla" <[email protected]>
> Cc: Michael Walle <[email protected]>
> Signed-off-by: Rafał Miłecki <[email protected]>
> ---
> This bit is required for moving forward with the
> [PATCH v2 00/20] nvmem: core: introduce NVMEM layouts
> https://lore.kernel.org/linux-arm-kernel/[email protected]/
>
> As pointed out by Rob #nvmem-cell-cells should be added to the
> dt-schema
> and not a Linux binding:
> Re: [PATCH v2 15/20] dt-bindings: nvmem: add YAML schema for the sl28
> vpd layout
> https://lore.kernel.org/linux-arm-kernel/[email protected]/
>
> sl28 is one example that needs #nvmem-cell-cells
> u-boot,env is another one
>
> Please let me know if I got this binding right at all.
There is also a pull request:
https://github.com/devicetree-org/dt-schema/pull/89
I'm not sure about the correct way to submit patches to dtschema.
-michael