blob: a823f0fbfc61b9d7d5632dac0b5299d47848662a [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Tom Warren13ac5442012-12-11 13:34:12 +00002/*
3 * Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
Tom Warren13ac5442012-12-11 13:34:12 +00004 */
5
6#ifndef _TEGRA30_PMU_H_
7#define _TEGRA30_PMU_H_
8
9/* Set core and CPU voltages to nominal levels */
10int pmu_set_nominal(void);
11
12#endif /* _TEGRA30_PMU_H_ */