diff options
author | Komal Bajaj <quic_kbajaj@quicinc.com> | 2023-08-30 16:26:53 +0530 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-09-19 19:57:53 -0700 |
commit | 0bc76be64e80b15b975345b6957a87a1893c34f2 (patch) | |
tree | d182d11360f2c7d41c6a04dda40818b29f38a720 /include/linux/soc | |
parent | a78502a4b2201235d93b04ac2902e01e32588bd5 (diff) | |
download | linux-0bc76be64e80b15b975345b6957a87a1893c34f2.tar.gz linux-0bc76be64e80b15b975345b6957a87a1893c34f2.tar.bz2 linux-0bc76be64e80b15b975345b6957a87a1893c34f2.zip |
soc: qcom: llcc: Updating the macro name
Update macro name for LLCC_DRE to LLCC_ECC as per the latest specification.
Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com>
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>
Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230830105654.28057-6-quic_kbajaj@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'include/linux/soc')
-rw-r--r-- | include/linux/soc/qcom/llcc-qcom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/soc/qcom/llcc-qcom.h b/include/linux/soc/qcom/llcc-qcom.h index 93417ba1ead4..1a886666bbb6 100644 --- a/include/linux/soc/qcom/llcc-qcom.h +++ b/include/linux/soc/qcom/llcc-qcom.h @@ -30,7 +30,7 @@ #define LLCC_NPU 23 #define LLCC_WLHW 24 #define LLCC_PIMEM 25 -#define LLCC_DRE 26 +#define LLCC_ECC 26 #define LLCC_CVP 28 #define LLCC_MODPE 29 #define LLCC_APTCM 30 |