1
0
Fork 0

ARM: dts: socfpga: set timer interrupt to edge sensitive

Change timer interrupt to edge sensitive.

Signed-off-by: Silvan Murer <silvan.murer@gmail.com>
Reviewed-by: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
hifive-unleashed-5.1
Silvan Murer 2018-08-02 13:41:14 +02:00 committed by Dinh Nguyen
parent f20193f7c7
commit 9a8e3cfd34
1 changed files with 1 additions and 1 deletions

View File

@ -760,7 +760,7 @@
timer@ffffc600 {
compatible = "arm,cortex-a9-twd-timer";
reg = <0xffffc600 0x100>;
interrupts = <1 13 0xf04>;
interrupts = <1 13 0xf01>;
clocks = <&mpu_periph_clk>;
};