Commit 4bdf61cc authored by Yoshinori Sato's avatar Yoshinori Sato

h8300: fix IRQ no

Old timer handler use 24 (Compare match A).
But current timer handler use 26 (Overflow).
Signed-off-by: default avatarYoshinori Sato <ysato@users.sourceforge.jp>
parent 7b291be8
......@@ -73,7 +73,7 @@ timer8: timer@ffff80 {
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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment