1
0
Fork 0

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: d4b5c782b9 ("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>
hifive-unleashed-5.1
Stefan Wahren 2016-10-26 18:13:59 +00:00 committed by Eric Anholt
parent a6d962aeb2
commit 3435bbf28a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Required properties:
Example:
mailbox: mailbox@7e00b800 {
mailbox: mailbox@7e00b880 {
compatible = "brcm,bcm2835-mbox";
reg = <0x7e00b880 0x40>;
interrupts = <0 1>;