forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/bus/ti-sysc.txt
....@@ -38,6 +38,7 @@
3838 "ti,sysc-dra7-mcasp"
3939 "ti,sysc-usb-host-fs"
4040 "ti,sysc-dra7-mcan"
41
+ "ti,sysc-pruss"
4142
4243 - reg shall have register areas implemented for the interconnect
4344 target module in question such as revision, sysc and syss
....@@ -94,6 +95,8 @@
9495
9596 - ti,no-idle-on-init interconnect target module should not be idled at init
9697
98
+- ti,no-idle interconnect target module should not be idled
99
+
97100 Example: Single instance of MUSB controller on omap4 using interconnect ranges
98101 using offsets from l4_cfg second segment (0x4a000000 + 0x80000 = 0x4a0ab000):
99102
....@@ -131,6 +134,6 @@
131134 };
132135 };
133136
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
135138 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.