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: iqs620a: 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>
Acked-by: Jeff LaBundy <jeff@labundy.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>

authored by

Krzysztof Kozlowski and committed by
Thierry Reding
0c11ff87 1bdb7a0b

+3 -1
+3 -1
Documentation/devicetree/bindings/pwm/iqs620a-pwm.yaml
··· 15 15 Documentation/devicetree/bindings/mfd/iqs62x.yaml for further details as 16 16 well as an example. 17 17 18 + allOf: 19 + - $ref: pwm.yaml# 20 + 18 21 properties: 19 22 compatible: 20 23 enum: ··· 28 25 29 26 required: 30 27 - compatible 31 - - "#pwm-cells" 32 28 33 29 additionalProperties: false 34 30