Re: [PATCH v3] dt-bindings: pinctrl: Convert TI DA850 pupd to DT schema
"Rob Herring (Arm)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-gpio,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > --- > 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/[email protected]/ > Link to v1: https://lore.kernel.org/all/[email protected]/ > > .../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) <[email protected]>