]> git.baikalelectronics.ru Git - kernel.git/commit
interconnect: icc-rpm: Support child NoC device probe
authorShawn Guo <shawn.guo@linaro.org>
Wed, 15 Dec 2021 00:23:22 +0000 (08:23 +0800)
committerGeorgi Djakov <djakov@kernel.org>
Wed, 15 Dec 2021 05:12:56 +0000 (07:12 +0200)
commit2b61e24428235b173290a7cb75b1fd67e3c2929d
tree5ca0783925b2aaa6c6dc3890f376a37d972df53a
parent0460a240876440787c9c7cde706bc9ef90a4d47b
interconnect: icc-rpm: Support child NoC device probe

As shown in downstream DT[1], the System NoC of QCM2290 is modelled
using 4 fab/noc devices: sys_noc + qup_virt + mmnrt_virt + mmrt_virt.
Among those 3 virtual devices, qup is owned by RPM and has no regmap
resource, while mmnrt and mmrt are owned by AP and share the same
regmap as sys_noc.  So it's logical to represent these virtual devices
as child nodes of sys_noc in DT, so that such configuration can be
supported with a couple of changes on qnoc_probe():

- If there are child nodes, populate them.
- If the device descriptor has .regmap_cfg but there is no IOMEM
  resource for the device, use parent's regmap.

[1] https://android.googlesource.com/kernel/msm-extra/devicetree/+/refs/tags/android-11.0.0_r0.56/qcom/scuba-bus.dtsi

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Link: https://lore.kernel.org/r/20211215002324.1727-4-shawn.guo@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>
drivers/interconnect/qcom/icc-rpm.c