mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
48510c089b
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>
6 lines
135 B
C
6 lines
135 B
C
#ifndef _TEGRA20_POWERGATE_H_
|
|
#define _TEGRA20_POWERGATE_H_
|
|
|
|
#include <asm/arch-tegra/powergate.h>
|
|
|
|
#endif /* _TEGRA20_POWERGATE_H_ */
|