.. | .. |
---|
38 | 38 | "ti,sysc-dra7-mcasp" |
---|
39 | 39 | "ti,sysc-usb-host-fs" |
---|
40 | 40 | "ti,sysc-dra7-mcan" |
---|
| 41 | + "ti,sysc-pruss" |
---|
41 | 42 | |
---|
42 | 43 | - reg shall have register areas implemented for the interconnect |
---|
43 | 44 | target module in question such as revision, sysc and syss |
---|
.. | .. |
---|
94 | 95 | |
---|
95 | 96 | - ti,no-idle-on-init interconnect target module should not be idled at init |
---|
96 | 97 | |
---|
| 98 | +- ti,no-idle interconnect target module should not be idled |
---|
| 99 | + |
---|
97 | 100 | Example: Single instance of MUSB controller on omap4 using interconnect ranges |
---|
98 | 101 | using offsets from l4_cfg second segment (0x4a000000 + 0x80000 = 0x4a0ab000): |
---|
99 | 102 | |
---|
.. | .. |
---|
131 | 134 | }; |
---|
132 | 135 | }; |
---|
133 | 136 | |
---|
134 | | -Note that other SoCs, such as am335x can have multipe child devices. On am335x |
---|
| 137 | +Note that other SoCs, such as am335x can have multiple child devices. On am335x |
---|
135 | 138 | there are two MUSB instances, two USB PHY instances, and a single CPPI41 DMA |
---|
136 | | -instance as children of a single interconnet target module. |
---|
| 139 | +instance as children of a single interconnect target module. |
---|