xref: /openbmc/u-boot/arch/arm/include/asm/arch-tegra30/pmu.h (revision 9ab403d0dd3c88370612c97f8c4cb88199302833)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2010-2012, NVIDIA CORPORATION.  All rights reserved.
4  */
5 
6 #ifndef _TEGRA30_PMU_H_
7 #define _TEGRA30_PMU_H_
8 
9 /* Set core and CPU voltages to nominal levels */
10 int pmu_set_nominal(void);
11 
12 #endif	/* _TEGRA30_PMU_H_ */
13