On Tue, 10 Nov 2020 10:07:18 +0100, Andrej Valek wrote: > Add information about option how to disable FW loading for each boot. > > Signed-off-by: Andrej Valek <andrej.va...@siemens.com> > --- > Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 1 + > 1 file changed, 1 insertion(+) >
My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml: properties:goodix,do-not-load-fw: False is not of type 'object' /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/input/touchscreen/goodix.yaml: ignoring, error in schema: properties: goodix,do-not-load-fw warning: no schema found in file: ./Documentation/devicetree/bindings/input/touchscreen/goodix.yaml See https://patchwork.ozlabs.org/patch/1397438 The base for the patch is generally the last rc1. Any dependencies should be noted. 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.