diff options
author | Thierry Reding <treding@nvidia.com> | 2014-12-09 22:25:08 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2014-12-18 13:19:20 -0700 |
commit | 48510c089b18482de36210ec3f70d8908e8daf90 (patch) | |
tree | 8be088b059928ecb53a2040642047fea0f7d43c7 /arch/arm/include/asm/arch-tegra30/powergate.h | |
parent | 59cb3bf4c6d87448b4fb4e0fd386ac6d170a19b6 (diff) | |
download | u-boot-imx-48510c089b18482de36210ec3f70d8908e8daf90.zip u-boot-imx-48510c089b18482de36210ec3f70d8908e8daf90.tar.gz u-boot-imx-48510c089b18482de36210ec3f70d8908e8daf90.tar.bz2 |
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-tegra30/powergate.h')
-rw-r--r-- | arch/arm/include/asm/arch-tegra30/powergate.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-tegra30/powergate.h b/arch/arm/include/asm/arch-tegra30/powergate.h new file mode 100644 index 0000000..c70e44b --- /dev/null +++ b/arch/arm/include/asm/arch-tegra30/powergate.h @@ -0,0 +1,6 @@ +#ifndef _TEGRA30_POWERGATE_H_ +#define _TEGRA30_POWERGATE_H_ + +#include <asm/arch-tegra/powergate.h> + +#endif /* _TEGRA30_POWERGATE_H_ */ |