On Wed, Aug 30, 2023 at 4:24 PM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > > The ADV7533 and ADV7535 have an offset(0x70) for the CEC register map > compared to ADV7511. Add the reg_cec_offset variable to struct > adv7511_chip_info to handle this difference and drop the reg_cec_offset > variable from struct adv7511. > > This will avoid assigning reg_cec_offset based on chip type and also > testing for multiple chip types for calling adv7533_patch_cec_registers(). s/for calling/by calling/ ? Reviewed-by: Robert Foss <rfoss@xxxxxxxxxx>