ARM: dts: Configure sgx for dra7
I've tested that the interconnect target module enables and idles just fine when probed with ti-sysc with PM runtime control via sys: # echo on > $(find /sys -name control | grep \/5600) # rwmem 0x5600fe00 # OCP Revision 0x5600fe00 = 0x40000000 # echo auto > $(find /sys -name control | grep \/5600) Cc: "H. Nikolaus Schaller" <hns@goldelico.com> Cc: Robert Nelson <robertcnelson@gmail.com> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
c3fb99f46e
commit
45e118b780
|
@ -597,6 +597,24 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
target-module@56000000 {
|
||||||
|
compatible = "ti,sysc-omap4", "ti,sysc";
|
||||||
|
reg = <0x5600fe00 0x4>,
|
||||||
|
<0x5600fe10 0x4>;
|
||||||
|
reg-names = "rev", "sysc";
|
||||||
|
ti,sysc-midle = <SYSC_IDLE_FORCE>,
|
||||||
|
<SYSC_IDLE_NO>,
|
||||||
|
<SYSC_IDLE_SMART>;
|
||||||
|
ti,sysc-sidle = <SYSC_IDLE_FORCE>,
|
||||||
|
<SYSC_IDLE_NO>,
|
||||||
|
<SYSC_IDLE_SMART>;
|
||||||
|
clocks = <&gpu_clkctrl DRA7_GPU_CLKCTRL 0>;
|
||||||
|
clock-names = "fck";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
ranges = <0 0x56000000 0x2000000>;
|
||||||
|
};
|
||||||
|
|
||||||
crossbar_mpu: crossbar@4a002a48 {
|
crossbar_mpu: crossbar@4a002a48 {
|
||||||
compatible = "ti,irq-crossbar";
|
compatible = "ti,irq-crossbar";
|
||||||
reg = <0x4a002a48 0x130>;
|
reg = <0x4a002a48 0x130>;
|
||||||
|
|
Loading…
Reference in New Issue