mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
drm/rockchip: vop: Fix grf_dclk_inv register field definitions
Fixes: c2b587fa35 ("drm/rockchip: vop: config dclk invert from grf register")
Change-Id: I113f9d4c8c58389307d1e03eee2ccbba5c95b2c1
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
parent
94f98e877c
commit
e800c52921
|
|
@ -323,11 +323,11 @@ static const struct vop_intr rk3288_vop_intr = {
|
|||
};
|
||||
|
||||
static const struct vop_grf_ctrl rk3288_vop_big_grf_ctrl = {
|
||||
.grf_dclk_inv = VOP_REG(RK3288_GRF_SOC_CON15, 0x1, 12),
|
||||
.grf_dclk_inv = VOP_REG(RK3288_GRF_SOC_CON15, 0x1, 13),
|
||||
};
|
||||
|
||||
static const struct vop_grf_ctrl rk3288_vop_lit_grf_ctrl = {
|
||||
.grf_dclk_inv = VOP_REG(RK3288_GRF_SOC_CON15, 0x1, 14),
|
||||
.grf_dclk_inv = VOP_REG(RK3288_GRF_SOC_CON15, 0x1, 15),
|
||||
};
|
||||
|
||||
static const struct vop_data rk3288_vop_big = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user