Skip to content

Commit

Permalink
Merge branch 'zynq/core' of git://git.xilinx.com/linux-xlnx into next/dt
Browse files Browse the repository at this point in the history
From Michal Simek <michal.simek@xilinx.com>:

It enables pmu support for zynq.
* 'zynq/core' of git://git.xilinx.com/linux-xlnx:
  arm: zynq: Add support for pmu

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Arnd Bergmann committed Apr 8, 2013
2 parents 39cd0fb + 268a820 commit 9c23ad0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/zynq-7000.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
/ {
compatible = "xlnx,zynq-7000";

pmu {
compatible = "arm,cortex-a9-pmu";
interrupts = <0 5 4>, <0 6 4>;
interrupt-parent = <&intc>;
reg = < 0xf8891000 0x1000 0xf8893000 0x1000 >;
};

amba {
compatible = "simple-bus";
#address-cells = <1>;
Expand Down

0 comments on commit 9c23ad0

Please sign in to comment.