On Mon, Jul 22, 2019 at 2:12 AM Maxime Ripard <maxime.ripard@xxxxxxxxxxx> wrote: > > The newer Allwinner SoCs have a High Speed Timer 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.ripard@xxxxxxxxxxx> > --- > .../timer/allwinner,sun5i-a13-hstimer.txt | 26 ------ > .../timer/allwinner,sun5i-a13-hstimer.yaml | 79 +++++++++++++++++++ > 2 files changed, 79 insertions(+), 26 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt > create mode 100644 Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.yaml Reviewed-by: Rob Herring <robh@xxxxxxxxxx>