linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/3] irqchip: renesas-intc-irqpin: Document SoC-specific bindings
@ 2014-08-28  7:59 Geert Uytterhoeven
  2014-08-28  7:59 ` [PATCH v2 2/3] irqchip: renesas-irqc: Add DT binding documentation Geert Uytterhoeven
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2014-08-28  7:59 UTC (permalink / raw)
  To: Thomas Gleixner, Jason Cooper; +Cc: devicetree, linux-sh, Geert Uytterhoeven

The documentation only mentioned the generic fallback compatible property.
Add the missing SoC-specific compatible properties, which are already in
use.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
---
v2:
  - Add Acked-by
---
 .../bindings/interrupt-controller/renesas,intc-irqpin.txt         | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/renesas,intc-irqpin.txt b/Documentation/devicetree/bindings/interrupt-controller/renesas,intc-irqpin.txt
index 1f8b0c507c26..c73acd060093 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/renesas,intc-irqpin.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,intc-irqpin.txt
@@ -2,7 +2,13 @@ DT bindings for the R-/SH-Mobile irqpin controller
 
 Required properties:
 
-- compatible: has to be "renesas,intc-irqpin"
+- compatible: has to be "renesas,intc-irqpin-<soctype>", "renesas,intc-irqpin"
+  as fallback.
+  Examples with soctypes are:
+    - "renesas,intc-irqpin-r8a7740" (R-Mobile A1)
+    - "renesas,intc-irqpin-r8a7778" (R-Car M1A)
+    - "renesas,intc-irqpin-r8a7779" (R-Car H1)
+    - "renesas,intc-irqpin-sh73a0" (SH-Mobile AG5)
 - #interrupt-cells: has to be <2>: an interrupt index and flags, as defined in
   interrupts.txt in this directory
 
-- 
1.9.1


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

end of thread, other threads:[~2015-08-27  6:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28  7:59 [PATCH v2 1/3] irqchip: renesas-intc-irqpin: Document SoC-specific bindings Geert Uytterhoeven
2014-08-28  7:59 ` [PATCH v2 2/3] irqchip: renesas-irqc: Add DT binding documentation Geert Uytterhoeven
2014-08-28  8:00 ` [PATCH v2 3/3] irqchip: renesas-irqc: Add binding docs for new R-Car Gen2 SoCs Geert Uytterhoeven
2014-09-14  5:32 ` [PATCH v2 1/3] irqchip: renesas-intc-irqpin: Document SoC-specific bindings Jason Cooper
2015-08-20 15:45 ` [PATCH v2 1/3] irqchip: renesas-intc-irqpin: r8a7778 IRLM setup support Ulrich Hecht
2015-08-27  6:31 ` Simon Horman

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).