On Fri, 1 May 2020 12:51:17 -0500, Dan Murphy wrote: > From: Ricardo Rivera-Matos <r-rivera-matos@xxxxxx> > > Description: > The BQ2515X family of devices are highly integrated battery management > ICs that integrate the most common functions for wearbale devices > namely a charger, an output voltage rail, ADC for battery and system > monitoring, and a push-button controller. > > Datasheets: > http://www.ti.com/lit/ds/symlink/bq25150.pdf > http://www.ti.com/lit/ds/symlink/bq25155.pdf > > CC: Rob Herring <robh@xxxxxxxxxx> > Signed-off-by: Ricardo Rivera-Matos <r-rivera-matos@xxxxxx> > --- > .../bindings/power/supply/bq2515x.yaml | 99 +++++++++++++++++++ > 1 file changed, 99 insertions(+) > create mode 100644 Documentation/devicetree/bindings/power/supply/bq2515x.yaml > My bot found errors running 'make dt_binding_check' on your patch: Documentation/devicetree/bindings/power/supply/bq2515x.yaml: while scanning a block scalar in "<unicode string>", line 81, column 5 found a tab character where an indentation space is expected in "<unicode string>", line 96, column 1 Documentation/devicetree/bindings/Makefile:11: recipe for target 'Documentation/devicetree/bindings/power/supply/bq2515x.example.dts' failed make[1]: *** [Documentation/devicetree/bindings/power/supply/bq2515x.example.dts] Error 1 make[1]: *** Waiting for unfinished jobs.... /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/power/supply/bq2515x.yaml: ignoring, error parsing file warning: no schema found in file: Documentation/devicetree/bindings/power/supply/bq2515x.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/power/supply/bq2515x.yaml: ignoring, error parsing file warning: no schema found in file: Documentation/devicetree/bindings/power/supply/bq2515x.yaml Makefile:1300: recipe for target 'dt_binding_check' failed make: *** [dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1281414 If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure dt-schema is up to date: pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade Please check and re-submit.