aboutsummaryrefslogtreecommitdiff
path: root/include/configs/highbank.h
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2013-06-12 22:24:52 -0500
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-07-25 08:16:07 +0200
commit76c3999db439491a406cd6e7778300c992cda785 (patch)
tree48aa116b5483e707788926897e3107a86bfa468a /include/configs/highbank.h
parente1df283c26f14776419bff675b7887cf04bc1c20 (diff)
downloadu-boot-76c3999db439491a406cd6e7778300c992cda785.zip
u-boot-76c3999db439491a406cd6e7778300c992cda785.tar.gz
u-boot-76c3999db439491a406cd6e7778300c992cda785.tar.bz2
ARM: highbank: setup peripherals based on power domain status
Accessing powered down peripherals will hang the bus, so check power domain status before initializing SATA and fixup the FDT to disable unused peripherals. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'include/configs/highbank.h')
-rw-r--r--include/configs/highbank.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h
index 9bf56c7..e01d4bb 100644
--- a/include/configs/highbank.h
+++ b/include/configs/highbank.h
@@ -27,6 +27,7 @@
#define CONFIG_SYS_HZ CFG_HZ
#define CONFIG_OF_LIBFDT
+#define CONFIG_OF_BOARD_SETUP
#define CONFIG_FIT
#define CONFIG_SUPPORT_RAW_INITRD
#define CONFIG_SYS_BOOTMAPSZ (16 << 20)