diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2016-10-26 21:13:59 +0300 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-10-31 21:02:25 +0300 |
commit | 3435bbf28ae3b10c403bec4b042d4a17e3c44052 (patch) | |
tree | 3e4774cb5d85e545bd9a342cb9fc7147bde57ab8 /Documentation/devicetree/bindings/mailbox | |
parent | a6d962aeb22fbf73c023334bdf55dc45c9fd7dba (diff) | |
download | linux-3435bbf28ae3b10c403bec4b042d4a17e3c44052.tar.xz |
DT: binding: bcm2835-mbox: fix address typo in example
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>
Diffstat (limited to 'Documentation/devicetree/bindings/mailbox')
-rw-r--r-- | Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt b/Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt index e893615ef635..b48d7d30012c 100644 --- a/Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt +++ b/Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt @@ -12,7 +12,7 @@ Required properties: Example: -mailbox: mailbox@7e00b800 { +mailbox: mailbox@7e00b880 { compatible = "brcm,bcm2835-mbox"; reg = <0x7e00b880 0x40>; interrupts = <0 1>; |