i2c: fix vf610 support
Add support in mxc_i2c driver, iomux_v3 and vf610 architecture for the four I2C instances available in VF610. Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
This commit is contained in:

committed by
Stefano Babic

parent
b189584bbb
commit
b44e60ac04
@@ -127,6 +127,8 @@ typedef u64 iomux_v3_cfg_t;
|
||||
|
||||
#define PAD_CTL_SRE (1 << 11)
|
||||
|
||||
#define PAD_CTL_ODE (1 << 10)
|
||||
|
||||
#define PAD_CTL_DSE_150ohm (1 << 6)
|
||||
#define PAD_CTL_DSE_50ohm (3 << 6)
|
||||
#define PAD_CTL_DSE_25ohm (6 << 6)
|
||||
|
Reference in New Issue
Block a user