Skip to content

Commit

Permalink
ARM: dts: imx6q: add PMU
Browse files Browse the repository at this point in the history
Add ARM Cortex A9 Performance Monitor Unit (PMU) support.
On i.MX6 a combined interrupt on hardware line #126 is used
(i.MX6 TRM: Performance Unit interrupt).

For more details see Documentation/devicetree/bindings/arm/pmu.txt

Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Dirk Behme authored and Shawn Guo committed Apr 9, 2013
1 parent 8b9ad9f commit 218abe6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/imx6qdl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@
cache-level = <2>;
};

pmu {
compatible = "arm,cortex-a9-pmu";
interrupts = <0 94 0x04>;
};

aips-bus@02000000 { /* AIPS1 */
compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>;
Expand Down

0 comments on commit 218abe6

Please sign in to comment.