summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2022-02-14 22:21:46 +0100
committerThierry Reding <thierry.reding@gmail.com>2022-02-24 15:06:48 +0100
commite040921c9ba4b05aabff9be1e40b657628874fb5 (patch)
treead1d324559f7f825e627726adc1edfe6a27024cb /Documentation/devicetree/bindings/pwm/pwm-sifive.yaml
parentef75324d91eb7b03bda0304b8c1ec26049e054ad (diff)
downloadlinux-e040921c9ba4b05aabff9be1e40b657628874fb5.tar.gz
linux-e040921c9ba4b05aabff9be1e40b657628874fb5.tar.bz2
linux-e040921c9ba4b05aabff9be1e40b657628874fb5.zip
dt-bindings: pwm: sifive: Include generic PWM schema
Include generic pwm.yaml schema, which enforces PWM node naming and brings pwm-cells requirement. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/pwm/pwm-sifive.yaml')
-rw-r--r--Documentation/devicetree/bindings/pwm/pwm-sifive.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml b/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml
index 84e66913d042..676b2160bada 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml
+++ b/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml
@@ -22,6 +22,9 @@ description:
https://github.com/sifive/sifive-blocks/tree/master/src/main/scala/devices/pwm
+allOf:
+ - $ref: pwm.yaml#
+
properties:
compatible:
items:
@@ -55,7 +58,6 @@ required:
- compatible
- reg
- clocks
- - "#pwm-cells"
- interrupts
additionalProperties: false