summaryrefslogtreecommitdiffstats
path: root/include/configs/mx31ads.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mx31ads.h')
-rw-r--r--include/configs/mx31ads.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h
index ec1c905403..dedecd7fb6 100644
--- a/include/configs/mx31ads.h
+++ b/include/configs/mx31ads.h
@@ -65,10 +65,12 @@
#define CONFIG_DEFAULT_SPI_BUS 1
#define CONFIG_DEFAULT_SPI_MODE (SPI_MODE_2 | SPI_CS_HIGH)
+#define CONFIG_FSL_PMIC
+#define CONFIG_FSL_PMIC_BUS 1
+#define CONFIG_FSL_PMIC_CS 0
+#define CONFIG_FSL_PMIC_CLK 1000000
+#define CONFIG_FSL_PMIC_MODE (SPI_MODE_2 | SPI_CS_HIGH)
#define CONFIG_RTC_MC13783 1
-/* MC13783 connected to CSPI2 and SS0 */
-#define CONFIG_MC13783_SPI_BUS 1
-#define CONFIG_MC13783_SPI_CS 0
/* allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE
OpenPOWER on IntegriCloud