On 12/06/2023 14.26, Rob Herring wrote: > > On Mon, 12 Jun 2023 13:30:52 +0200, Rasmus Villemoes wrote: >> Move the isil,isl12022 RTC bindings from trivial-rtc.yaml into its own >> intersil,isl12022.yaml file, in preparation for adding more bindings. >> >> Signed-off-by: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx> >> --- >> .../bindings/rtc/intersil,isl12022.yaml | 42 +++++++++++++++++++ >> .../devicetree/bindings/rtc/trivial-rtc.yaml | 2 - >> 2 files changed, 42 insertions(+), 2 deletions(-) >> create mode 100644 Documentation/devicetree/bindings/rtc/intersil,isl12022.yaml >> > > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' > on your patch (DT_CHECKER_FLAGS is new in v5.13): > > yamllint warnings/errors: > > /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/rtc/intersil,isl12022.yaml: 'maintainers' is a required property > hint: Metaschema for devicetree binding documentation > from schema $id: http://devicetree.org/meta-schemas/base.yaml# Hm ok. Can/should I copy the value from the trivial-rtc.yaml? Alexandre, would that be ok with you? Is there some simple way to do that dt_binding_check for a single file or just a few? It seems to take forever to run on the whole tree. Rasmus