Commit 227fa865 authored by Phil Elwell's avatar Phil Elwell Committed by Stefan Wahren

ARM: dts: bcm283x: Correct mailbox register sizes

The size field in a Device Tree "reg" property is encoded in bytes, not
words.

Fixes: 614fa221 ("ARM: dts: bcm2835: Add VCHIQ node to the Raspberry Pi boards. (v3)")
Signed-off-by: default avatarPhil Elwell <phil@raspberrypi.org>
Acked-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
parent 499770ed
...@@ -32,7 +32,7 @@ power: power { ...@@ -32,7 +32,7 @@ power: power {
vchiq: mailbox@7e00b840 { vchiq: mailbox@7e00b840 {
compatible = "brcm,bcm2835-vchiq"; compatible = "brcm,bcm2835-vchiq";
reg = <0x7e00b840 0xf>; reg = <0x7e00b840 0x3c>;
interrupts = <0 2>; interrupts = <0 2>;
}; };
}; };
......
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