summaryrefslogtreecommitdiffstats
path: root/arch/h8300
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2018-07-11 18:39:09 +0900
committerYoshinori Sato <ysato@users.sourceforge.jp>2018-08-22 19:14:23 +0900
commit4bdf61ccbe76ee0c14bf228e7277072179b36ba3 (patch)
tree0b8e5af0cfbf0384f0d119e0c428b33eb86a0e68 /arch/h8300
parent7b291be81fde312868b9fd2f6a0419b76737f230 (diff)
downloadlinux-0-day-4bdf61ccbe76ee0c14bf228e7277072179b36ba3.tar.gz
linux-0-day-4bdf61ccbe76ee0c14bf228e7277072179b36ba3.tar.xz
h8300: fix IRQ no
Old timer handler use 24 (Compare match A). But current timer handler use 26 (Overflow). Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/h8300')
-rw-r--r--arch/h8300/boot/dts/h8300h_sim.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/boot/dts/h8300h_sim.dts b/arch/h8300/boot/dts/h8300h_sim.dts
index f1c31cecdec8a..595398b9d0180 100644
--- a/arch/h8300/boot/dts/h8300h_sim.dts
+++ b/arch/h8300/boot/dts/h8300h_sim.dts
@@ -73,7 +73,7 @@
timer16: timer@ffff68 {
compatible = "renesas,16bit-timer";
reg = <0xffff68 8>, <0xffff60 8>;
- interrupts = <24 0>;
+ interrupts = <26 0>;
renesas,channel = <0>;
clocks = <&fclk>;
clock-names = "fck";