On Fri, 13 Dec 2019 08:43:55 +0100, Maxime Ripard wrote: > The newer Allwinner SoCs have a camera 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> > --- > .../media/allwinner,sun6i-a31-csi.yaml | 115 ++++++++++++++++++ > .../devicetree/bindings/media/sun6i-csi.txt | 61 ---------- > 2 files changed, 115 insertions(+), 61 deletions(-) > create mode 100644 Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml > delete mode 100644 Documentation/devicetree/bindings/media/sun6i-csi.txt > Applied, thanks. Rob