Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@

		vchiq: mailbox@7e00b840 {
			compatible = "brcm,bcm2835-vchiq";
			reg = <0x7e00b840 0xf>;
			reg = <0x7e00b840 0x3c>;
			interrupts = <0 2>;
		};
	};