lkml.org 
[lkml]   [2021]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 2/2] riscv: dts: microchip: Fix wrong interrupt numbers of DMA
    Date
    From: Bin Meng <bin.meng@windriver.com>

    Per chapter 5.2.2, interrupt sources in the PolarFire MSS doc [1],
    the correct interrupt numbers for DMA are <5,6,...,12>.

    [1] https://www.microsemi.com/document-portal/doc_download/
    1245725-polarfire-soc-fpga-mss-technical-reference-manual

    Fixes: 0fa6107eca41 ("RISC-V: Initial DTS for Microchip ICICLE board")
    Signed-off-by: Bin Meng <bin.meng@windriver.com>
    ---

    arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi b/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi
    index ee54878b3f89..a00d9dc560d3 100644
    --- a/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi
    +++ b/arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi
    @@ -182,7 +182,7 @@ dma@3000000 {
    compatible = "sifive,fu540-c000-pdma";
    reg = <0x0 0x3000000 0x0 0x8000>;
    interrupt-parent = <&plic>;
    - interrupts = <23 24 25 26 27 28 29 30>;
    + interrupts = <5 6 7 8 9 10 11 12>;
    #dma-cells = <1>;
    };

    --
    2.25.1
    \
     
     \ /
      Last update: 2021-06-16 08:03    [W:3.433 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site