interconnect: qcom: Add QCM2290 driver support
authorShawn Guo <shawn.guo@linaro.org>
Wed, 15 Dec 2021 00:23:24 +0000 (08:23 +0800)
committerGeorgi Djakov <djakov@kernel.org>
Wed, 15 Dec 2021 05:13:16 +0000 (07:13 +0200)
commit1a14b1ac3935788de75ea3b0ef68b46375070f77
tree8e1318082eba34f23f865779aea8242bcaa96f2d
parent061dbde2bf3b12d80a4efd4b40db0b272e55b7f5
interconnect: qcom: Add QCM2290 driver support

It adds interconnect driver support for QCM2290 platform.  The topology
consists of 3 NoCs: BIMC, Config NoC (CNOC) and System NoC (SNOC).  SNOC
is a QCOM_ICC_QNOC type device, as well as its 3 virtual child devices,
QUP, MMNRT and MMRT.  QUP is owned by RPM and thus has no .regmap_cfg,
while the other 2 share the same .regmap_cfg with SNOC (parent).

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Link: https://lore.kernel.org/r/20211215002324.1727-6-shawn.guo@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>
drivers/interconnect/qcom/Kconfig
drivers/interconnect/qcom/Makefile
drivers/interconnect/qcom/qcm2290.c [new file with mode: 0644]