projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
507bc2f
)
ARM: dts: rockchip: Fix the PMU interrupt number for rv1108
author
Otavio Salvador
<otavio@ossystems.com.br>
Mon, 26 Nov 2018 17:35:03 +0000
(15:35 -0200)
committer
Heiko Stuebner
<heiko@sntech.de>
Tue, 27 Nov 2018 00:06:35 +0000
(
01:06
+0100)
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>
arch/arm/boot/dts/rv1108.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rv1108.dtsi
b/arch/arm/boot/dts/rv1108.dtsi
index 11ab86d6c4a5bb4b1f1213b5100ae68cd9f36d24..611f2fe8e56c75ce8afe54dca23759c360fb5328 100644
(file)
--- 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 {