diff options
| author | Nam Nguyen <[email protected]> | 2022-01-18 10:35:37 +0700 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2022-03-14 11:49:17 +0100 |
| commit | 23fd0bb987c781d2f87af6b546fb219b40ad1057 (patch) | |
| tree | 7ae7159dd7d30f1959a9e5ebd8a3d374560198df | |
| parent | 098579a4a5d615e80543a3c34855cecf4864d4d2 (diff) | |
configs: condor: Enabled I2C support for R-Car V3H
Enable I2C support for R-Car V3H (R8A77980) on Condor board.
Signed-off-by: Nam Nguyen <[email protected]>
Signed-off-by: Hai Pham <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
| -rw-r--r-- | configs/r8a77980_condor_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/r8a77980_condor_defconfig b/configs/r8a77980_condor_defconfig index 194fdde812b..36b39c1461d 100644 --- a/configs/r8a77980_condor_defconfig +++ b/configs/r8a77980_condor_defconfig @@ -52,7 +52,7 @@ CONFIG_DFU_RAM=y CONFIG_DFU_SF=y CONFIG_RCAR_GPIO=y CONFIG_DM_I2C=y -CONFIG_SYS_I2C_RCAR_IIC=y +CONFIG_SYS_I2C_RCAR_I2C=y # CONFIG_MMC is not set CONFIG_MTD=y CONFIG_DM_SPI_FLASH=y |
