On Wed, 07 Sep 2022 16:29:11 -0700, Julius Werner wrote: > The bindings for different LPDDR versions mostly use the same kinds of > properties, so in order to reduce duplication when we're adding support > for more versions, this patch creates a new lpddr-props subschema that > can be referenced by the others to define these common parts. (This will > consider a few smaller I/O width and density numbers "legal" for LPDDR3 > that are usually not used there, but this should be harmless.) > > Signed-off-by: Julius Werner <jwerner@xxxxxxxxxxxx> > --- > .../ddr/jedec,lpddr-props.yaml | 52 +++++++++++++++++++ > .../memory-controllers/ddr/jedec,lpddr2.yaml | 40 ++------------ > .../memory-controllers/ddr/jedec,lpddr3.yaml | 32 ++---------- > 3 files changed, 60 insertions(+), 64 deletions(-) > create mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr-props.yaml > > Changelog: > > - v2: > - removed minItems > - reordered io-width enum from lowest to highest > - moved `$ref` below `mainainers` > - removed part about undeprecating manufacturer-id > Acked-by: Rob Herring <robh@xxxxxxxxxx>