Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stefan Wahren and committed by
Eric Anholt
3435bbf2 a6d962ae

+1 -1
+1 -1
Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt
··· 12 12 13 13 Example: 14 14 15 - mailbox: mailbox@7e00b800 { 15 + mailbox: mailbox@7e00b880 { 16 16 compatible = "brcm,bcm2835-mbox"; 17 17 reg = <0x7e00b880 0x40>; 18 18 interrupts = <0 1>;