phy: rockchip: samsung-hdptx: Drop unused struct lcpll_config

This is just a leftover from downstream support for HDMI 2.1.
Remove the unused struct for now.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20250318-phy-sam-hdptx-bpc-v6-5-8cb1678e7663@collabora.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
Cristian Ciocaltea 2025-03-18 14:35:39 +02:00 committed by Vinod Koul
parent 1f4d382769
commit 6218c3fd67

View File

@ -329,37 +329,6 @@ enum dp_link_rate {
DP_BW_HBR2,
};
struct lcpll_config {
u32 bit_rate;
u8 lcvco_mode_en;
u8 pi_en;
u8 clk_en_100m;
u8 pms_mdiv;
u8 pms_mdiv_afc;
u8 pms_pdiv;
u8 pms_refdiv;
u8 pms_sdiv;
u8 pi_cdiv_rstn;
u8 pi_cdiv_sel;
u8 sdm_en;
u8 sdm_rstn;
u8 sdc_frac_en;
u8 sdc_rstn;
u8 sdm_deno;
u8 sdm_num_sign;
u8 sdm_num;
u8 sdc_n;
u8 sdc_n2;
u8 sdc_num;
u8 sdc_deno;
u8 sdc_ndiv_rstn;
u8 ssc_en;
u8 ssc_fm_dev;
u8 ssc_fm_freq;
u8 ssc_clk_div_sel;
u8 cd_tx_ser_rate_sel;
};
struct ropll_config {
u32 bit_rate;
u8 pms_mdiv;