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