Re: [PATCH v3] dt-bindings: pinctrl: Convert TI DA850 pupd to DT schema
From: Rob Herring (Arm)
Date: Fri Aug 14 2026 - 15:36:39 EST
On Wed, 12 Aug 2026 10:36:21 +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>
> ---
> Changes in v3:
> - Restricted the pin group node names to 'disable', 'pull-up' and
> 'pull-down'.
> - Switched the pin group nodes to 'additionalProperties: false' since
> all of the valid properties are listed.
>
> Changes in v2:
> - Excluded the 'phandle' property from the pin group node pattern so
> it is no longer validated as a pin configuration node. This fixes
> the 'make dt_binding_check' failure.
>
> Link to v2: https://lore.kernel.org/all/20260811111023.721262-1-egbostina@xxxxxxxxx/
> Link to v1: https://lore.kernel.org/all/20260811092057.687155-1-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
>
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>