Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

phy: qcom-qmp-pcie: drop sdm845_qhp_pcie_rx_tbl

The SDM845 QHP PHY doesn't have designated RX region. Corresponding RX
table is empty, so we can drop it completely.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230331151250.4049-2-dmitry.baryshkov@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Dmitry Baryshkov and committed by
Vinod Koul
813a2398 1db6b0a4

-5
-5
drivers/phy/qualcomm/phy-qcom-qmp-pcie.c
··· 725 725 QMP_PHY_INIT_CFG(PCIE_GEN3_QHP_L0_RSM_START, 0x01), 726 726 }; 727 727 728 - static const struct qmp_phy_init_tbl sdm845_qhp_pcie_rx_tbl[] = { 729 - }; 730 - 731 728 static const struct qmp_phy_init_tbl sdm845_qhp_pcie_pcs_tbl[] = { 732 729 QMP_PHY_INIT_CFG(PCIE_GEN3_QHP_PHY_POWER_STATE_CONFIG, 0x3f), 733 730 QMP_PHY_INIT_CFG(PCIE_GEN3_QHP_PHY_PCS_TX_RX_CONFIG, 0x50), ··· 2209 2212 .serdes_num = ARRAY_SIZE(sdm845_qhp_pcie_serdes_tbl), 2210 2213 .tx = sdm845_qhp_pcie_tx_tbl, 2211 2214 .tx_num = ARRAY_SIZE(sdm845_qhp_pcie_tx_tbl), 2212 - .rx = sdm845_qhp_pcie_rx_tbl, 2213 - .rx_num = ARRAY_SIZE(sdm845_qhp_pcie_rx_tbl), 2214 2215 .pcs = sdm845_qhp_pcie_pcs_tbl, 2215 2216 .pcs_num = ARRAY_SIZE(sdm845_qhp_pcie_pcs_tbl), 2216 2217 },