This adds support for interconnect support for SM8350 SoC Changes since v2: - Plug gaps in indexes - fix typo in commit log for patch2 and kconfig depends (for real this time) Changes since v1: - Fix comments by Georgi, split the header - Fix the macro for qns_llcc Vinod Koul (2): dt-bindings: interconnect: Add Qualcomm SM8350 DT bindings interconnect: qcom: Add SM8350 interconnect provider driver .../bindings/interconnect/qcom,rpmh.yaml | 10 + drivers/interconnect/qcom/Kconfig | 9 + drivers/interconnect/qcom/Makefile | 2 + drivers/interconnect/qcom/sm8350.c | 633 ++++++++++++++++++ drivers/interconnect/qcom/sm8350.h | 168 +++++ .../dt-bindings/interconnect/qcom,sm8350.h | 172 +++++ 6 files changed, 994 insertions(+) create mode 100644 drivers/interconnect/qcom/sm8350.c create mode 100644 drivers/interconnect/qcom/sm8350.h create mode 100644 include/dt-bindings/interconnect/qcom,sm8350.h -- 2.26.3