diff options
| author | Jelle van der Waa <[email protected]> | 2016-01-14 14:06:26 +0100 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2016-01-21 07:30:01 +0100 |
| commit | 9d0826879e13e8139a7b169c2365225e848ff57e (patch) | |
| tree | b98b0a2fdac16b1c8b22f0d4b527509ed6b02d60 /include | |
| parent | 904dfbfd67fbdf4562236efb3f0769ecfe7a7e58 (diff) | |
sunxi: Add support for the I2C controller which is part of the PRCM
Signed-off-by: Jelle van der Waa <[email protected]>
[[email protected]: Minor cleanups]
Signed-off-by: Hans de Goede <[email protected]>
applied with fixing 2 checkpatch warnings:
WARNING: please, no space before tabs
Signed-off-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sunxi-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 790e7047d15..b4dfb3cc47c 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -212,7 +212,7 @@ #if defined CONFIG_I2C0_ENABLE || defined CONFIG_I2C1_ENABLE || \ defined CONFIG_I2C2_ENABLE || defined CONFIG_I2C3_ENABLE || \ - defined CONFIG_I2C4_ENABLE + defined CONFIG_I2C4_ENABLE || defined CONFIG_R_I2C_ENABLE #define CONFIG_SYS_I2C #define CONFIG_SYS_I2C_MVTWSI #define CONFIG_SYS_I2C_SPEED 400000 |
