Am 2022-11-21 11:58, schrieb Rafał Miłecki:
From: Rafał Miłecki <rafal@xxxxxxxxxx>
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" <srinivas.kandagatla@xxxxxxxxxx>
Cc: Michael Walle <michael@xxxxxxxx>
Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx>
---
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/20220901221857.2600340-1-michael@xxxxxxxx/
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/20220912192038.GA1661550-robh@xxxxxxxxxx/
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