diff options
| author | Nam Nguyen <[email protected]> | 2022-01-18 10:28:15 +0700 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2022-03-14 11:49:17 +0100 |
| commit | 9baff975bf88729446876d4cd582bc5466707d3b (patch) | |
| tree | 09433a2e9c23ca67198e8b84816a8b5dcf01e3b0 | |
| parent | c96137000e4cf486dcb164fd67a1a0b5b2fb99c6 (diff) | |
configs: falcon: Enabled I2C support for R-Car V3U
Enable I2C support for R-Car V3U (R8A779A0) on Falcon 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/r8a779a0_falcon_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/r8a779a0_falcon_defconfig b/configs/r8a779a0_falcon_defconfig index 32e218bbda2..9fce6c26f92 100644 --- a/configs/r8a779a0_falcon_defconfig +++ b/configs/r8a779a0_falcon_defconfig @@ -47,7 +47,7 @@ CONFIG_CLK=y CONFIG_CLK_RENESAS=y CONFIG_RCAR_GPIO=y CONFIG_DM_I2C=y -CONFIG_SYS_I2C_RCAR_IIC=y +CONFIG_SYS_I2C_RCAR_I2C=y CONFIG_MMC_IO_VOLTAGE=y CONFIG_MMC_UHS_SUPPORT=y CONFIG_MMC_HS200_SUPPORT=y |
