On 10-02-21, 13:40, Georgi Djakov wrote: > Hi Vinod, > > On 2/10/21 12:47, Vinod Koul wrote: > > Add driver for the Qualcomm interconnect buses found in SM8i350 based > > SM8i350? fumble fingers :( > > > platforms. The topology consists of several NoCs that are controlled by > > a remote processor that collects the aggregated bandwidth for each > > master-slave pairs. > > > > Generated from downstream interconnect driver written by David Dai > > > > Signed-off-by: Vinod Koul <vkoul@xxxxxxxxxx> > > --- > > drivers/interconnect/qcom/Kconfig | 10 + > > drivers/interconnect/qcom/Makefile | 2 + > > drivers/interconnect/qcom/sm8350.c | 635 +++++++++++++++++++++++++++++ > > 3 files changed, 647 insertions(+) > > create mode 100644 drivers/interconnect/qcom/sm8350.c > > > > diff --git a/drivers/interconnect/qcom/Kconfig b/drivers/interconnect/qcom/Kconfig > > index a8f93ba265f8..2ad0aea8336a 100644 > > --- a/drivers/interconnect/qcom/Kconfig > > +++ b/drivers/interconnect/qcom/Kconfig > > @@ -85,5 +85,15 @@ config INTERCONNECT_QCOM_SM8250 > > This is a driver for the Qualcomm Network-on-Chip on sm8250-based > > platforms. > > +config INTERCONNECT_QCOM_SM8350 > > + tristate "Qualcomm SM8350 interconnect driver" > > + depends on INTERCONNECT_QCOM > > + depends on (QCOM_RPMH && QCOM_COMMAND_DB && OF) || COMPILE_TEST > > Maybe depend on INTERCONNECT_QCOM_RPMH_POSSIBLE instead of the above. That seems to be new thingy in next, sure will update to that as well Thanks for quick review. -- ~Vinod