Re: [PATCH 1/4 v4] dt-bindings: memory: Factor out common properties of LPDDR bindings

From: Rob Herring
Date: Thu Sep 15 2022 - 09:44:44 EST


On Wed, 14 Sep 2022 17:32:19 -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
> - v3:
> - no changes
> - v4:
> - removed quotes from schema $ref strings
>


Please add Acked-by/Reviewed-by tags when posting new versions. However,
there's no need to repost patches *only* to add the tags. The upstream
maintainer will do that for acks received on the version they apply.

If a tag was not added on purpose, please state why and what changed.