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: ata: renesas,rcar-sata: 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 H1.

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

authored by

Geert Uytterhoeven and committed by
Rob Herring
a869742f be783297

+11
+11
Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
··· 53 53 - reg 54 54 - interrupts 55 55 - clocks 56 + - power-domains 57 + 58 + if: 59 + not: 60 + properties: 61 + compatible: 62 + contains: 63 + const: renesas,sata-r8a7779 64 + then: 65 + required: 66 + - resets 56 67 57 68 additionalProperties: false 58 69