brintos

brintos / linux-shallow public Read only

0
0
Text · 591 B · d7c649a Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config PM_OPP3	bool4	help5	  SOCs have a standard set of tuples consisting of frequency and6	  voltage pairs that the device will support per voltage domain. This7	  is called Operating Performance Point or OPP. The actual definitions8	  of OPP varies over silicon within the same family of devices.9 10	  OPP layer organizes the data internally using device pointers11	  representing individual voltage domains and provides SOC12	  implementations a ready to use framework to manage OPPs.13	  For more information, read <file:Documentation/power/opp.rst>14