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

interconnect: qcom: drop obsolete OSM_L3/EPSS defines

Since Qualcomm platforms have switched to the separate OSM_L3/EPSS
driver, old related defines became unused. Drop them now.

Suggested-by: Bjorn Andersson <andersson@kernel.org>
Fixes: 4529992c9474 ("interconnect: qcom: osm-l3: Use platform-independent node ids")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230103045717.1079067-1-dmitry.baryshkov@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>

authored by

Dmitry Baryshkov and committed by
Georgi Djakov
4c4161b4 558ea123

-12
-2
drivers/interconnect/qcom/sc7180.h
··· 145 145 #define SC7180_SLAVE_SERVICE_SNOC 134 146 146 #define SC7180_SLAVE_QDSS_STM 135 147 147 #define SC7180_SLAVE_TCU 136 148 - #define SC7180_MASTER_OSM_L3_APPS 137 149 - #define SC7180_SLAVE_OSM_L3 138 150 148 151 149 #endif
-2
drivers/interconnect/qcom/sc7280.h
··· 150 150 #define SC7280_SLAVE_PCIE_1 139 151 151 #define SC7280_SLAVE_QDSS_STM 140 152 152 #define SC7280_SLAVE_TCU 141 153 - #define SC7280_MASTER_EPSS_L3_APPS 142 154 - #define SC7280_SLAVE_EPSS_L3 143 155 153 156 154 #endif
-2
drivers/interconnect/qcom/sc8180x.h
··· 168 168 #define SC8180X_SLAVE_EBI_CH0_DISPLAY 158 169 169 #define SC8180X_SLAVE_MNOC_SF_MEM_NOC_DISPLAY 159 170 170 #define SC8180X_SLAVE_MNOC_HF_MEM_NOC_DISPLAY 160 171 - #define SC8180X_MASTER_OSM_L3_APPS 161 172 - #define SC8180X_SLAVE_OSM_L3 162 173 171 174 172 #define SC8180X_MASTER_QUP_CORE_0 163 175 173 #define SC8180X_MASTER_QUP_CORE_1 164
-2
drivers/interconnect/qcom/sdm845.h
··· 136 136 #define SDM845_SLAVE_SERVICE_SNOC 128 137 137 #define SDM845_SLAVE_QDSS_STM 129 138 138 #define SDM845_SLAVE_TCU 130 139 - #define SDM845_MASTER_OSM_L3_APPS 131 140 - #define SDM845_SLAVE_OSM_L3 132 141 139 142 140 #endif /* __DRIVERS_INTERCONNECT_QCOM_SDM845_H__ */
-2
drivers/interconnect/qcom/sm8150.h
··· 148 148 #define SM8150_SLAVE_VSENSE_CTRL_CFG 137 149 149 #define SM8150_SNOC_CNOC_MAS 138 150 150 #define SM8150_SNOC_CNOC_SLV 139 151 - #define SM8150_MASTER_OSM_L3_APPS 140 152 - #define SM8150_SLAVE_OSM_L3 141 153 151 154 152 #endif
-2
drivers/interconnect/qcom/sm8250.h
··· 158 158 #define SM8250_SLAVE_VSENSE_CTRL_CFG 147 159 159 #define SM8250_SNOC_CNOC_MAS 148 160 160 #define SM8250_SNOC_CNOC_SLV 149 161 - #define SM8250_MASTER_EPSS_L3_APPS 150 162 - #define SM8250_SLAVE_EPSS_L3 151 163 161 164 162 #endif