xref: /openbmc/u-boot/arch/arm/include/asm/arch-tegra124/pmu.h (revision 9ab403d0dd3c88370612c97f8c4cb88199302833)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2010-2013
4  * NVIDIA Corporation <www.nvidia.com>
5  */
6 
7 #ifndef _TEGRA124_PMU_H_
8 #define _TEGRA124_PMU_H_
9 
10 /* Set core and CPU voltages to nominal levels */
11 int pmu_set_nominal(void);
12 
13 #endif	/* _TEGRA124_PMU_H_ */
14