Commit 97136d1e authored by Stefan Wahren's avatar Stefan Wahren Committed by Greg Kroah-Hartman

ARM: dts: bcm283x: fix typo in mailbox address

commit 7d891a68 upstream.

The address of the mailbox node in the bcm283x.dtsi also has a typo.
So fix it accordingly.
Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: default avatarAndreas Färber <afaerber@suse.de>
Fixes: 05b682b7 ("ARM: bcm2835: dt: Add the mailbox to the device tree")
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 03f5be20
......@@ -104,7 +104,7 @@ rng@7e104000 {
reg = <0x7e104000 0x10>;
};
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