Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

+4 -2
+4 -2
arch/arm/boot/dts/dra7.dtsi
··· 132 132 * hierarchy. 133 133 */ 134 134 ocp: ocp { 135 - compatible = "simple-bus"; 135 + compatible = "simple-pm-bus"; 136 + power-domains = <&prm_core>; 137 + clocks = <&l3main1_clkctrl DRA7_L3MAIN1_L3_MAIN_1_CLKCTRL 0>, 138 + <&l3instr_clkctrl DRA7_L3INSTR_L3_MAIN_2_CLKCTRL 0>; 136 139 #address-cells = <1>; 137 140 #size-cells = <1>; 138 141 ranges = <0x0 0x0 0x0 0xc0000000>; 139 142 dma-ranges = <0x80000000 0x0 0x80000000 0x80000000>; 140 - ti,hwmods = "l3_main_1", "l3_main_2"; 141 143 142 144 l3-noc@44000000 { 143 145 compatible = "ti,dra7-l3-noc";