aboutsummaryrefslogtreecommitdiff
path: root/include/configs/gose.h
diff options
context:
space:
mode:
authorTom Rini2014-12-10 09:07:06 -0500
committerTom Rini2014-12-10 09:07:06 -0500
commitd51aae64236878b72283bd135df716e30f7f5ded (patch)
tree1af09157a52d3e14cbde89127fa1149d677a98e7 /include/configs/gose.h
parent39e4795a797663d08cd2216975430b2819e3173c (diff)
parent2b8c0814f88fa2d6fd8a1ac994e4396b39a0eac8 (diff)
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'include/configs/gose.h')
-rw-r--r--include/configs/gose.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/gose.h b/include/configs/gose.h
index c347e45346d..44c8a3053a2 100644
--- a/include/configs/gose.h
+++ b/include/configs/gose.h
@@ -91,4 +91,14 @@
#define CONFIG_USB_EHCI_RMOBILE
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
+/* Module stop status bits */
+/* INTC-RT */
+#define CONFIG_SMSTP0_ENA 0x00400000
+/* MSIF */
+#define CONFIG_SMSTP2_ENA 0x00002000
+/* INTC-SYS, IRQC */
+#define CONFIG_SMSTP4_ENA 0x00000180
+/* SCIF0 */
+#define CONFIG_SMSTP7_ENA 0x00200000
+
#endif /* __GOSE_H */