On Thu, 19 Dec 2019 10:07:12 +0100, Maxime Ripard wrote: > The Allwinner SoCs have a legacy set of bindings (and a framework to > support it in Linux) for their reset controllers. > > Now that we have the DT validation in place, let's split into separate file > and convert the device tree bindings for those resets to schemas, and mark > them all as deprecated. > > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../allwinner,sun6i-a31-clock-reset.yaml | 68 +++++++++++++++++++ > .../reset/allwinner,sunxi-clock-reset.txt | 21 ------ > 2 files changed, 68 insertions(+), 21 deletions(-) > create mode 100644 Documentation/devicetree/bindings/reset/allwinner,sun6i-a31-clock-reset.yaml > delete mode 100644 Documentation/devicetree/bindings/reset/allwinner,sunxi-clock-reset.txt > Applied, thanks. Rob