2023-09-16 10:08:02

by Andreas Kemnade

[permalink] [raw]
Subject: [PATCH v4 2/5] dt-bindings: mfd: ti,twl: Add clock provider properties

Since these devices provide clock outputs, add the corresponding
property.

Signed-off-by: Andreas Kemnade <[email protected]>
Acked-by: Conor Dooley <[email protected]>
---
Documentation/devicetree/bindings/mfd/ti,twl.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/ti,twl.yaml b/Documentation/devicetree/bindings/mfd/ti,twl.yaml
index f125b254a4b93..c04d57ba22b49 100644
--- a/Documentation/devicetree/bindings/mfd/ti,twl.yaml
+++ b/Documentation/devicetree/bindings/mfd/ti,twl.yaml
@@ -37,6 +37,9 @@ properties:
"#interrupt-cells":
const: 1

+ "#clock-cells":
+ const: 1
+
additionalProperties: false

required:
--
2.39.2


2023-10-19 01:22:44

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH v4 2/5] dt-bindings: mfd: ti,twl: Add clock provider properties

Quoting Andreas Kemnade (2023-09-16 03:05:12)
> Since these devices provide clock outputs, add the corresponding
> property.
>
> Signed-off-by: Andreas Kemnade <[email protected]>
> Acked-by: Conor Dooley <[email protected]>
> ---

Acked-by: Stephen Boyd <[email protected]>