mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-13 20:42:07 -04:00
arm: dts: mt7623: add a performance counter unit device node
Add ARM PMU device node to enable hardware perf events. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
committed by
Matthias Brugger
parent
5b394b2ddf
commit
266c820f30
@@ -121,6 +121,15 @@ cpu3: cpu@3 {
|
||||
};
|
||||
};
|
||||
|
||||
pmu {
|
||||
compatible = "arm,cortex-a7-pmu";
|
||||
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_LOW>,
|
||||
<GIC_SPI 5 IRQ_TYPE_LEVEL_LOW>,
|
||||
<GIC_SPI 6 IRQ_TYPE_LEVEL_LOW>,
|
||||
<GIC_SPI 7 IRQ_TYPE_LEVEL_LOW>;
|
||||
interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
|
||||
};
|
||||
|
||||
system_clk: dummy13m {
|
||||
compatible = "fixed-clock";
|
||||
clock-frequency = <13000000>;
|
||||
|
||||
Reference in New Issue
Block a user