summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2019-03-15 12:57:32 +0100
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-04-29 12:09:08 +0200
commitb04e364cb212fbfa5cd8dd75b73afd3a15d2f95e (patch)
treeba395a368d117261d21383194ca8cc78e8bc11fa
parentbd3709b971e8b273f968bde215562cd611d4eef2 (diff)
rockchip: rk3399-puma: enable I2C eeprom in SPL
The RK3399-Q7 (v2.x and up) has a EEPROM on-module to store per-module configuration paramaters injected during our manufacturing flow. To make this accessible, we need to enable SPL_I2C_EEPROM and disable full pinctrl (we need simple pinctrl to correctly configure our I2C pins w/o pulling in an unreasonable number of nodes into our DTS). Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
-rw-r--r--configs/puma-rk3399_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig
index 76abf2bfcf..2d3a39555e 100644
--- a/configs/puma-rk3399_defconfig
+++ b/configs/puma-rk3399_defconfig
@@ -61,6 +61,8 @@ CONFIG_ROCKCHIP_GPIO=y
CONFIG_SYS_I2C_ROCKCHIP=y
CONFIG_MISC=y
CONFIG_ROCKCHIP_EFUSE=y
+CONFIG_I2C_EEPROM=y
+CONFIG_SPL_I2C_EEPROM=y
CONFIG_MMC_DW=y
CONFIG_MMC_DW_ROCKCHIP=y
CONFIG_MMC_SDHCI=y
@@ -78,6 +80,7 @@ CONFIG_ETH_DESIGNWARE=y
CONFIG_GMAC_ROCKCHIP=y
CONFIG_PINCTRL=y
CONFIG_SPL_PINCTRL=y
+CONFIG_SPL_PINCTRL_FULL=y
CONFIG_DM_PMIC=y
CONFIG_DM_PMIC_FAN53555=y
CONFIG_PMIC_RK8XX=y