diff options
Diffstat (limited to 'Documentation/power/opp.txt')
-rw-r--r-- | Documentation/power/opp.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/power/opp.txt b/Documentation/power/opp.txt index a9adad828cdc..c6279c2be47c 100644 --- a/Documentation/power/opp.txt +++ b/Documentation/power/opp.txt | |||
@@ -51,9 +51,6 @@ Typical usage of the OPP library is as follows: | |||
51 | SoC framework -> modifies on required cases certain OPPs -> OPP layer | 51 | SoC framework -> modifies on required cases certain OPPs -> OPP layer |
52 | -> queries to search/retrieve information -> | 52 | -> queries to search/retrieve information -> |
53 | 53 | ||
54 | Architectures that provide a SoC framework for OPP should select ARCH_HAS_OPP | ||
55 | to make the OPP layer available. | ||
56 | |||
57 | OPP layer expects each domain to be represented by a unique device pointer. SoC | 54 | OPP layer expects each domain to be represented by a unique device pointer. SoC |
58 | framework registers a set of initial OPPs per device with the OPP layer. This | 55 | framework registers a set of initial OPPs per device with the OPP layer. This |
59 | list is expected to be an optimally small number typically around 5 per device. | 56 | list is expected to be an optimally small number typically around 5 per device. |