projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ARM: OMAP5: Enable support for AVS0 for OMAP5 production devices
[oweals/u-boot.git]
/
arch
/
arm
/
include
/
asm
/
arch-tegra20
/
pmu.h
1
/*
2
* (C) Copyright 2010,2011
3
* NVIDIA Corporation <www.nvidia.com>
4
*
5
* SPDX-License-Identifier: GPL-2.0+
6
*/
7
8
#ifndef _ARCH_PMU_H_
9
#define _ARCH_PMU_H_
10
11
/* Set core and CPU voltages to nominal levels */
12
int pmu_set_nominal(void);
13
14
#endif /* _ARCH_PMU_H_ */