On Tue, 18 Jun 2024 16:59:38 +0300, Dzmitry Sankouski wrote:
> maxim,max77705 is MAX77705 pmic binding part
>
> Signed-off-by: Dzmitry Sankouski <[email protected]>
> ---
> .../devicetree/bindings/mfd/maxim,max77705.yaml | 112
> +++++++++++++++++++++
> MAINTAINERS | 1 +
> 2 files changed, 113 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/mfd/maxim,max77705.example.dtb:
pmic@66: charger: False schema does not allow {'compatible':
['maxim,max77705-charger'], 'monitored-battery': [[4294967295]], 'phandle':
[[2]]}
from schema $id: http://devicetree.org/schemas/mfd/maxim,max77705.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/mfd/maxim,max77705.example.dtb:
pmic@66: fuelgauge: False schema does not allow {'compatible':
['maxim,max77705-fg'], 'monitored-battery': [[4294967295]], 'power-supplies':
[[2]], 'rsense': [[5]]}
from schema $id: http://devicetree.org/schemas/mfd/maxim,max77705.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/mfd/maxim,max77705.example.dtb:
pmic@66: haptic: False schema does not allow {'compatible':
['maxim,max77705-haptic'], 'haptic-supply': [[4294967295]], 'pwms':
[[4294967295, 0, 50000]]}
from schema $id: http://devicetree.org/schemas/mfd/maxim,max77705.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/mfd/maxim,max77705.example.dtb:
pmic@66: leds: False schema does not allow {'compatible':
['maxim,max77705-led'], '#address-cells': [[1]], '#size-cells': [[0]], 'led@1':
{'reg': [[1]], 'label': ['red:usr1']}, 'led@2': {'reg': [[2]], 'label':
['green:usr2']}, 'led@3': {'reg': [[3]], 'label': ['blue:usr3']}}
from schema $id: http://devicetree.org/schemas/mfd/maxim,max77705.yaml#
Documentation/devicetree/bindings/mfd/maxim,max77705.example.dtb:
/example-0/i2c14/pmic@66/leds: failed to match any schema with compatible:
['maxim,max77705-led']
Documentation/devicetree/bindings/mfd/maxim,max77705.example.dtb:
/example-0/i2c14/pmic@66/charger: failed to match any schema with compatible:
['maxim,max77705-charger']
Documentation/devicetree/bindings/mfd/maxim,max77705.example.dtb:
/example-0/i2c14/pmic@66/fuelgauge: failed to match any schema with compatible:
['maxim,max77705-fg']
Documentation/devicetree/bindings/mfd/maxim,max77705.example.dtb:
/example-0/i2c14/pmic@66/haptic: failed to match any schema with compatible:
['maxim,max77705-haptic']
doc reference errors (make refcheckdocs):
See
https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240618-starqltechn_integration_upstream-v3-4-e3f666201...@gmail.com
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:
pip3 install dtschema --upgrade
Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.