diff options
author | Rob Herring <robh@kernel.org> | 2015-10-02 06:24:09 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-10-22 17:21:25 +0300 |
commit | eb3fcf007fffe5830d815e713591f3e858f2a365 (patch) | |
tree | 821e070d59e8b6c21aaf22cab41b8f4c8abc284b /Documentation/devicetree/bindings/arm/vt8500 | |
parent | 62bc9f15e443c3ca02e47f13f339bd7993ae1e65 (diff) | |
download | linux-eb3fcf007fffe5830d815e713591f3e858f2a365.tar.xz |
dt-bindings: consolidate interrupt controller bindings
Move various interrupt controller bindings into the
interrupt-controller/ directory.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Matthias Brugger <matthias.bgg@gmail.com>
Cc: linux-mediatek@lists.infradead.org
Diffstat (limited to 'Documentation/devicetree/bindings/arm/vt8500')
-rw-r--r-- | Documentation/devicetree/bindings/arm/vt8500/via,vt8500-intc.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Documentation/devicetree/bindings/arm/vt8500/via,vt8500-intc.txt b/Documentation/devicetree/bindings/arm/vt8500/via,vt8500-intc.txt deleted file mode 100644 index 0a4ce1051b02..000000000000 --- a/Documentation/devicetree/bindings/arm/vt8500/via,vt8500-intc.txt +++ /dev/null @@ -1,16 +0,0 @@ -VIA/Wondermedia VT8500 Interrupt Controller ------------------------------------------------------ - -Required properties: -- compatible : "via,vt8500-intc" -- reg : Should contain 1 register ranges(address and length) -- #interrupt-cells : should be <1> - -Example: - - intc: interrupt-controller@d8140000 { - compatible = "via,vt8500-intc"; - interrupt-controller; - reg = <0xd8140000 0x10000>; - #interrupt-cells = <1>; - }; |