On Sun, 22 Dec 2019 12:39:16 +0100, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > Convert the device tree bindings for the Tegra124 EMC controller to the > DT schema format using json-schema. While at it, clean up the binding a > little bit by removing any mention of how RAM code and clock frequency > are represented in unit-addresses (which they aren't) and by adding the > EMC clock without which the EMC controller can't change the frequency at > which the external memory is clocked. While this is technically an ABI > break (the clock was not required before), this should be fine because > there isn't much that the EMC driver can do without access to the EMC > clock. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > .../nvidia,tegra124-emc.txt | 374 ------------- > .../nvidia,tegra124-emc.yaml | 528 ++++++++++++++++++ > 2 files changed, 528 insertions(+), 374 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/memory-controllers/nvidia,tegra124-emc.txt > create mode 100644 Documentation/devicetree/bindings/memory-controllers/nvidia,tegra124-emc.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>