[PATCH v6 2/4] dt-bindings: pinctrl: pinctrl-single: add ti,am62l-padconf compatible

Bryan Brattlof posted 4 patches 5 months ago
There is a newer version of this series
[PATCH v6 2/4] dt-bindings: pinctrl: pinctrl-single: add ti,am62l-padconf compatible
Posted by Bryan Brattlof 5 months ago
Add the "ti,am62l-padconf" compatible to allow for some changes in the
driver in the future when needed.

Signed-off-by: Bryan Brattlof <bb@ti.com>
---
 Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
index f83dbf32ad1838f25429e22bae14f6c74cb38d96..9135788cf62ec4455e36c58276a6875dc6dd08b2 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
@@ -24,6 +24,7 @@ properties:
       - items:
           - enum:
               - ti,am437-padconf
+              - ti,am62l-padconf
               - ti,am654-padconf
               - ti,dra7-padconf
               - ti,omap2420-padconf

-- 
2.50.1
Re: [PATCH v6 2/4] dt-bindings: pinctrl: pinctrl-single: add ti,am62l-padconf compatible
Posted by Linus Walleij 3 months, 4 weeks ago
On Fri, Sep 12, 2025 at 5:40 PM Bryan Brattlof <bb@ti.com> wrote:

> Add the "ti,am62l-padconf" compatible to allow for some changes in the
> driver in the future when needed.
>
> Signed-off-by: Bryan Brattlof <bb@ti.com>

This patch 2/4 applied to the pinctrl tree.

Yours,
Linus Walleij
Re: [PATCH v6 2/4] dt-bindings: pinctrl: pinctrl-single: add ti,am62l-padconf compatible
Posted by Rob Herring (Arm) 4 months, 3 weeks ago
On Fri, 12 Sep 2025 10:40:41 -0500, Bryan Brattlof wrote:
> Add the "ti,am62l-padconf" compatible to allow for some changes in the
> driver in the future when needed.
> 
> Signed-off-by: Bryan Brattlof <bb@ti.com>
> ---
>  Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>