]> www.infradead.org Git - users/willy/xarray.git/commitdiff
phy: rockchip: samsung-hdptx: Drop unused phy_cfg driver data
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Tue, 18 Mar 2025 12:35:40 +0000 (14:35 +0200)
committerVinod Koul <vkoul@kernel.org>
Fri, 11 Apr 2025 11:48:03 +0000 (17:18 +0530)
There is no usage of phy_cfg in the upstream driver data, nor in the
downstream one, hence remove it.

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-6-8cb1678e7663@collabora.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c

index 70621687b5eb3581a81af20b23d0be53263003bb..c9f79c4e698cef405dd2b6a8c1071e296464c36e 100644 (file)
@@ -397,7 +397,6 @@ struct rk_hdptx_phy {
        int phy_id;
 
        struct phy *phy;
-       struct phy_config *phy_cfg;
        struct clk_bulk_data *clks;
        int nr_clks;
        struct reset_control_bulk_data rsts[RST_MAX];