Skip to content

Commit

Permalink
adihdmi_drv: reg_default -> reg_sequence
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Apr 26, 2017
1 parent 765d689 commit f36239d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i2c/adihdmi_drv.c
Expand Up @@ -60,7 +60,7 @@ struct adihdmi2 {
};

/* ADI recommended values for proper operation. */
static const struct reg_default adihdmi_fixed_registers[] = {
static const struct reg_sequence adihdmi_fixed_registers[] = {
{ 0x98, 0x03 },
{ 0x9a, 0xe0 },
{ 0x9c, 0x30 },
Expand Down

0 comments on commit f36239d

Please sign in to comment.