Commit 27759490 authored by Johan Hovold's avatar Johan Hovold Committed by Vinod Koul

phy: qcom-qmp-combo: drop unused lane reset

Drop the unused lane reset pointer which isn't used by any combo PHY.
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarJohan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20220830112923.3725-27-johan+linaro@kernel.orgSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent f8432544
...@@ -926,7 +926,6 @@ struct qmp_phy_combo_cfg { ...@@ -926,7 +926,6 @@ struct qmp_phy_combo_cfg {
* @pipe_clk: pipe clock * @pipe_clk: pipe clock
* @index: lane index * @index: lane index
* @qmp: QMP phy to which this lane belongs * @qmp: QMP phy to which this lane belongs
* @lane_rst: lane's reset controller
* @mode: current PHY mode * @mode: current PHY mode
* @dp_aux_cfg: Display port aux config * @dp_aux_cfg: Display port aux config
* @dp_opts: Display port optional config * @dp_opts: Display port optional config
...@@ -946,7 +945,6 @@ struct qmp_phy { ...@@ -946,7 +945,6 @@ struct qmp_phy {
struct clk *pipe_clk; struct clk *pipe_clk;
unsigned int index; unsigned int index;
struct qcom_qmp *qmp; struct qcom_qmp *qmp;
struct reset_control *lane_rst;
enum phy_mode mode; enum phy_mode mode;
unsigned int dp_aux_cfg; unsigned int dp_aux_cfg;
struct phy_configure_opts_dp dp_opts; struct phy_configure_opts_dp dp_opts;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment