Skip to content

Commit

Permalink
h8300: fix IRQ no
Browse files Browse the repository at this point in the history
Old timer handler use 24 (Compare match A).
But current timer handler use 26 (Overflow).

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
  • Loading branch information
Yoshinori Sato committed Aug 22, 2018
1 parent 7b291be commit 4bdf61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/h8300/boot/dts/h8300h_sim.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 4bdf61c

Please sign in to comment.