mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 13:16:22 +00:00
025a6f7448
Commit5abed58a8b
("phy: qcom: qmp-combo: Fix VCO div offset on v3") fixed a regression introduced in 6.5 by making sure that the correct offset is used for the DP_PHY_VCO_DIV register on v3 hardware. Unfortunately, that fix instead broke DisplayPort on v5_5nm and v6 hardware as it failed to add the corresponding offsets also to those register tables. Fixes:815891eee6
("phy: qcom-qmp-combo: Introduce orientation variable") Fixes:5abed58a8b
("phy: qcom: qmp-combo: Fix VCO div offset on v3") Cc: stable@vger.kernel.org # 6.5:5abed58a8b
Cc: Stephen Boyd <swboyd@chromium.org> Cc: Abhinav Kumar <quic_abhinavk@quicinc.com> Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Link: https://lore.kernel.org/r/20240408093023.506-1-johan+linaro@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
15 lines
372 B
C
15 lines
372 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef QCOM_PHY_QMP_DP_PHY_V5_H_
|
|
#define QCOM_PHY_QMP_DP_PHY_V5_H_
|
|
|
|
/* Only for QMP V5 PHY - DP PHY registers */
|
|
#define QSERDES_V5_DP_PHY_VCO_DIV 0x070
|
|
#define QSERDES_V5_DP_PHY_AUX_INTERRUPT_STATUS 0x0d8
|
|
#define QSERDES_V5_DP_PHY_STATUS 0x0dc
|
|
|
|
#endif
|