Commit 42953e7c authored by Otavio Salvador's avatar Otavio Salvador Committed by Greg Kroah-Hartman

ARM: dts: rockchip: Fix the PMU interrupt number for rv1108

[ Upstream commit c955b7ae ]

According to the Rockchip vendor tree the PMU interrupt number is
76, so fix it accordingly.
Signed-off-by: default avatarOtavio Salvador <otavio@ossystems.com.br>
Tested-by: default avatarFabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 313f1fef
......@@ -66,7 +66,7 @@ opp-1008000000 {
arm-pmu {
compatible = "arm,cortex-a7-pmu";
interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
};
timer {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment