static struct clk_regmap gxl_hdmi_pll_od = {
.data = &(struct clk_regmap_div_data){
- .offset = HHI_HDMI_PLL_CNTL + 8,
+ .offset = HHI_HDMI_PLL_CNTL3,
.shift = 21,
.width = 2,
.table = gxl_hdmi_pll_od_div_table,
static struct clk_regmap gxl_hdmi_pll_od2 = {
.data = &(struct clk_regmap_div_data){
- .offset = HHI_HDMI_PLL_CNTL + 8,
+ .offset = HHI_HDMI_PLL_CNTL3,
.shift = 23,
.width = 2,
.table = gxl_hdmi_pll_od_div_table,
static struct clk_regmap gxl_hdmi_pll = {
.data = &(struct clk_regmap_div_data){
- .offset = HHI_HDMI_PLL_CNTL + 8,
+ .offset = HHI_HDMI_PLL_CNTL3,
.shift = 19,
.width = 2,
.table = gxl_hdmi_pll_od_div_table,