Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1682980 > unrolled thread

[PATCH 3/8] dt-bindings: interrupt-controllers: add compatible string for stm32h7

Started byLudovic Barre <ludovic.Barre@st.com>
First post2017-07-07 09:30 +0200
Last post2017-07-07 09:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/8] dt-bindings: interrupt-controllers: add compatible string for stm32h7 Ludovic Barre <ludovic.Barre@st.com> - 2017-07-07 09:30 +0200

#1682980 — [PATCH 3/8] dt-bindings: interrupt-controllers: add compatible string for stm32h7

FromLudovic Barre <ludovic.Barre@st.com>
Date2017-07-07 09:30 +0200
Subject[PATCH 3/8] dt-bindings: interrupt-controllers: add compatible string for stm32h7
Message-ID<u0vS9-Am-7@gated-at.bofh.it>
From: Ludovic Barre <ludovic.barre@st.com>

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
---
 .../devicetree/bindings/interrupt-controller/st,stm32-exti.txt        | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.txt b/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.txt
index 6e7703d..edf03f0 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.txt
@@ -2,7 +2,9 @@ STM32 External Interrupt Controller
 
 Required properties:
 
-- compatible: Should be "st,stm32-exti"
+- compatible: Should be:
+    "st,stm32-exti"
+    "st,stm32h7-exti"
 - reg: Specifies base physical address and size of the registers
 - interrupt-controller: Indentifies the node as an interrupt controller
 - #interrupt-cells: Specifies the number of cells to encode an interrupt
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web