From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 03:29:01 +0000 Subject: [PATCH] add lvds1024*800 --- kernel/drivers/opp/Kconfig | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/opp/Kconfig b/kernel/drivers/opp/Kconfig index a7fbb93..e8ce47b 100644 --- a/kernel/drivers/opp/Kconfig +++ b/kernel/drivers/opp/Kconfig @@ -1,7 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-only config PM_OPP bool select SRCU - ---help--- + help SOCs have a standard set of tuples consisting of frequency and voltage pairs that the device will support per voltage domain. This is called Operating Performance Point or OPP. The actual definitions @@ -10,4 +11,4 @@ OPP layer organizes the data internally using device pointers representing individual voltage domains and provides SOC implementations a ready to use framework to manage OPPs. - For more information, read <file:Documentation/power/opp.txt> + For more information, read <file:Documentation/power/opp.rst> -- Gitblit v1.6.2