Re: [PATCH] dt-bindings: pinctrl: Convert TI DA850 pupd to DT schema
From: Rob Herring (Arm)
Date: Tue Aug 11 2026 - 06:47:23 EST
On Tue, 11 Aug 2026 09:20:57 +0000, Eduard Bostina wrote:
> Convert the Texas Instruments DA850/OMAP-L138/AM18x pullup/down
> controller bindings to DT schema.
>
> Signed-off-by: Eduard Bostina <egbostina@xxxxxxxxx>
> ---
> .../bindings/pinctrl/ti,da850-pupd.txt | 55 --------------
> .../bindings/pinctrl/ti,da850-pupd.yaml | 74 +++++++++++++++++++
> 2 files changed, 74 insertions(+), 55 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/pinctrl/ti,da850-pupd.txt
> create mode 100644 Documentation/devicetree/bindings/pinctrl/ti,da850-pupd.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/pinctrl/ti,da850-pupd.example.dtb: pin-controller@22c00c (ti,da850-pupd): bias-groups:phandle: 1 is valid under each of {'required': ['drive-open-drain']}, {'required': ['drive-push-pull']}, {'required': ['drive-open-source']}
from schema $id: http://devicetree.org/schemas/pinctrl/ti,da850-pupd.yaml
Documentation/devicetree/bindings/pinctrl/ti,da850-pupd.example.dtb: pin-controller@22c00c (ti,da850-pupd): bias-groups:phandle: 1 is valid under each of {'required': ['bias-bus-hold']}, {'required': ['bias-pull-up']}, {'required': ['bias-pull-down']}, {'required': ['bias-pull-pin-default']}, {'required': ['bias-disable']}
from schema $id: http://devicetree.org/schemas/pinctrl/ti,da850-pupd.yaml
Documentation/devicetree/bindings/pinctrl/ti,da850-pupd.example.dtb: pin-controller@22c00c (ti,da850-pupd): bias-groups:phandle: 1 is not of type 'object'
from schema $id: http://devicetree.org/schemas/pinctrl/ti,da850-pupd.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.kernel.org/project/devicetree/patch/20260811092057.687155-1-egbostina@xxxxxxxxx
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.