diff options
author | Stephen Warren <swarren@wwwdotorg.org> | 2012-10-02 19:26:37 -0600 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-10-07 07:02:07 -0700 |
commit | 53f4035282a3396d15273e401c12d46ad0ce6728 (patch) | |
tree | ee311d97fa410420fdd6b6dbba9bbead6d155ff1 /Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt | |
parent | 6dd41a1f62ec2e780a6cc63889f4a26580ea476d (diff) | |
download | blackbird-op-linux-53f4035282a3396d15273e401c12d46ad0ce6728.tar.gz blackbird-op-linux-53f4035282a3396d15273e401c12d46ad0ce6728.zip |
ARM: bcm2835: fix typos in DT binding documentation
The compatible value shouldn't include ".txt", which was probably cut
and paste from the filename.
Reported-by: Domenico Andreoli <cavokz@gmail.com>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt b/Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt index 548892c08c59..7da578d72123 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt @@ -7,7 +7,7 @@ as "armctrl" in the SoC documentation, hence naming of this binding. Required properties: -- compatible : should be "brcm,bcm2835-armctrl-ic.txt" +- compatible : should be "brcm,bcm2835-armctrl-ic" - reg : Specifies base physical address and size of the registers. - interrupt-controller : Identifies the node as an interrupt controller - #interrupt-cells : Specifies the number of cells needed to encode an |