diff options
author | Jon Hunter <jonathanh@nvidia.com> | 2016-03-17 17:47:57 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-04-20 01:25:16 +0300 |
commit | ba1800930d79c287dcef043dfc30486d168e05b8 (patch) | |
tree | 87c232729bb8305b9fb039e1aae70e69bfbfd5e8 /Documentation/devicetree/bindings/arm/omap | |
parent | f2953a461042721e9a2aca58d2b1cfc67c70d371 (diff) | |
download | linux-ba1800930d79c287dcef043dfc30486d168e05b8.tar.xz |
dt-bindings: Correct path for ARM GIC documentation
Commit eb3fcf007fff ("dt-bindings: consolidate interrupt controller
bindings") moved the binding documentation for the ARM GIC from
arm/gic.txt to interrupt-controller/arm,gic.txt. However, there are
still some binding documents referring to the old path. Update these
binding documents to use the correct location.
Fixes: eb3fcf007fff ("dt-bindings: consolidate interrupt controller bindings")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/omap')
-rw-r--r-- | Documentation/devicetree/bindings/arm/omap/crossbar.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/omap/crossbar.txt b/Documentation/devicetree/bindings/arm/omap/crossbar.txt index a9b28d74d902..bb5727ae004a 100644 --- a/Documentation/devicetree/bindings/arm/omap/crossbar.txt +++ b/Documentation/devicetree/bindings/arm/omap/crossbar.txt @@ -42,7 +42,8 @@ Examples: Consumer: ======== See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt and -Documentation/devicetree/bindings/arm/gic.txt for further details. +Documentation/devicetree/bindings/interrupt-controller/arm,gic.txt for +further details. An interrupt consumer on an SoC using crossbar will use: interrupts = <GIC_SPI request_number interrupt_level> |