On Thu, 19 Dec 2019 10:07:11 +0100, Maxime Ripard wrote: > The Allwinner SoCs have a legacy set of bindings (and a drivers to > support it in Linux) to support the PRCM unit found in most recent SoCs. > > Now that we have the DT validation in place, let's split into separate file > and convert the device tree bindings for those controllers to schemas, and > mark them all as deprecated. > > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../mfd/allwinner,sun6i-a31-prcm.yaml | 219 ++++++++++++++++++ > .../mfd/allwinner,sun8i-a23-prcm.yaml | 200 ++++++++++++++++ > .../devicetree/bindings/mfd/sun6i-prcm.txt | 59 ----- > 3 files changed, 419 insertions(+), 59 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mfd/allwinner,sun6i-a31-prcm.yaml > create mode 100644 Documentation/devicetree/bindings/mfd/allwinner,sun8i-a23-prcm.yaml > delete mode 100644 Documentation/devicetree/bindings/mfd/sun6i-prcm.txt > Applied, thanks. Rob