summaryrefslogtreecommitdiff
path: root/configs/r8a77990_ebisu_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2021-07-03 20:39:28 +0200
committerMarek Vasut <marek.vasut+renesas@gmail.com>2021-07-20 23:33:54 +0200
commitdceca41ed1a71d238f6e5a94a63dd04690bc7216 (patch)
treec378f4dfc6cd2906ee08ca451ec2d07ffd3bfc44 /configs/r8a77990_ebisu_defconfig
parent778fbe2668cf653bfd0d0d80e45dcc8a682e0b15 (diff)
ARM: rmobile: Enable I2C EEPROM support on R-Car Gen3
Enable support for I2C EEPROM driver on supported Renesas R-Car Gen3 boards. This is useful for accessing the board ID EEPROM. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Diffstat (limited to 'configs/r8a77990_ebisu_defconfig')
-rw-r--r--configs/r8a77990_ebisu_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/r8a77990_ebisu_defconfig b/configs/r8a77990_ebisu_defconfig
index 15743c1a81..13ca814cbc 100644
--- a/configs/r8a77990_ebisu_defconfig
+++ b/configs/r8a77990_ebisu_defconfig
@@ -50,6 +50,13 @@ CONFIG_DFU_SF=y
CONFIG_RCAR_GPIO=y
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_RCAR_IIC=y
+CONFIG_MISC=y
+CONFIG_I2C_EEPROM=y
+CONFIG_SYS_I2C_EEPROM_ADDR=0x70
+CONFIG_SYS_I2C_EEPROM_BUS=7
+CONFIG_SYS_EEPROM_SIZE=128
+CONFIG_SYS_EEPROM_PAGE_WRITE_BITS=7
+CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS=10
CONFIG_MMC_IO_VOLTAGE=y
CONFIG_MMC_UHS_SUPPORT=y
CONFIG_MMC_HS400_SUPPORT=y