[PATCH] drm/sun4i: hdmi: Fix usage of TMDS clock

2019-01-22 Thread Priit Laes
From: Priit Laes Although TMDS clock is required for HDMI to properly function, nobody called clk_prepare_enable(). This fixes reference counting issues and makes sure clock is running when it needs to be running. Due to TDMS clock being parent clock for DDC clock, TDMS clock was turned on/off

Re: [PATCH] drm/sun4i: hdmi: Fix usage of TMDS clock

2019-01-22 Thread Maxime Ripard
On Tue, Jan 22, 2019 at 09:32:32AM +0200, Priit Laes wrote: > From: Priit Laes > > Although TMDS clock is required for HDMI to properly function, > nobody called clk_prepare_enable(). This fixes reference counting > issues and makes sure clock is running when it needs to be running. > > Due to