Skip to content

Commit fe81d92

Browse files
committed
ARC: HSDK: wireup perf irq
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 <vgupta@synopsys.com>
1 parent feb92d7 commit fe81d92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arc/boot/dts/hsdk.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888

8989
arcpct: pct {
9090
compatible = "snps,archs-pct";
91+
interrupt-parent = <&cpu_intc>;
92+
interrupts = <20>;
9193
};
9294

9395
/* TIMER0 with interrupt for clockevent */

0 commit comments

Comments
 (0)