summaryrefslogtreecommitdiffstats
path: root/drivers/interconnect/qcom/sdm845.h
diff options
context:
space:
mode:
authorSibi Sankar <sibis@codeaurora.org>2020-03-03 19:02:52 +0200
committerGeorgi Djakov <georgi.djakov@linaro.org>2020-03-03 19:02:52 +0200
commit5bc9900addafb99163232dbb970eb07661ae4178 (patch)
tree076a9830f7ccc8e1057ebcc5e4effe8f81366182 /drivers/interconnect/qcom/sdm845.h
parent7a077f7fdaa4fa641c43a554db2811c62048d7f4 (diff)
downloadlinux-5bc9900addafb99163232dbb970eb07661ae4178.tar.bz2
interconnect: qcom: Add OSM L3 interconnect provider support
On some Qualcomm SoCs, Operating State Manager (OSM) controls the resources of scaling L3 caches. Add a driver to handle bandwidth requests to OSM L3 from CPU on SDM845 SoCs. Signed-off-by: Sibi Sankar <sibis@codeaurora.org> Reviewed-by: Evan Green <evgreen@chromium.org> Link: https://lore.kernel.org/r/20200227105632.15041-4-sibis@codeaurora.org Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Diffstat (limited to 'drivers/interconnect/qcom/sdm845.h')
-rw-r--r--drivers/interconnect/qcom/sdm845.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/interconnect/qcom/sdm845.h b/drivers/interconnect/qcom/sdm845.h
index bc7e425ce985..776e9c2acb27 100644
--- a/drivers/interconnect/qcom/sdm845.h
+++ b/drivers/interconnect/qcom/sdm845.h
@@ -136,5 +136,7 @@
#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__ */