Hi Neil, On Thu, Feb 9, 2023 at 2:41 PM Neil Armstrong <neil.armstrong@xxxxxxxxxx> wrote: > > Convert the Amlogic Internal Clock Measurer bindings to dt-schema. > > Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> > --- > .../soc/amlogic/amlogic,meson-gx-clk-measure.yaml | 40 ++++++++++++++++++++++ > .../bindings/soc/amlogic/clk-measure.txt | 21 ------------ > 2 files changed, 40 insertions(+), 21 deletions(-) > > diff --git a/Documentation/devicetree/bindings/soc/amlogic/amlogic,meson-gx-clk-measure.yaml b/Documentation/devicetree/bindings/soc/amlogic/amlogic,meson-gx-clk-measure.yaml > new file mode 100644 > index 000000000000..77c281153010 > --- /dev/null > +++ b/Documentation/devicetree/bindings/soc/amlogic/amlogic,meson-gx-clk-measure.yaml > @@ -0,0 +1,40 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/soc/amlogic/amlogic,meson-gx-clk-measure.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Amlogic Internal Clock Measurer > + > +description: > + The Amlogic SoCs contains an IP to measure the internal clocks. s/contains/contain/ It's been there in the old bindings as well but it would be great to have it fixed. [...] > +properties: do we need something like the following? $nodename: pattern: "^clock-measurer(@.*|-[0-9a-f])*$" Best regards, Martin