Message ID | 20230830182038.878265-3-andreas@kemnade.info |
---|---|
State | Accepted |
Commit | b06545fcb3c696f36fac6ba4c73023cef96d2f7f |
Headers | show |
Series | ARM: omap: omap4-embt2ws: 32K clock for WLAN | expand |
diff --git a/Documentation/devicetree/bindings/mfd/ti,twl.yaml b/Documentation/devicetree/bindings/mfd/ti,twl.yaml index 3d7b3e0addafa..6bb781b95ecdb 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: true required:
Since these devices provide clock outputs, add the corresponding property. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> --- Documentation/devicetree/bindings/mfd/ti,twl.yaml | 3 +++ 1 file changed, 3 insertions(+)