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-rcar: Make power-domains and resets required

The "power-domains" property is present on all supported platforms.
The "resets" property is present on all but R-Car Gen1.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/16e82b5019b913f9a63e312166a37ef67266d425.1619700364.git.geert+renesas@glider.be
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Geert Uytterhoeven and committed by
Rob Herring
4fa9ee2e a869742f

+13
+13
Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
··· 61 61 - reg 62 62 - '#pwm-cells' 63 63 - clocks 64 + - power-domains 65 + 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 64 77 65 78 additionalProperties: false 66 79