commit | 1240dc7ef11e850bdf7a4e66de3d858e26555842 | [log] [tgz] |
---|---|---|
author | Stephan Gerhold <stephan@gerhold.net> | Fri Sep 16 20:42:49 2022 +0200 |
committer | Stephan Gerhold <stephan@gerhold.net> | Wed Jul 19 12:56:04 2023 +0200 |
tree | 00c137b3dfa0756525d53dc3fe60eb68cf9eb820 | |
parent | 1d7ed58ff7eb3ee7016c95fb4813651c59e8c7d9 [diff] |
feat(msm8916): initialize CCI-400 for multiple clusters The MSM8939 SoC is very similar to MSM8916 but uses an ARM CCI-400 for cache coherence between the two CPU clusters. Add the necessary code to initialize it with the existing driver. No functional change for platforms with a single cluster. The CCI related code is discarded entirely in this case. Change-Id: I041d60222d8d2aeca53b392934c87280c66b0db0 Signed-off-by: Stephan Gerhold <stephan@gerhold.net>