u-boot-brain/arch/arm/include/asm/arch-tegra124/powergate.h
Thierry Reding 48510c089b 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>
2014-12-18 13:19:20 -07:00

7 lines
138 B
C

#ifndef _TEGRA124_POWERGATE_H_
#define _TEGRA124_POWERGATE_H_
#include <asm/arch-tegra/powergate.h>
#endif /* _TEGRA124_POWERGATE_H_ */