On Thu, 11 Jul 2019 11:40:36 +0200, Maxime Ripard wrote: > The Allwinner SoCs using the second generation of the display engine have a > bus for that display engine. The bus 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.ripard@xxxxxxxxxxx> > --- > .../bus/allwinner,sun50i-a64-de2.yaml | 84 +++++++++++++++++++ > .../bindings/bus/sun50i-de2-bus.txt | 40 --------- > 2 files changed, 84 insertions(+), 40 deletions(-) > create mode 100644 Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml > delete mode 100644 Documentation/devicetree/bindings/bus/sun50i-de2-bus.txt > Applied, thanks. Rob