h8300: fix IRQ no
authorYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 11 Jul 2018 09:39:09 +0000 (18:39 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 22 Aug 2018 10:14:23 +0000 (19:14 +0900)
Old timer handler use 24 (Compare match A).
But current timer handler use 26 (Overflow).

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
arch/h8300/boot/dts/h8300h_sim.dts

index f1c31ce..595398b 100644 (file)
@@ -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";