diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-07-25 05:58:34 +0300 |
---|---|---|
committer | Georgi Djakov <djakov@kernel.org> | 2021-08-09 15:17:25 +0300 |
commit | ffef0b13bf3ededa07570a2926d13a741a1d5272 (patch) | |
tree | e3efe990580afb8ffb5797949efa6576dfc7129d /drivers/interconnect/qcom/sc8180x.h | |
parent | 13fa44c0b6bfbbf15e17ca90b4ae378ca072417d (diff) | |
download | linux-ffef0b13bf3ededa07570a2926d13a741a1d5272.tar.xz |
interconnect: qcom: osm-l3: Add sc8180x support
Add support for the Qualcomm SC8180x platform to the OSM L3 driver.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210725025834.3941777-2-bjorn.andersson@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>
Diffstat (limited to 'drivers/interconnect/qcom/sc8180x.h')
-rw-r--r-- | drivers/interconnect/qcom/sc8180x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/interconnect/qcom/sc8180x.h b/drivers/interconnect/qcom/sc8180x.h index fed2dc2d4acb..e70cf7032f80 100644 --- a/drivers/interconnect/qcom/sc8180x.h +++ b/drivers/interconnect/qcom/sc8180x.h @@ -168,5 +168,7 @@ #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 #endif |