commit | 1b783465d63a1b7f466b3502debee56d1ed62402 | [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 | f0ed7285662ed53fd6e5c8e6370e9d7dbbe0d1b6 [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>