On Thu, 19 Dec 2019 10:07:10 +0100, Maxime Ripard wrote: > The Allwinner SoCs have a legacy set of bindings (and a framework to > support it in Linux) for their clock controllers. > > Now that we have the DT validation in place, let's split into separate file > and convert the device tree bindings for those clocks to schemas, and mark > them all as deprecated. > > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../clock/allwinner,sun4i-a10-ahb-clk.yaml | 108 +++++++++ > .../clock/allwinner,sun4i-a10-apb0-clk.yaml | 50 ++++ > .../clock/allwinner,sun4i-a10-apb1-clk.yaml | 52 ++++ > .../clock/allwinner,sun4i-a10-axi-clk.yaml | 61 +++++ > .../clock/allwinner,sun4i-a10-cpu-clk.yaml | 52 ++++ > .../allwinner,sun4i-a10-display-clk.yaml | 57 +++++ > .../clock/allwinner,sun4i-a10-gates-clk.yaml | 152 ++++++++++++ > .../clock/allwinner,sun4i-a10-mbus-clk.yaml | 63 +++++ > .../clock/allwinner,sun4i-a10-mmc-clk.yaml | 87 +++++++ > .../clock/allwinner,sun4i-a10-mod0-clk.yaml | 80 +++++++ > .../clock/allwinner,sun4i-a10-mod1-clk.yaml | 57 +++++ > .../clock/allwinner,sun4i-a10-osc-clk.yaml | 51 ++++ > .../clock/allwinner,sun4i-a10-pll1-clk.yaml | 71 ++++++ > .../clock/allwinner,sun4i-a10-pll3-clk.yaml | 50 ++++ > .../clock/allwinner,sun4i-a10-pll5-clk.yaml | 53 +++++ > .../clock/allwinner,sun4i-a10-pll6-clk.yaml | 53 +++++ > .../allwinner,sun4i-a10-tcon-ch0-clk.yaml | 77 ++++++ > .../clock/allwinner,sun4i-a10-usb-clk.yaml | 166 +++++++++++++ > .../clock/allwinner,sun4i-a10-ve-clk.yaml | 55 +++++ > .../clock/allwinner,sun5i-a13-ahb-clk.yaml | 52 ++++ > .../clock/allwinner,sun6i-a31-pll6-clk.yaml | 53 +++++ > .../clock/allwinner,sun7i-a20-gmac-clk.yaml | 51 ++++ > .../clock/allwinner,sun7i-a20-out-clk.yaml | 52 ++++ > .../allwinner,sun8i-h3-bus-gates-clk.yaml | 103 ++++++++ > .../clock/allwinner,sun9i-a80-ahb-clk.yaml | 52 ++++ > .../clock/allwinner,sun9i-a80-apb0-clk.yaml | 63 +++++ > .../clock/allwinner,sun9i-a80-cpus-clk.yaml | 52 ++++ > .../clock/allwinner,sun9i-a80-gt-clk.yaml | 52 ++++ > .../allwinner,sun9i-a80-mmc-config-clk.yaml | 68 ++++++ > .../clock/allwinner,sun9i-a80-pll4-clk.yaml | 50 ++++ > .../allwinner,sun9i-a80-usb-mod-clk.yaml | 60 +++++ > .../allwinner,sun9i-a80-usb-phy-clk.yaml | 60 +++++ > .../devicetree/bindings/clock/sunxi.txt | 225 ------------------ > 33 files changed, 2163 insertions(+), 225 deletions(-) > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ahb-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-apb0-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-apb1-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-axi-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-cpu-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-display-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-gates-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-mbus-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-mmc-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-mod0-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-mod1-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-osc-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-pll1-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-pll3-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-pll5-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-pll6-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-tcon-ch0-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-usb-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ve-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun5i-a13-ahb-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun6i-a31-pll6-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun7i-a20-gmac-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun7i-a20-out-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun8i-h3-bus-gates-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-ahb-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-apb0-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-cpus-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-gt-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-mmc-config-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-pll4-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-usb-mod-clk.yaml > create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun9i-a80-usb-phy-clk.yaml > delete mode 100644 Documentation/devicetree/bindings/clock/sunxi.txt > Applied, thanks. Rob