summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-tegra124
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2019-04-15 12:32:17 +0300
committerTom Warren <twarren@nvidia.com>2019-06-05 19:16:33 +0300
commite9c58f2bb855e02d72a003407afe49d632fd4fc5 (patch)
treeb75ee1362f8b487d7b0be34d0eabddce6ea0d791 /arch/arm/include/asm/arch-tegra124
parentbf468e5e1ae71c97f01a1ef2e97e18bd5bca40ce (diff)
downloadu-boot-e9c58f2bb855e02d72a003407afe49d632fd4fc5.tar.xz
ARM: tegra: Use common header for PMU declarations
There's no need to replicate the pmu.h header file for every Tegra SoC generation. Use a single header that is shared across generations. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/include/asm/arch-tegra124')
-rw-r--r--arch/arm/include/asm/arch-tegra124/pmu.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/include/asm/arch-tegra124/pmu.h b/arch/arm/include/asm/arch-tegra124/pmu.h
deleted file mode 100644
index c38393edef..0000000000
--- a/arch/arm/include/asm/arch-tegra124/pmu.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * (C) Copyright 2010-2013
- * NVIDIA Corporation <www.nvidia.com>
- */
-
-#ifndef _TEGRA124_PMU_H_
-#define _TEGRA124_PMU_H_
-
-/* Set core and CPU voltages to nominal levels */
-int pmu_set_nominal(void);
-
-#endif /* _TEGRA124_PMU_H_ */