diff options
author | Konrad Dybcio <konrad.dybcio@somainline.org> | 2021-11-21 03:20:46 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-12-21 04:10:09 +0300 |
commit | 6fc61c39ee1adb5f4115d288c876772fcd8b6979 (patch) | |
tree | 88f6e8c9132621ff27a5c78010e7e16d22d0b62f /include/linux/soc/qcom | |
parent | 708dbf4490c8ddf55d79b9f3855219b92d108760 (diff) | |
download | linux-6fc61c39ee1adb5f4115d288c876772fcd8b6979.tar.xz |
soc: qcom: llcc: Add configuration data for SM8350
Add LLCC configuration data for SM8350 SoC.
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211121002050.36977-2-konrad.dybcio@somainline.org
Diffstat (limited to 'include/linux/soc/qcom')
-rw-r--r-- | include/linux/soc/qcom/llcc-qcom.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/soc/qcom/llcc-qcom.h b/include/linux/soc/qcom/llcc-qcom.h index 437c9df13229..9e8fd92c96b7 100644 --- a/include/linux/soc/qcom/llcc-qcom.h +++ b/include/linux/soc/qcom/llcc-qcom.h @@ -33,6 +33,9 @@ #define LLCC_MODPE 29 #define LLCC_APTCM 30 #define LLCC_WRCACHE 31 +#define LLCC_CVPFW 32 +#define LLCC_CPUSS1 33 +#define LLCC_CPUHWT 36 /** * struct llcc_slice_desc - Cache slice descriptor |