diff options
author | Yue Hu <huyue2@yulong.com> | 2019-07-26 14:07:47 +0800 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2019-07-26 13:25:52 +0530 |
commit | 27a84f76738cc4a9509ec9234a7021de34a88e58 (patch) | |
tree | 8f0d8c354f8cf8e4f23588d77d3925e02c92bf33 /Documentation/power | |
parent | 4527551750e85f9be9296f2b30b19bb257f342e5 (diff) | |
download | linux-27a84f76738cc4a9509ec9234a7021de34a88e58.tar.bz2 |
PM / OPP: Correct Documentation about library location
OPP library is now located in drivers/opp/ directory.
Signed-off-by: Yue Hu <huyue2@yulong.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'Documentation/power')
-rw-r--r-- | Documentation/power/opp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/opp.rst b/Documentation/power/opp.rst index b3cf1def9dee..209c7613f5a4 100644 --- a/Documentation/power/opp.rst +++ b/Documentation/power/opp.rst @@ -46,7 +46,7 @@ We can represent these as three OPPs as the following {Hz, uV} tuples: ---------------------------------------- OPP library provides a set of helper functions to organize and query the OPP -information. The library is located in drivers/base/power/opp.c and the header +information. The library is located in drivers/opp/ directory and the header is located in include/linux/pm_opp.h. OPP library can be enabled by enabling CONFIG_PM_OPP from power management menuconfig menu. OPP library depends on CONFIG_PM as certain SoCs such as Texas Instrument's OMAP framework allows to |