[PATCH v2 2/7] dt-bindings: mfd: tps6594: allow gpio-line-names

Michael Walle posted 7 patches 2 weeks, 6 days ago
[PATCH v2 2/7] dt-bindings: mfd: tps6594: allow gpio-line-names
Posted by Michael Walle 2 weeks, 6 days ago
Setting the signal names in the device tree was already possible, but
it will lead to a warning. Allow the gpio-line-names property to fix
that.

Signed-off-by: Michael Walle <mwalle@kernel.org>
---
 Documentation/devicetree/bindings/mfd/ti,tps6594.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml b/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml
index a48cb00afe43..ca17fbdea691 100644
--- a/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml
+++ b/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml
@@ -41,6 +41,7 @@ properties:
   system-power-controller: true
 
   gpio-controller: true
+  gpio-line-names: true
 
   '#gpio-cells':
     const: 2
-- 
2.39.5
Re: [PATCH v2 2/7] dt-bindings: mfd: tps6594: allow gpio-line-names
Posted by Rob Herring (Arm) 2 weeks, 2 days ago
On Fri, 12 Sep 2025 14:07:40 +0200, Michael Walle wrote:
> Setting the signal names in the device tree was already possible, but
> it will lead to a warning. Allow the gpio-line-names property to fix
> that.
> 
> Signed-off-by: Michael Walle <mwalle@kernel.org>
> ---
>  Documentation/devicetree/bindings/mfd/ti,tps6594.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

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