Skip to content

Commit

Permalink
ARM: dts: add PMU support in exynos5440
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Subash Patel authored and Kukjin Kim committed Apr 8, 2013
1 parent c038c4d commit 4c46f51
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/exynos5440.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 4c46f51

Please sign in to comment.