forked from Minki/linux
ARM: dts: add PMU support in exynos5440
PMU in exynos5440 generates one interrupt per core and needs to be passed from DT to GIC to register it. Signed-off-by: Subash Patel <subash.rp@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
c038c4d8a5
commit
4c46f51a10
@ -55,6 +55,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
arm-pmu {
|
||||
compatible = "arm,cortex-a15-pmu", "arm,cortex-a9-pmu";
|
||||
interrupts = <0 52 4>,
|
||||
<0 53 4>,
|
||||
<0 54 4>,
|
||||
<0 55 4>;
|
||||
};
|
||||
|
||||
timer {
|
||||
compatible = "arm,cortex-a15-timer",
|
||||
"arm,armv7-timer";
|
||||
|
Loading…
Reference in New Issue
Block a user