lkml.org 
[lkml]   [2020]   [Jun]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 069/131] ARM: dts: NSP: Correct FA2 mailbox node
    Date
    From: Matthew Hagan <mnhagan88@gmail.com>

    [ Upstream commit ac4e106d8934a5894811fc263f4b03fc8ed0fb7a ]

    The FA2 mailbox is specified at 0x18025000 but should actually be
    0x18025c00, length 0x400 according to socregs_nsp.h and board_bu.c. Also
    the interrupt was off by one and should be GIC SPI 151 instead of 150.

    Fixes: 17d517172300 ("ARM: dts: NSP: Add mailbox (PDC) to NSP")
    Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
    Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm/boot/dts/bcm-nsp.dtsi | 6 +++---
    1 file changed, 3 insertions(+), 3 deletions(-)

    diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
    index 2b219addeb449..273a316045798 100644
    --- a/arch/arm/boot/dts/bcm-nsp.dtsi
    +++ b/arch/arm/boot/dts/bcm-nsp.dtsi
    @@ -249,10 +249,10 @@
    status = "disabled";
    };

    - mailbox: mailbox@25000 {
    + mailbox: mailbox@25c00 {
    compatible = "brcm,iproc-fa2-mbox";
    - reg = <0x25000 0x445>;
    - interrupts = <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
    + reg = <0x25c00 0x400>;
    + interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>;
    #mbox-cells = <1>;
    brcm,rx-status-len = <32>;
    brcm,use-bcm-hdr;
    --
    2.25.1
    \
     
     \ /
      Last update: 2020-06-29 22:13    [W:4.049 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site