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: renesas,pwm: 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>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>

authored by

Krzysztof Kozlowski and committed by
Thierry Reding
84b3b8df e040921c

+14 -12
+14 -12
Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
··· 59 59 required: 60 60 - compatible 61 61 - reg 62 - - '#pwm-cells' 63 62 - clocks 64 63 - power-domains 65 64 66 - if: 67 - not: 68 - properties: 69 - compatible: 70 - contains: 71 - enum: 72 - - renesas,pwm-r8a7778 73 - - renesas,pwm-r8a7779 74 - then: 75 - required: 76 - - resets 65 + allOf: 66 + - $ref: pwm.yaml# 67 + 68 + - if: 69 + not: 70 + properties: 71 + compatible: 72 + contains: 73 + enum: 74 + - renesas,pwm-r8a7778 75 + - renesas,pwm-r8a7779 76 + then: 77 + required: 78 + - resets 77 79 78 80 additionalProperties: false 79 81