ARM: dts: bcm283x: Correct mailbox register sizes
authorPhil Elwell <phil@raspberrypi.org>
Mon, 17 Sep 2018 08:22:24 +0000 (09:22 +0100)
committerStefan Wahren <stefan.wahren@i2se.com>
Tue, 6 Nov 2018 17:50:46 +0000 (18:50 +0100)
The size field in a Device Tree "reg" property is encoded in bytes, not
words.

Fixes: 614fa22119d6 ("ARM: dts: bcm2835: Add VCHIQ node to the Raspberry Pi boards. (v3)")
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
arch/arm/boot/dts/bcm2835-rpi.dtsi

index 215d8cc4f96b34f8215ae7804a18b2feb55738ce..29f970f864dc1d42a7fb9204cae7e649c1c68560 100644 (file)
@@ -32,7 +32,7 @@
 
                vchiq: mailbox@7e00b840 {
                        compatible = "brcm,bcm2835-vchiq";
-                       reg = <0x7e00b840 0xf>;
+                       reg = <0x7e00b840 0x3c>;
                        interrupts = <0 2>;
                };
        };