|
|
@@ -1571,6 +1571,7 @@ static struct clk_regmap gxbb_vdec_1_div = {
|
|
|
.offset = HHI_VDEC_CLK_CNTL,
|
|
|
.shift = 0,
|
|
|
.width = 7,
|
|
|
+ .flags = CLK_DIVIDER_ROUND_CLOSEST,
|
|
|
},
|
|
|
.hw.init = &(struct clk_init_data){
|
|
|
.name = "vdec_1_div",
|
|
|
@@ -1616,6 +1617,7 @@ static struct clk_regmap gxbb_vdec_hevc_div = {
|
|
|
.offset = HHI_VDEC2_CLK_CNTL,
|
|
|
.shift = 16,
|
|
|
.width = 7,
|
|
|
+ .flags = CLK_DIVIDER_ROUND_CLOSEST,
|
|
|
},
|
|
|
.hw.init = &(struct clk_init_data){
|
|
|
.name = "vdec_hevc_div",
|