summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-tegra124/powergate.h
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-12-09 22:25:08 -0700
committerTom Warren <twarren@nvidia.com>2014-12-18 13:19:20 -0700
commit48510c089b18482de36210ec3f70d8908e8daf90 (patch)
tree8be088b059928ecb53a2040642047fea0f7d43c7 /arch/arm/include/asm/arch-tegra124/powergate.h
parent59cb3bf4c6d87448b4fb4e0fd386ac6d170a19b6 (diff)
downloadtalos-obmc-uboot-48510c089b18482de36210ec3f70d8908e8daf90.tar.gz
talos-obmc-uboot-48510c089b18482de36210ec3f70d8908e8daf90.zip
ARM: tegra: Implement powergate support
Implement the powergate API that allows various power partitions to be power up and down. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/include/asm/arch-tegra124/powergate.h')
-rw-r--r--arch/arm/include/asm/arch-tegra124/powergate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-tegra124/powergate.h b/arch/arm/include/asm/arch-tegra124/powergate.h
new file mode 100644
index 0000000000..8a0cfbaf96
--- /dev/null
+++ b/arch/arm/include/asm/arch-tegra124/powergate.h
@@ -0,0 +1,6 @@
+#ifndef _TEGRA124_POWERGATE_H_
+#define _TEGRA124_POWERGATE_H_
+
+#include <asm/arch-tegra/powergate.h>
+
+#endif /* _TEGRA124_POWERGATE_H_ */
OpenPOWER on IntegriCloud