mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-25 05:24:12 +01:00
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 _TEGRA30_POWERGATE_H_
|
|
#define _TEGRA30_POWERGATE_H_
|
|
|
|
#include <asm/arch-tegra/powergate.h>
|
|
|
|
#endif /* _TEGRA30_POWERGATE_H_ */
|