Skip to content

Commit

Permalink
V4L/DVB: mfd: use reg_shift instead of regstep
Browse files Browse the repository at this point in the history
Update for change in i2c-ocores.h which uses reg_shift to
specify the register offset shifts instead of regstep.

Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
Acked-by: Richard Rojfors <richard.rojfors@pelagicore.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
  • Loading branch information
Jayachandran C authored and Wolfram Sang committed Jul 14, 2012
1 parent 8bb986a commit d739a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/timberdale.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d739a46

Please sign in to comment.