Skip to content

Commit

Permalink
ARC: HSDK: wireup perf irq
Browse files Browse the repository at this point in the history
[ Upstream commit fe81d927b78c4f0557836661d32e41ebc957b024 ]

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]>
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
vineetgarc authored and gregkh committed Sep 17, 2020
1 parent d2dd6d5 commit 281c6d2
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 @@ -83,6 +83,8 @@

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

/* TIMER0 with interrupt for clockevent */
Expand Down

0 comments on commit 281c6d2

Please sign in to comment.