Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
arch/h8300/boot/dts/h8300h_sim.dts
··· 73 73 timer16: timer@ffff68 { 74 74 compatible = "renesas,16bit-timer"; 75 75 reg = <0xffff68 8>, <0xffff60 8>; 76 - interrupts = <24 0>; 76 + interrupts = <26 0>; 77 77 renesas,channel = <0>; 78 78 clocks = <&fclk>; 79 79 clock-names = "fck";