From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> Add the DT bindings and driver for the RPMh interconnect on the sa8775p platform from Qualcomm. v1 -> v2: - create a separate DT binding document for the sa8775p interconnect - drop the lemans code name from the driver - constify the qcom_icc_desc structs - minor tweaks and improvements to the driver - make sure the bindings pass tests Bartosz Golaszewski (1): dt-bindings: interconnect: qcom: document the interconnects for sa8775p Shazad Hussain (1): interconnect: qcom: add a driver for sa8775p .../interconnect/qcom,sa8775p-rpmh.yaml | 50 + drivers/interconnect/qcom/Kconfig | 9 + drivers/interconnect/qcom/Makefile | 2 + drivers/interconnect/qcom/sa8775p.c | 2541 +++++++++++++++++ .../interconnect/qcom,sa8775p-rpmh.h | 231 ++ 5 files changed, 2833 insertions(+) create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sa8775p-rpmh.yaml create mode 100644 drivers/interconnect/qcom/sa8775p.c create mode 100644 include/dt-bindings/interconnect/qcom,sa8775p-rpmh.h -- 2.37.2