lkml.org 
[lkml]   [2020]   [Jan]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 054/103] arm64: dts: agilex/stratix10: fix pmu interrupt numbers
    Date
    From: Dinh Nguyen <dinguyen@kernel.org>

    [ Upstream commit 210de0e996aee8e360ccc9e173fe7f0a7ed2f695 ]

    Fix up the correct interrupt numbers for the PMU unit on Agilex
    and Stratix10.

    Fixes: 78cd6a9d8e15 ("arm64: dts: Add base stratix 10 dtsi")
    Cc: linux-stable <stable@vger.kernel.org>
    Reported-by: Meng Li <Meng.Li@windriver.com>
    Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 8 ++++----
    1 file changed, 4 insertions(+), 4 deletions(-)

    diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
    index 9a1ea8a46405..85fffe03b96b 100644
    --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
    +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
    @@ -59,10 +59,10 @@

    pmu {
    compatible = "arm,armv8-pmuv3";
    - interrupts = <0 120 8>,
    - <0 121 8>,
    - <0 122 8>,
    - <0 123 8>;
    + interrupts = <0 170 4>,
    + <0 171 4>,
    + <0 172 4>,
    + <0 173 4>;
    interrupt-affinity = <&cpu0>,
    <&cpu1>,
    <&cpu2>,
    --
    2.20.1


    \
     
     \ /
      Last update: 2020-01-22 10:42    [W:4.048 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site