Commit d739a464 authored by Jayachandran C's avatar Jayachandran C Committed by Wolfram Sang

V4L/DVB: mfd: use reg_shift instead of regstep

Update for change in i2c-ocores.h which uses reg_shift to
specify the register offset shifts instead of regstep.
Signed-off-by: default avatarJayachandran C <jayachandranc@netlogicmicro.com>
Acked-by: default avatarRichard Rojfors <richard.rojfors@pelagicore.com>
Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
parent 8bb986a8
......@@ -83,7 +83,7 @@ timberdale_xiic_platform_data = {
static __devinitdata struct ocores_i2c_platform_data
timberdale_ocores_platform_data = {
.regstep = 4,
.reg_shift = 2,
.clock_khz = 62500,
.devices = timberdale_i2c_board_info,
.num_devices = ARRAY_SIZE(timberdale_i2c_board_info)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment