diff options
author | Tony Lindgren <tony@atomide.com> | 2019-03-22 15:49:30 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-04-01 16:38:38 +0200 |
commit | 386cb76681ca6248878c7b76d3d5aa0e8b8a07bb (patch) | |
tree | 73aadd61b4c5deb9a927c684b9d25a00c59dbaa0 /Documentation | |
parent | bus: ti-sysc: Fix sysc_unprepare() when no clocks have been allocated (diff) | |
download | linux-386cb76681ca6248878c7b76d3d5aa0e8b8a07bb.tar.xz linux-386cb76681ca6248878c7b76d3d5aa0e8b8a07bb.zip |
bus: ti-sysc: Handle missed no-idle property in addition to no-idle-on-init
We have ti,no-idle in use in addition to ti,no-idle-on-init but we're
missing handling for it in the ti-sysc interconnect target module driver.
Let's also group the idle defines together and update the binding
documentation for it.
Cc: devicetree@vger.kernel.org
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/bus/ti-sysc.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/bus/ti-sysc.txt b/Documentation/devicetree/bindings/bus/ti-sysc.txt index 85a23f551f02..f200f45572ae 100644 --- a/Documentation/devicetree/bindings/bus/ti-sysc.txt +++ b/Documentation/devicetree/bindings/bus/ti-sysc.txt @@ -94,6 +94,8 @@ Optional properties: - ti,no-idle-on-init interconnect target module should not be idled at init +- ti,no-idle interconnect target module should not be idled + Example: Single instance of MUSB controller on omap4 using interconnect ranges using offsets from l4_cfg second segment (0x4a000000 + 0x80000 = 0x4a0ab000): |