Files
kernel_common_drivers/drivers/cpufreq/main.h
T
Xingxing Wang 6afb050abf cpufreq: dvfs bringup of s7 [1/1]
PD#SWPL-152425

Problem:
s7 dvfs bringup

Solution:
use dvfs v2 to bringup s7

Verify:
s7 skt

Change-Id: Ic1499df11129da0b553d565c165bddffcb53acf8
Signed-off-by: Xingxing Wang <xingxing.wang@amlogic.com>
2024-01-22 12:48:45 +08:00

14 lines
321 B
C

/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
*/
#ifndef _AML_CPUFREQ_H__
#define _AML_CPUFREQ_H__
int aml_cpufreq_v1_init(void);
void aml_cpufreq_v1_exit(void);
int aml_cpufreq_v2_init(void);
void aml_cpufreq_v2_exit(void);
#endif /* _AML_CPUFREQ_H__ */