Skip to content

Commit

Permalink
interconnect: qcom: drop obsolete OSM_L3/EPSS defines
Browse files Browse the repository at this point in the history
[ Upstream commit 4c4161b ]

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: 4529992 ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
lumag authored and gregkh committed May 11, 2023
1 parent b64cb3f commit 548e2d2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions drivers/interconnect/qcom/sc7180.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,5 @@
#define SC7180_SLAVE_SERVICE_SNOC 134
#define SC7180_SLAVE_QDSS_STM 135
#define SC7180_SLAVE_TCU 136
#define SC7180_MASTER_OSM_L3_APPS 137
#define SC7180_SLAVE_OSM_L3 138

#endif
2 changes: 0 additions & 2 deletions drivers/interconnect/qcom/sc7280.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,5 @@
#define SC7280_SLAVE_PCIE_1 139
#define SC7280_SLAVE_QDSS_STM 140
#define SC7280_SLAVE_TCU 141
#define SC7280_MASTER_EPSS_L3_APPS 142
#define SC7280_SLAVE_EPSS_L3 143

#endif
2 changes: 0 additions & 2 deletions drivers/interconnect/qcom/sc8180x.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@
#define SC8180X_SLAVE_EBI_CH0_DISPLAY 158
#define SC8180X_SLAVE_MNOC_SF_MEM_NOC_DISPLAY 159
#define SC8180X_SLAVE_MNOC_HF_MEM_NOC_DISPLAY 160
#define SC8180X_MASTER_OSM_L3_APPS 161
#define SC8180X_SLAVE_OSM_L3 162

#define SC8180X_MASTER_QUP_CORE_0 163
#define SC8180X_MASTER_QUP_CORE_1 164
Expand Down
2 changes: 0 additions & 2 deletions drivers/interconnect/qcom/sdm845.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,5 @@
#define SDM845_SLAVE_SERVICE_SNOC 128
#define SDM845_SLAVE_QDSS_STM 129
#define SDM845_SLAVE_TCU 130
#define SDM845_MASTER_OSM_L3_APPS 131
#define SDM845_SLAVE_OSM_L3 132

#endif /* __DRIVERS_INTERCONNECT_QCOM_SDM845_H__ */
2 changes: 0 additions & 2 deletions drivers/interconnect/qcom/sm8150.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,5 @@
#define SM8150_SLAVE_VSENSE_CTRL_CFG 137
#define SM8150_SNOC_CNOC_MAS 138
#define SM8150_SNOC_CNOC_SLV 139
#define SM8150_MASTER_OSM_L3_APPS 140
#define SM8150_SLAVE_OSM_L3 141

#endif
2 changes: 0 additions & 2 deletions drivers/interconnect/qcom/sm8250.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,5 @@
#define SM8250_SLAVE_VSENSE_CTRL_CFG 147
#define SM8250_SNOC_CNOC_MAS 148
#define SM8250_SNOC_CNOC_SLV 149
#define SM8250_MASTER_EPSS_L3_APPS 150
#define SM8250_SLAVE_EPSS_L3 151

#endif

0 comments on commit 548e2d2

Please sign in to comment.