]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: bcm283x: fix typo in mailbox address
authorStefan Wahren <stefan.wahren@i2se.com>
Sun, 30 Oct 2016 17:22:19 +0000 (17:22 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Jan 2017 07:24:36 +0000 (08:24 +0100)
commit 7d891a685dd46b925cf25b74ada0280a2531c34f upstream.

The address of the mailbox node in the bcm283x.dtsi also has a typo.
So fix it accordingly.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Fixes: 05b682b7a3b2 ("ARM: bcm2835: dt: Add the mailbox to the device tree")
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/bcm283x.dtsi

index 46d46d894a441d69dcf784fb2cf54d4d72038aa0..74dd21b7373c7564ede01d84a4f63b93a6d52fa7 100644 (file)
                        reg = <0x7e104000 0x10>;
                };
 
-               mailbox: mailbox@7e00b800 {
+               mailbox: mailbox@7e00b880 {
                        compatible = "brcm,bcm2835-mbox";
                        reg = <0x7e00b880 0x40>;
                        interrupts = <0 1>;