blob: 6ea36aa4187621755d82db9c0eeb9b7f8775f5a9 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Tom Warrenf80dd822015-02-02 13:22:29 -07002/*
3 * (C) Copyright 2010-2015
4 * NVIDIA Corporation <www.nvidia.com>
Tom Warrenf80dd822015-02-02 13:22:29 -07005 */
6
7#ifndef _TEGRA210_PMU_H_
8#define _TEGRA210_PMU_H_
9
10/* Set core and CPU voltages to nominal levels */
11int pmu_set_nominal(void);
12
13#endif /* _TEGRA210_PMU_H_ */