On 20/01/2023 20:13, Maxime Ripard wrote:
> Hi Hans,
>
> On Thu, Jan 19, 2023 at 10:02:19AM +0100, Hans Verkuil wrote:
>> The bcm2711 has two HDMI outputs, each with their own CEC adapter.
>> The CEC adapter name has to be unique, but it is currently
>> hardcoded to "vc4" for both outputs. Change this to use the card_name
>> from the variant information in order to make the adapter name unique.
>>
>> Signed-off-by: Hans Verkuil <[email protected]>
>
> The patch looks good but should we Cc stable and add a Fixes tag here?
Good idea:
Fixes: 15b4511a4af6 ("drm/vc4: add HDMI CEC support")
Regards,
Hans