summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/bcm283x.dtsi
diff options
context:
space:
mode:
authorStefan Wahren2016-10-30 18:22:19 +0100
committerEric Anholt2016-10-31 19:02:49 +0100
commit7d891a685dd46b925cf25b74ada0280a2531c34f (patch)
tree0567521e9df042445b81fe486984a73caf7a7e27 /arch/arm/boot/dts/bcm283x.dtsi
parentDT: binding: bcm2835-mbox: fix address typo in example (diff)
downloadkernel-qcow2-linux-7d891a685dd46b925cf25b74ada0280a2531c34f.tar.gz
kernel-qcow2-linux-7d891a685dd46b925cf25b74ada0280a2531c34f.tar.xz
kernel-qcow2-linux-7d891a685dd46b925cf25b74ada0280a2531c34f.zip
ARM: dts: bcm283x: fix typo in mailbox address
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>
Diffstat (limited to 'arch/arm/boot/dts/bcm283x.dtsi')
-rw-r--r--arch/arm/boot/dts/bcm283x.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi
index 2123d0eb1890..eae6ab88d1a6 100644
--- a/arch/arm/boot/dts/bcm283x.dtsi
+++ b/arch/arm/boot/dts/bcm283x.dtsi
@@ -104,7 +104,7 @@
reg = <0x7e104000 0x10>;
};
- mailbox: mailbox@7e00b800 {
+ mailbox: mailbox@7e00b880 {
compatible = "brcm,bcm2835-mbox";
reg = <0x7e00b880 0x40>;
interrupts = <0 1>;