Skip to content

Commit

Permalink
ARM: dts: i.MX53: add pmu node
Browse files Browse the repository at this point in the history
The i.MX53 has a Cortex-A8 Performance Monitor Unit.

Add it to the dtsi.

Signed-off-by: Steffen Trumtrar <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
strumtrar authored and Shawn Guo committed Sep 16, 2014
1 parent 7881fb3 commit 49bdf58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/imx53.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -747,5 +747,10 @@
reg = <0xf8000000 0x20000>;
clocks = <&clks IMX5_CLK_OCRAM>;
};

pmu {
compatible = "arm,cortex-a8-pmu";
interrupts = <77>;
};
};
};

0 comments on commit 49bdf58

Please sign in to comment.