2012-04-02 13:18:53 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2010,2011
|
|
|
|
* NVIDIA Corporation <www.nvidia.com>
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2012-04-02 13:18:53 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _ARCH_PMU_H_
|
|
|
|
#define _ARCH_PMU_H_
|
|
|
|
|
|
|
|
/* Set core and CPU voltages to nominal levels */
|
|
|
|
int pmu_set_nominal(void);
|
|
|
|
|
|
|
|
#endif /* _ARCH_PMU_H_ */
|