]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
DT: binding: bcm2835-mbox: fix address typo in example
authorStefan Wahren <stefan.wahren@i2se.com>
Wed, 26 Oct 2016 18:13:59 +0000 (18:13 +0000)
committerEric Anholt <eric@anholt.net>
Mon, 31 Oct 2016 18:02:25 +0000 (11:02 -0700)
The address of the mailbox node in the example has a typo.
So fix it accordingly.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Fixes: d4b5c782b9f4 ("dt/bindings: Add binding for the BCM2835 mailbox driver")
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Eric Anholt <eric@anholt.net>
Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt

index e893615ef63570a4fdf4f04b2d4f1cd95ac81279..b48d7d30012cbc000aea6536065fd3e24dc846d9 100644 (file)
@@ -12,7 +12,7 @@ Required properties:
 
 Example:
 
-mailbox: mailbox@7e00b800 {
+mailbox: mailbox@7e00b880 {
        compatible = "brcm,bcm2835-mbox";
        reg = <0x7e00b880 0x40>;
        interrupts = <0 1>;