On 20/03/2023 14:54, Xingyu Wu wrote: > Add bindings for the timer on the JH7110 RISC-V SoC > by StarFive Technology Ltd. > > Signed-off-by: Xingyu Wu <xingyu.wu@xxxxxxxxxxxxxxxx> > --- > .../bindings/timer/starfive,jh7110-timer.yaml | 95 +++++++++++++++++++ > 1 file changed, 95 insertions(+) > create mode 100644 Documentation/devicetree/bindings/timer/starfive,jh7110-timer.yaml > > diff --git a/Documentation/devicetree/bindings/timer/starfive,jh7110-timer.yaml b/Documentation/devicetree/bindings/timer/starfive,jh7110-timer.yaml > new file mode 100644 > index 000000000000..24b34618f2c8 > --- /dev/null > +++ b/Documentation/devicetree/bindings/timer/starfive,jh7110-timer.yaml > @@ -0,0 +1,95 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/timer/starfive,jh7110-timer.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: StarFive JH7110 Timer Actually one change is needed - missing blank line. > +maintainers: > + - Xingyu Wu <xingyu.wu@xxxxxxxxxxxxxxxx> > + - Samin Guo <samin.guo@xxxxxxxxxxxxxxxx> > + Best regards, Krzysztof