Commit e1808879 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: dts: Configure simple-pm-bus for omap5 l3



We can now probe interconnects with device tree only configuration using
simple-pm-bus and genpd.

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent abd1d31d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -142,7 +142,11 @@
	 * hierarchy.
	 */
	ocp {
		compatible = "simple-bus";
		compatible = "simple-pm-bus";
		power-domains = <&prm_core>;
		clocks = <&l3main1_clkctrl OMAP5_L3_MAIN_1_CLKCTRL 0>,
			 <&l3main2_clkctrl OMAP5_L3_MAIN_2_CLKCTRL 0>,
			 <&l3instr_clkctrl OMAP5_L3_MAIN_3_CLKCTRL 0>;
		#address-cells = <1>;
		#size-cells = <1>;
		ranges = <0 0 0 0xc0000000>;