On Mon, 9 Dec 2019 10:34:41 +0100, Maxime Ripard wrote: > The older Allwinner SoCs have a system controller that is supported in > Linux, with a matching Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../allwinner,sun4i-a10-system-control.yaml | 140 ++++++++++++++++++ > .../devicetree/bindings/sram/sunxi-sram.txt | 113 -------------- > 2 files changed, 140 insertions(+), 113 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sram/allwinner,sun4i-a10-system-control.yaml > delete mode 100644 Documentation/devicetree/bindings/sram/sunxi-sram.txt > Applied, thanks. Rob