diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-11-26 18:35:03 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-11-27 01:06:35 +0100 |
commit | c955b7aec510145129ca7aaea6ecbf6d748f5ebf (patch) | |
tree | d68290a419e2884fad78b2fcc88c63027518def6 /arch/arm/boot/dts/rv1108.dtsi | |
parent | ARM: dts: rockchip: Pass the 'arm,cpu-registers-not-fw-configured' property o... (diff) | |
download | linux-c955b7aec510145129ca7aaea6ecbf6d748f5ebf.tar.xz linux-c955b7aec510145129ca7aaea6ecbf6d748f5ebf.zip |
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: Otavio Salvador <otavio@ossystems.com.br>
Tested-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rv1108.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rv1108.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108.dtsi index 11ab86d6c4a5..611f2fe8e56c 100644 --- a/arch/arm/boot/dts/rv1108.dtsi +++ b/arch/arm/boot/dts/rv1108.dtsi @@ -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 { |