Add bindings and driver for the three MSM8909 NoCs/interconnects: BIMC, SNoC and PCNoC. The driver allows scaling the bus bandwidths for better power management. Signed-off-by: Stephan Gerhold <stephan.gerhold@xxxxxxxxxxxxxxx> --- Changes in v2: - Fix compile error on next (.remove -> .remove_new, kernel test robot) - Drop unnecessary headers, in particular of_platform.h (Rob) - Adapted changes from https://lore.kernel.org/linux-arm-msm/20231214-topic-6115iccfix-v1-1-9ad999683a7d@xxxxxxxxxx/ - Clarify that snoc-mm downstream uses same clock as snoc (Konrad) - Link to v1: https://lore.kernel.org/r/20231206-icc-msm8909-v1-0-fe0dd632beff@xxxxxxxxxxxxxxx --- Adam Skladowski (2): dt-bindings: interconnect: Add Qualcomm MSM8909 DT bindings interconnect: qcom: Add MSM8909 interconnect provider driver .../devicetree/bindings/interconnect/qcom,rpm.yaml | 3 + drivers/interconnect/qcom/Kconfig | 9 + drivers/interconnect/qcom/Makefile | 2 + drivers/interconnect/qcom/msm8909.c | 1329 ++++++++++++++++++++ include/dt-bindings/interconnect/qcom,msm8909.h | 93 ++ 5 files changed, 1436 insertions(+) --- base-commit: 20d857259d7d10cd0d5e8b60608455986167cfad change-id: 20231206-icc-msm8909-74f28646ff29 Best regards, -- Stephan Gerhold <stephan.gerhold@xxxxxxxxxxxxxxx> Kernkonzept GmbH at Dresden, Germany, HRB 31129, CEO Dr.-Ing. Michael Hohmuth