summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/interrupt-controller/interrupts.txt
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-02-09 08:42:21 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-02-11 09:50:08 +0100
commit66b7b55c090590e8308ffd44f267824fd7dbda85 (patch)
tree7e140d63549a53227f5239443774759ea4b05269 /dts/Bindings/interrupt-controller/interrupts.txt
parente85ff327c2aeaa7ea5d53e308b4b4d0aef8dddd4 (diff)
downloadbarebox-66b7b55c090590e8308ffd44f267824fd7dbda85.tar.gz
barebox-66b7b55c090590e8308ffd44f267824fd7dbda85.tar.xz
dts: update to v3.18-rc6
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/Bindings/interrupt-controller/interrupts.txt')
-rw-r--r--dts/Bindings/interrupt-controller/interrupts.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/dts/Bindings/interrupt-controller/interrupts.txt b/dts/Bindings/interrupt-controller/interrupts.txt
index ce6a1a0720..8a3c408298 100644
--- a/dts/Bindings/interrupt-controller/interrupts.txt
+++ b/dts/Bindings/interrupt-controller/interrupts.txt
@@ -30,10 +30,6 @@ should only be used when a device has multiple interrupt parents.
Example:
interrupts-extended = <&intc1 5 1>, <&intc2 1 0>;
-A device node may contain either "interrupts" or "interrupts-extended", but not
-both. If both properties are present, then the operating system should log an
-error and use only the data in "interrupts".
-
2) Interrupt controller nodes
-----------------------------