Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Krzysztof Kozlowski and committed by
Thierry Reding
e040921c ef75324d

+3 -1
+3 -1
Documentation/devicetree/bindings/pwm/pwm-sifive.yaml
··· 22 22 23 23 https://github.com/sifive/sifive-blocks/tree/master/src/main/scala/devices/pwm 24 24 25 + allOf: 26 + - $ref: pwm.yaml# 27 + 25 28 properties: 26 29 compatible: 27 30 items: ··· 58 55 - compatible 59 56 - reg 60 57 - clocks 61 - - "#pwm-cells" 62 58 - interrupts 63 59 64 60 additionalProperties: false