diff options
author | Georgi Djakov <georgi.djakov@linaro.org> | 2021-04-02 13:12:37 +0300 |
---|---|---|
committer | Georgi Djakov <georgi.djakov@linaro.org> | 2021-04-02 13:12:37 +0300 |
commit | c1de07884f2bafa11ad3780cf08b234c88c2cc9d (patch) | |
tree | 7b7feb54ebefed04387e3188b5c05b6ebc83e8fd /Documentation/devicetree/bindings/interconnect | |
parent | 9e856a74bd02db82c57ad416dd50f91666178499 (diff) | |
parent | 91b940526b84601dfd26da410da6e4d60bda91a6 (diff) | |
download | linux-c1de07884f2bafa11ad3780cf08b234c88c2cc9d.tar.xz |
Merge branch 'icc-sm8350' into icc-next
This adds interconnect support for SM8350 SoC.
* icc-sm8350
dt-bindings: interconnect: Add Qualcomm SM8350 DT bindings
interconnect: qcom: Add SM8350 interconnect provider driver
interconnect: qcom: sm8350: Use the correct ids
interconnect: qcom: sm8350: Add missing link between nodes
Link: https://lore.kernel.org/r/20210318094617.951212-1-vkoul@kernel.org
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/interconnect')
-rw-r--r-- | Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml index 799e73cdb90b..cb6498108b78 100644 --- a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml +++ b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml @@ -71,6 +71,16 @@ properties: - qcom,sm8250-mmss-noc - qcom,sm8250-npu-noc - qcom,sm8250-system-noc + - qcom,sm8350-aggre1-noc + - qcom,sm8350-aggre2-noc + - qcom,sm8350-config-noc + - qcom,sm8350-dc-noc + - qcom,sm8350-gem-noc + - qcom,sm8350-lpass-ag-noc + - qcom,sm8350-mc-virt + - qcom,sm8350-mmss-noc + - qcom,sm8350-compute-noc + - qcom,sm8350-system-noc '#interconnect-cells': enum: [ 1, 2 ] |