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