On Tue, 06 Sep 2022 09:28:16 +0100, Martyn Welch wrote: > From: Martyn Welch <martyn.welch@xxxxxxxxxxxxx> > > The NXP PCAL6534 is a 34-bit I2C I/O expander similar to the PCAL6524. The > Diodes PI4IOE5V6534Q is a functionally identical chip provided by Diodes > Inc. > > Signed-off-by: Martyn Welch <martyn.welch@xxxxxxxxxxxxx> > --- > > Changes in v2: > - Enumerate pi4ioe5v6534q as requiring pcal6534 fallback > > .../bindings/gpio/gpio-pca95xx.yaml | 98 ++++++++++--------- > 1 file changed, 52 insertions(+), 46 deletions(-) > 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: ./Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml:20:9: [warning] wrong indentation: expected 10 but found 8 (indentation) ./Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml:23:9: [warning] wrong indentation: expected 10 but found 8 (indentation) ./Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml:24:11: [warning] wrong indentation: expected 12 but found 10 (indentation) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. 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: pip3 install dtschema --upgrade Please check and re-submit.