Commit 3435bbf2 authored by Stefan Wahren's avatar Stefan Wahren Committed by Eric Anholt

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: default avatarStefan Wahren <stefan.wahren@i2se.com>
Fixes: d4b5c782 ("dt/bindings: Add binding for the BCM2835 mailbox driver")
Acked-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent a6d962ae
......@@ -12,7 +12,7 @@ Required properties:
Example:
mailbox: mailbox@7e00b800 {
mailbox: mailbox@7e00b880 {
compatible = "brcm,bcm2835-mbox";
reg = <0x7e00b880 0x40>;
interrupts = <0 1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment