lkml.org 
[lkml]   [2020]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 064/639] ARM: dts: bcm283x: Correct mailbox register sizes
    Date
    From: Phil Elwell <phil@raspberrypi.org>

    [ Upstream commit 227fa865061470a568858baa404a508f6c030fe4 ]

    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>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm/boot/dts/bcm2835-rpi.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi
    index cb2d6d78a7fbf..c481eab1bd7c0 100644
    --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi
    +++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi
    @@ -32,7 +32,7 @@

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


    \
     
     \ /
      Last update: 2020-01-24 12:03    [W:4.127 / U:0.404 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site