On Mon, Jul 22, 2019 at 2:12 AM Maxime Ripard <maxime.ripard@xxxxxxxxxxx> wrote: > > The older Allwinner SoCs have a Timer supported in Linux, with a matching > Device Tree binding. > > While the original binding only mentions one interrupt, the timer actually > has 6 of them. > > 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> > --- > .../timer/allwinner,sun4i-a10-timer.yaml | 76 +++++++++++++++++++ > .../bindings/timer/allwinner,sun4i-timer.txt | 19 ----- > 2 files changed, 76 insertions(+), 19 deletions(-) > create mode 100644 Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml > delete mode 100644 Documentation/devicetree/bindings/timer/allwinner,sun4i-timer.txt Reviewed-by: Rob Herring <robh@xxxxxxxxxx>