linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: ata: renesas,rcar-sata: Make power-domains and resets required
@ 2021-04-29 12:45 Geert Uytterhoeven
  2021-05-03 20:01 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2021-04-29 12:45 UTC (permalink / raw)
  To: Jens Axboe, Rob Herring
  Cc: linux-ide, linux-renesas-soc, devicetree, Geert Uytterhoeven

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>
---
 .../devicetree/bindings/ata/renesas,rcar-sata.yaml    | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml b/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
index 2ad2444f10423eae..c4e4a9eab658056d 100644
--- a/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
+++ b/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
@@ -54,6 +54,17 @@ required:
   - reg
   - interrupts
   - clocks
+  - power-domains
+
+if:
+  not:
+    properties:
+      compatible:
+        contains:
+          const: renesas,sata-r8a7779
+then:
+  required:
+    - resets
 
 additionalProperties: false
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: ata: renesas,rcar-sata: Make power-domains and resets required
  2021-04-29 12:45 [PATCH] dt-bindings: ata: renesas,rcar-sata: Make power-domains and resets required Geert Uytterhoeven
@ 2021-05-03 20:01 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2021-05-03 20:01 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Jens Axboe, linux-renesas-soc, Rob Herring, devicetree, linux-ide

On Thu, 29 Apr 2021 14:45:03 +0200, Geert Uytterhoeven wrote:
> 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>
> ---
>  .../devicetree/bindings/ata/renesas,rcar-sata.yaml    | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-03 20:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29 12:45 [PATCH] dt-bindings: ata: renesas,rcar-sata: Make power-domains and resets required Geert Uytterhoeven
2021-05-03 20:01 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).