Quoting Linus Walleij (2020-02-19 02:33:24) > The ICST clocks used in the ARM Integrator, Versatile and > RealView platforms are updated to use YAML schema, and two > new ICST clocks used by the Integrator IM-PD1 logical module > are added in the process. > > Cc: devicetree@xxxxxxxxxxxxxxx > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > ChangeLog v2->v3: > - Actually merge in the fix fixing the literal | > ChangeLog v1->v2: > - Add a literal | to preserve formatting in the bindings > - Collect Rob's review tag > --- > .../bindings/clock/arm,syscon-icst.yaml | 103 ++++++++++++++++++ > .../bindings/clock/arm-integrator.txt | 34 ------ > .../bindings/clock/arm-syscon-icst.txt | 70 ------------ > 3 files changed, 103 insertions(+), 104 deletions(-) > create mode 100644 Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml > delete mode 100644 Documentation/devicetree/bindings/clock/arm-integrator.txt > delete mode 100644 Documentation/devicetree/bindings/clock/arm-syscon-icst.txt > > diff --git a/Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml b/Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml > new file mode 100644 > index 000000000000..c5e43e6c9834 > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml > @@ -0,0 +1,103 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/clock/arm,syscon-icst.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: ARM System Conctroller ICST Clocks Controller? I can fix it.