Re: [PATCH 1/2] drm: bridge: adv7511: enable CEC support for ADV7535

2022-04-22 Thread Robert Foss
On Sat, 19 Mar 2022 at 16:10, Alvin Šipraga wrote: > > From: Alvin Šipraga > > Like the ADV7533, the ADV7535 has an offset for the CEC register map, > and it is the same value (ADV7533_REG_CEC_OFFSET = 0x70). > > Rather than testing for numerous chip types in the offset calculations > throughout

[PATCH 1/2] drm: bridge: adv7511: enable CEC support for ADV7535

2022-03-19 Thread Alvin Šipraga
From: Alvin Šipraga Like the ADV7533, the ADV7535 has an offset for the CEC register map, and it is the same value (ADV7533_REG_CEC_OFFSET = 0x70). Rather than testing for numerous chip types in the offset calculations throughout the driver, just compute it during driver probe and put it in the