]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
interconnect: qcom: drop obsolete OSM_L3/EPSS defines
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tue, 3 Jan 2023 04:57:17 +0000 (06:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 May 2023 14:11:20 +0000 (23:11 +0900)
[ Upstream commit 4c4161b4c81b632fc29002c324e996cbb79894e7 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/interconnect/qcom/sc7180.h
drivers/interconnect/qcom/sc7280.h
drivers/interconnect/qcom/sc8180x.h
drivers/interconnect/qcom/sdm845.h
drivers/interconnect/qcom/sm8150.h
drivers/interconnect/qcom/sm8250.h

index c6212a10c2f614f833056629d9e69904f19cdce8..c2d8388bb880954ee44496178f4111485bdd5901 100644 (file)
 #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
index 1fb9839b2c14be2105ccc5caedf1961afdbbccaf..175e400305c513a5f0d08468da7f4c72eb1a04e6 100644 (file)
 #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
index 2eafd35543c78af71ebb08dd31ba6f2f920cb014..ce32295af8f3a8f63b10fa79644c923d94390e6f 100644 (file)
 #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
index 776e9c2acb27870e0600bc35125c274e76f0be6b..bc7e425ce9852288da16c49345e77f6374267365 100644 (file)
 #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__ */
index 97996f64d799c6f3541d0f35ad786ecd31e29489..3e01ac76ae1dbd4d0f8b7af2cec7ca6c0903f52b 100644 (file)
 #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
index b31fb431a20fc1376d5fb1788b65f757c909f0be..7eb6c709c30d12a341ec643f5d548ccf03ab1153 100644 (file)
 #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