Add proxy interconnect bandwidth votes during modem bootup on SC7280 SoCs. V5: * Improve phandle-array schemas [Stephen/Rob/Krzysztof] * Add more details to the firmware-name/memory region string array [Stephen/Rob] * Drop 'items' from label [Rob] * Drop the patch 1 since Bjorn picked it up V4: * Remove older bindings [Matthias/Krzysztof] * Convert sc7180/sc7280 to yaml and leave the rest to Sireesh's series * Rebased on v2 of Krzysztof's bindings cleanups * Misc. Fixes [Krzysztof] V3: * Re-ordered clock list, fixed pdc_sync typo [Rob/Matthias] V2: * Dropped patch 3 from version 1 [Sub with Bjorn's patch] * Add YAML support [Krzysztof] * Drop interconnect names [Bjorn] Depends on Krzysztof's remoteproc cleanups and improvements: https://patchwork.kernel.org/project/linux-arm-msm/cover/20220517070113.18023-1-krzysztof.kozlowski@xxxxxxxxxx/ Sibi Sankar (2): dt-bindings: remoteproc: qcom: Convert SC7280 MSS bindings to YAML dt-bindings: remoteproc: qcom: Convert SC7180 MSS bindings to YAML .../devicetree/bindings/remoteproc/qcom,q6v5.txt | 47 +--- .../bindings/remoteproc/qcom,sc7180-mss-pil.yaml | 245 +++++++++++++++++++ .../bindings/remoteproc/qcom,sc7280-mss-pil.yaml | 266 +++++++++++++++++++++ 3 files changed, 513 insertions(+), 45 deletions(-) create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,sc7180-mss-pil.yaml create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,sc7280-mss-pil.yaml -- 2.7.4