Changes since v1: 1. Drop patch 1 (ARM dts) - applied. 2. Correct description in lpddr2-timings (Dmitry). Best regards, Krzysztof Krzysztof Kozlowski (5): dt-bindings: memory: lpddr3: convert to dtschema dt-bindings: memory: lpddr3: adjust IO width to spec dt-bindings: memory: lpddr3: deprecated manufacturer ID dt-bindings: memory: lpddr3-timings: convert to dtschema dt-bindings: memory: lpddr2-timings: convert to dtschema .../ddr/jedec,lpddr2-timings.yaml | 135 +++++++++ .../memory-controllers/ddr/jedec,lpddr2.yaml | 6 +- .../ddr/jedec,lpddr3-timings.yaml | 153 ++++++++++ .../memory-controllers/ddr/jedec,lpddr3.yaml | 265 ++++++++++++++++++ .../memory-controllers/ddr/lpddr2-timings.txt | 52 ---- .../memory-controllers/ddr/lpddr3-timings.txt | 58 ---- .../memory-controllers/ddr/lpddr3.txt | 107 ------- 7 files changed, 555 insertions(+), 221 deletions(-) create mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr2-timings.yaml create mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr3-timings.yaml create mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr3.yaml delete mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/lpddr2-timings.txt delete mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/lpddr3-timings.txt delete mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/lpddr3.txt -- 2.32.0