Skip to content

Commit

Permalink
ARC: HSDK: wireup perf irq
Browse files Browse the repository at this point in the history
Newer version of HSDK aka HSDK-4xD (with dual issue HS48x4 CPU) wired up
the perf interrupt, so enable that in DT.
This is OK for old HSDK where this irq is ignored because pct irq is not
wired up in hardware.

Signed-off-by: Vineet Gupta <[email protected]>
  • Loading branch information
vineetgarc committed Aug 17, 2020
1 parent feb92d7 commit fe81d92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arc/boot/dts/hsdk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@

arcpct: pct {
compatible = "snps,archs-pct";
interrupt-parent = <&cpu_intc>;
interrupts = <20>;
};

/* TIMER0 with interrupt for clockevent */
Expand Down

0 comments on commit fe81d92

Please sign in to comment.