projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e999c7
)
arm64: dts: apm: Fix timer interrupt polarity for X-Gene 2 SoC
author
Duc Dang
<dhdang@apm.com>
Tue, 21 Jun 2016 01:26:35 +0000
(18:26 -0700)
committer
Duc Dang
<dhdang@apm.com>
Tue, 21 Jun 2016 01:26:35 +0000
(18:26 -0700)
Correct X-Gene 2 timer interrupt polarity as low-level triggered.
Signed-off-by: Duc Dang <dhdang@apm.com>
arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
index e5ced2acb4461276802f7bd8547b2168e20f61c5..21028b145d91826bb53c7118f421801fab7c2b15 100644
(file)
--- a/
arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
+++ b/
arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
@@
-198,10
+198,10
@@
timer {
compatible = "arm,armv8-timer";
- interrupts = <1 0 0xff0
4
>, /* Secure Phys IRQ */
- <1 13 0xff0
4
>, /* Non-secure Phys IRQ */
- <1 14 0xff0
4
>, /* Virt IRQ */
- <1 15 0xff0
4
>; /* Hyp IRQ */
+ interrupts = <1 0 0xff0
8
>, /* Secure Phys IRQ */
+ <1 13 0xff0
8
>, /* Non-secure Phys IRQ */
+ <1 14 0xff0
8
>, /* Virt IRQ */
+ <1 15 0xff0
8
>; /* Hyp IRQ */
clock-frequency = <50000000>;
};