]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: rockchip: Fix the PMU interrupt number for rv1108
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 26 Nov 2018 17:35:03 +0000 (15:35 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Dec 2019 07:51:50 +0000 (08:51 +0100)
[ Upstream commit c955b7aec510145129ca7aaea6ecbf6d748f5ebf ]

According to the Rockchip vendor tree the PMU interrupt number is
76, so fix it accordingly.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Tested-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/rv1108.dtsi

index ed8f6ca52c5bc979777aa54a6d2e011593c9f92f..4090ad2619ffbdf7255697a7d3d8bf93e047ddd4 100644 (file)
@@ -66,7 +66,7 @@
 
        arm-pmu {
                compatible = "arm,cortex-a7-pmu";
-               interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
+               interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
        };
 
        timer {