Commit 472931c6 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: dts: Use simple-pm-bus for genpd for am3 l3



We can now enable simple-pm-bus to use genpd.

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 25ddbb2b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -184,11 +184,13 @@
	 * the whole bus hierarchy.
	 */
	ocp: ocp {
		compatible = "simple-bus";
		compatible = "simple-pm-bus";
		power-domains = <&prm_per>;
		clocks = <&l3_clkctrl AM3_L3_L3_MAIN_CLKCTRL 0>;
		clock-names = "fck";
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;
		ti,hwmods = "l3_main";

		l4_wkup: interconnect@44c00000 {
		};