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