]> git.hungrycats.org Git - linux/commit
ARM: dts: rockchip: fix rk3288 watchdog irq
authorHeiko Stuebner <heiko@sntech.de>
Fri, 19 Jun 2015 14:31:14 +0000 (16:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2015 17:10:58 +0000 (10:10 -0700)
commit83065983f6b05de0e6c83206f138989bc94d91fa
tree65a5e20fddad8a891accb6159e917a307780cfd7
parentb82505c8b7c0368a8f2dbd2559dbd358ae079aad
ARM: dts: rockchip: fix rk3288 watchdog irq

commit 1a1b698b115467242303daf5fe1d3c9886c2fa17 upstream.

The watchdog irq is actually SPI 79, which translates to the original
111 in the manual where the SPI irqs start at 32.
The current dw_wdt driver does not use the irq at all, so this issue
never surfaced. Nevertheless fix this for a time we want to use the irq.

Fixes: 2ab557b72d46 ("ARM: dts: rockchip: add core rk3288 dtsi")
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/rk3288.dtsi