Skip to content

Commit

Permalink
ARM: dts: imx51: Add PMU support
Browse files Browse the repository at this point in the history
Add PMU support in the device tree.

Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed Jul 12, 2018
1 parent 168a7bb commit 4b30122
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/imx51.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@
};
};

pmu: pmu {
compatible = "arm,cortex-a8-pmu";
interrupt-parent = <&tzic>;
interrupts = <77>;
};

usbphy0: usbphy0 {
compatible = "usb-nop-xceiv";
clocks = <&clks IMX5_CLK_USB_PHY_GATE>;
Expand Down

0 comments on commit 4b30122

Please sign in to comment.