On Thu, 26 Aug 2021 13:30:47 +0200, Krzysztof Kozlowski wrote: > Convert Freescale/NXP DDR memory controller bindings to DT schema format > using json-schema. > > Previous bindings were not listing all compatibles, so scan through > devicetree sources and drivers to get these. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > --- > .../bindings/memory-controllers/fsl/ddr.txt | 29 ------- > .../memory-controllers/fsl/fsl,ddr.yaml | 83 +++++++++++++++++++ > 2 files changed, 83 insertions(+), 29 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ddr.txt > create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ddr.yaml > Applied, thanks!