On Tue, 12 Jan 2021 15:23:38 +0100, Nicolas Saenz Julienne wrote: > Firmware/co-processors might use reserved memory areas in order to pass > data stemming from an nvmem device otherwise non accessible to Linux. > For example an EEPROM memory only physically accessible to firmware, or > data only accessible early at boot time. > > Introduce the dt-bindings to nvmem's rmem. > > Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx> > > --- > > Changes since v2: > - Run yamllint and fix indentation issues > > Changes since v1: > - Update schema to new driver design > > .../devicetree/bindings/nvmem/rmem.yaml | 49 +++++++++++++++++++ > 1 file changed, 49 insertions(+) > create mode 100644 Documentation/devicetree/bindings/nvmem/rmem.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>