Skip to content

Commit

Permalink
dts: arm: qemu-virt: Modify timer interrupt to be level-sensitive
Browse files Browse the repository at this point in the history
The interrupts generated by the generic timer behave in
a level-sensitive manner. Change the DT to reflect the same.

Fixes: #25585

Signed-off-by: Abhishek Shah <abhishek.shah@broadcom.com>
  • Loading branch information
Abhishek-brcm authored and carlescufi committed May 26, 2020
1 parent 3a91f35 commit 681a42f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dts/arm/qemu-virt/qemu-virt-a53.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@

arch_timer: timer {
compatible = "arm,arm-timer";
interrupts = <GIC_PPI 13 IRQ_TYPE_EDGE
interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL
IRQ_DEFAULT_PRIORITY>,
<GIC_PPI 14 IRQ_TYPE_EDGE
<GIC_PPI 14 IRQ_TYPE_LEVEL
IRQ_DEFAULT_PRIORITY>,
<GIC_PPI 11 IRQ_TYPE_EDGE
<GIC_PPI 11 IRQ_TYPE_LEVEL
IRQ_DEFAULT_PRIORITY>,
<GIC_PPI 10 IRQ_TYPE_EDGE
<GIC_PPI 10 IRQ_TYPE_LEVEL
IRQ_DEFAULT_PRIORITY>;
label = "arch_timer";
};
Expand Down

0 comments on commit 681a42f

Please sign in to comment.