520c174b | 08-Mar-2017 |
Jernej Skrabec <jernej.skrabec@siol.net> |
rockchip: video: Remove CSC initialization (HDMI)
Despite the comment in the code, CSC unit is never used. According to the only public description of DW HDMI controller (i.MX6 manual), CSC unit is
rockchip: video: Remove CSC initialization (HDMI)
Despite the comment in the code, CSC unit is never used. According to the only public description of DW HDMI controller (i.MX6 manual), CSC unit is bypassed in MC_FLOWCTRL register and then actually powered down in MC_CLKDIS register.
Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net> Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
|
9ed68260 | 13-Nov-2016 |
Simon Glass <sjg@chromium.org> |
rockchip: video: Correct VOP clock selection
This code incorrectly uses the oscillator. It should use the clock selected in the device tree.
Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: 135
rockchip: video: Correct VOP clock selection
This code incorrectly uses the oscillator. It should use the clock selected in the device tree.
Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: 135aa95 (clk: convert API to match reset/mailbox style)
show more ...
|