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

interconnect: qcom: sdx55: drop IP0 remnants

Drop two defines leftover from the commit 2fb251c26560 ("interconnect:
qcom: sdx55: Drop IP0 interconnects"), which dropped handling of the IP0
resource in favour of handling it in the clk-rpmh driver.

Fixes: 2fb251c26560 ("interconnect: qcom: sdx55: Drop IP0 interconnects")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20230109002935.244320-2-dmitry.baryshkov@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>

authored by

Dmitry Baryshkov and committed by
Georgi Djakov
7d6d7bfd 1b929c02

+2 -2
+2 -2
drivers/interconnect/qcom/sdx55.h
··· 6 6 #ifndef __DRIVERS_INTERCONNECT_QCOM_SDX55_H 7 7 #define __DRIVERS_INTERCONNECT_QCOM_SDX55_H 8 8 9 - #define SDX55_MASTER_IPA_CORE 0 9 + /* 0 was used by MASTER_IPA_CORE, now represented as RPMh clock */ 10 10 #define SDX55_MASTER_LLCC 1 11 11 #define SDX55_MASTER_TCU_0 2 12 12 #define SDX55_MASTER_SNOC_GC_MEM_NOC 3 ··· 28 28 #define SDX55_MASTER_QDSS_ETR 19 29 29 #define SDX55_MASTER_SDCC_1 20 30 30 #define SDX55_MASTER_USB3 21 31 - #define SDX55_SLAVE_IPA_CORE 22 31 + /* 22 was used by SLAVE_IPA_CORE, now represented as RPMh clock */ 32 32 #define SDX55_SLAVE_EBI_CH0 23 33 33 #define SDX55_SLAVE_LLCC 24 34 34 #define SDX55_SLAVE_MEM_NOC_SNOC 25