On Thu, Feb 27, 2025 at 11:19:55AM +0000, André Draszik wrote: > On Wed, 2025-02-26 at 14:30 -0600, Rob Herring (Arm) wrote: > > > > On Wed, 26 Feb 2025 17:51:20 +0000, André Draszik wrote: > > > The Maxim MAX77759 is a companion PMIC for USB Type-C applications and > > > includes Battery Charger, Fuel Gauge, temperature sensors, USB Type-C > > > Port Controller (TCPC), NVMEM, and a GPIO expander. > > > > > > This describes its GPIO module. > > > > > > Signed-off-by: André Draszik <andre.draszik@xxxxxxxxxx> > > > > > > --- > > > v2: > > > * drop 'interrupts' property and sort properties alphabetically > > > --- > > > .../bindings/gpio/maxim,max77759-gpio.yaml | 44 ++++++++++++++++++++++ > > > MAINTAINERS | 6 +++ > > > 2 files changed, 50 insertions(+) > > > > > > > My bot found errors running 'make dt_binding_check' on your patch: > > > > yamllint warnings/errors: > > > > dtschema/dtc warnings/errors: > > > > > > doc reference errors (make refcheckdocs): > > Warning: Documentation/devicetree/bindings/gpio/maxim,max77759-gpio.yaml references a file that doesn't exist: > > Documentation/devicetree/bindings/mfd/maxim,max77759.yaml > > Documentation/devicetree/bindings/gpio/maxim,max77759-gpio.yaml: Documentation/devicetree/bindings/mfd/maxim,max77759.yaml > > > > See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250226-max77759-mfd-v2-1-a65ebe2bc0a9@xxxxxxxxxx > > > > The base for the series is generally the latest rc1. A different dependency > > should be noted in *this* patch. > > > > If you already ran 'make dt_binding_check' and didn't see the above > > error(s), then make sure 'yamllint' is installed and dt-schema is up to > > date: > > 'make dt_binding_check' doesn't invoke 'make refcheckdocs', unless > I'm doing something wrong - and therefore 'make dt_binding_check' > doesn't print any warning, contrary to what seems to be implied by > the paragraph above, If I run 'make refcheckdocs', I do get the > error, too, sure enough. > > I've never come across refcheckdocs, and it wasn't on my radar. Or anyone elses until Mauro started sending out 10s of fixes every cycle for it. I think he got tired of that thankless job. > > The error is because the binding's 'description:' references the > mfd binding using the complete path and the mfd binding is added > in a later patch only in this version of the series: > > > ... For additional information, see > > Documentation/devicetree/bindings/mfd/maxim,max77759.yaml. > > the error goes away if a relative path is used instead: > > > ... For additional information, see > > ../mfd/maxim,max77759.yaml. No, just ignore the error. I believe it gets fixed with the mfd binding applied. I'm not too concerned if refcheckdocs is bisectable. Rob