Commit c955b7ae authored by Otavio Salvador's avatar Otavio Salvador Committed by Heiko Stuebner
Browse files

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



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>
parent 507bc2f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,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 {