mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
drm/rockchip: rgb: fix rgb data sync bypass config error
Change-Id: I6a7e99c232e3568b62de95293220f8219588c00f Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
@@ -334,7 +334,7 @@ static void rk1808_rgb_enable(struct rockchip_rgb *rgb)
|
||||
|
||||
static void rk1808_rgb_disable(struct rockchip_rgb *rgb)
|
||||
{
|
||||
regmap_write(rgb->grf, PX30_GRF_PD_VO_CON1,
|
||||
regmap_write(rgb->grf, RK1808_GRF_PD_VO_CON1,
|
||||
RK1808_RGB_DATA_SYNC_BYPASS(0));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user