summaryrefslogtreecommitdiffstats
path: root/include/configs/seaboard.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-04-02 13:19:03 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-05-15 08:31:39 +0200
commit649d0ffbc1eca693726937ff40e7d7ab852f4ae9 (patch)
treee0d8590989ff9775d42937adff74bbf64b31aa60 /include/configs/seaboard.h
parentd376e8d2283fc82d7366bc9c0e96110e3e5665e9 (diff)
downloadblackbird-obmc-uboot-649d0ffbc1eca693726937ff40e7d7ab852f4ae9.tar.gz
blackbird-obmc-uboot-649d0ffbc1eca693726937ff40e7d7ab852f4ae9.zip
tegra: Enable LP0 on Seaboard
This enables LP0 to support suspend / resume on Seaboard. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/seaboard.h')
-rw-r--r--include/configs/seaboard.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index ae075e786e..7e7c38ea85 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -25,6 +25,14 @@
#define __CONFIG_H
#include <asm/sizes.h>
+
+/* LP0 suspend / resume */
+#define CONFIG_TEGRA2_LP0
+#define CONFIG_AES
+#define CONFIG_TEGRA_PMU
+#define CONFIG_TPS6586X_POWER
+#define CONFIG_TEGRA_CLOCK_SCALING
+
#include "tegra2-common.h"
/* Enable fdt support for Seaboard. Flash the image in u-boot-dtb.bin */
OpenPOWER on IntegriCloud