Skip to content

Commit 8ad98b0

Browse files
committed
adihdmi_drv: reg_default -> reg_sequence
Signed-off-by: Robert Nelson <[email protected]>
1 parent 403c08e commit 8ad98b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i2c/adihdmi_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ struct adihdmi2 {
6060
};
6161

6262
/* ADI recommended values for proper operation. */
63-
static const struct reg_default adihdmi_fixed_registers[] = {
63+
static const struct reg_sequence adihdmi_fixed_registers[] = {
6464
{ 0x98, 0x03 },
6565
{ 0x9a, 0xe0 },
6666
{ 0x9c, 0x30 },

0 commit comments

Comments
 (0)