diff options
| author | George Stark <[email protected]> | 2024-07-11 02:41:14 +0300 |
|---|---|---|
| committer | Uwe Kleine-König <[email protected]> | 2024-09-16 15:24:59 +0200 |
| commit | 6e50721426e48f63be53b4732bd08029633933d1 (patch) | |
| tree | 24581372d6a8ba6f79e9bcf1365d4fb7b634aa7e | |
| parent | 8db7fdffaaf6cc9f21be5f601c7ef12b173074a5 (diff) | |
dt-bindings: pwm: amlogic: Add optional power-domains
On newer SoCs, the PWM hardware can require a power domain to operate
so add corresponding optional property.
Signed-off-by: George Stark <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Uwe Kleine-König <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml b/Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml index 1d71d4f8f328..267908c2bf7b 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml +++ b/Documentation/devicetree/bindings/pwm/pwm-amlogic.yaml @@ -56,6 +56,9 @@ properties: minItems: 1 maxItems: 2 + power-domains: + maxItems: 1 + "#pwm-cells": const: 3 |