01.02.2022 14:47, Krzysztof Kozlowski пишет: > Convert the LPDDR2 memory timings bindings to DT schema format. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > --- > .../ddr/jedec,lpddr2-timings.yaml | 135 ++++++++++++++++++ > .../memory-controllers/ddr/jedec,lpddr2.yaml | 6 +- > .../memory-controllers/ddr/lpddr2-timings.txt | 52 ------- > 3 files changed, 137 insertions(+), 56 deletions(-) > create mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr2-timings.yaml > delete mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/lpddr2-timings.txt It takes some effort to extract a concise descriptions of all the properties from memory datasheets. Thank you doing that! Nice to see that no txts left :)