Re: [PATCH 0/3] Enable CEC on rk3399

From: Hans Verkuil
Date: Sat Oct 14 2017 - 04:23:23 EST


On 10/14/2017 12:53 AM, Pierre-Hugues Husson wrote:
> Enable CEC on firefly-rk3399.
> Tested on a TV with cec-ctl --playback; cec-ctl -S
>
> Pierre-Hugues Husson (3):
> drm: bridge: synopsys/dw-hdmi: Enable cec clock
> arm64: dts: rockchip: add the cec clk for dw-mipi-hdmi on rk3399
> arm64: dts: rockchip: enable cec pin for rk3399 firefly
>
> arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 2 ++
> arch/arm64/boot/dts/rockchip/rk3399.dtsi | 8 ++++++--
> drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 16 ++++++++++++++++
> 3 files changed, 24 insertions(+), 2 deletions(-)
>

Nice! I had a similar dw-hdmi.c patch pending but got around to posting it.

I'll brush off my old rk3288 patches and see if I can get CEC enabled
for my firefly-reload. I was close to getting it work, but I guess
missed the "enable cec pin" change.

Regards,

Hans