On Tue, 09 Jan 2024 22:37:39 +0100, Krzysztof Kozlowski wrote: > Linux kernel NVMEM consumer bindings define phandle to NVMEM cells > ("nvmem-cells"), thus we also want the common definition of property > defining number of cells encoding that specifier, so the > > Suggested-by: Rob Herring <robh@xxxxxxxxxx> > Reported-by: Michael Walle <michael@xxxxxxxx> > Closes: https://github.com/devicetree-org/dt-schema/pull/89 > Reported-by: Rafał Miłecki <zajec5@xxxxxxxxx> > Closes: https://lore.kernel.org/linux-arm-kernel/20221121105830.7411-1-zajec5@xxxxxxxxx/#r > Closes: https://lore.kernel.org/all/bdf7751b-0421-485d-8382-26c084f09d7d@xxxxxxxxx/ > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > .../bindings/nvmem/nvmem-provider.yaml | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > create mode 100644 Documentation/devicetree/bindings/nvmem/nvmem-provider.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>