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

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



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

Tested-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent e93e4104
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -132,12 +132,14 @@
	 * hierarchy.
	 */
	ocp: ocp {
		compatible = "simple-bus";
		compatible = "simple-pm-bus";
		power-domains = <&prm_core>;
		clocks = <&l3main1_clkctrl DRA7_L3MAIN1_L3_MAIN_1_CLKCTRL 0>,
			 <&l3instr_clkctrl DRA7_L3INSTR_L3_MAIN_2_CLKCTRL 0>;
		#address-cells = <1>;
		#size-cells = <1>;
		ranges = <0x0 0x0 0x0 0xc0000000>;
		dma-ranges = <0x80000000 0x0 0x80000000 0x80000000>;
		ti,hwmods = "l3_main_1", "l3_main_2";

		l3-noc@44000000 {
			compatible = "ti,dra7-l3-noc";