diff options
author | Georgi Djakov <djakov@kernel.org> | 2021-12-14 22:44:01 +0100 |
---|---|---|
committer | Georgi Djakov <djakov@kernel.org> | 2021-12-14 22:44:01 +0100 |
commit | 4a5cf65d003c0a77228cc301caad12ef1c518a9b (patch) | |
tree | f07b9b2e00ff3f0ad5aa9165812c23bfb66cf935 /Documentation/devicetree/bindings/interconnect | |
parent | Merge branch 'icc-sc7280' into icc-next (diff) | |
parent | interconnect: qcom: Add SM8450 interconnect provider driver (diff) | |
download | linux-4a5cf65d003c0a77228cc301caad12ef1c518a9b.tar.xz linux-4a5cf65d003c0a77228cc301caad12ef1c518a9b.zip |
Merge branch 'icc-sm8450' into icc-next
This add device tree binding and driver for interconnect providers found in
SM8450 SoC.
* icc-sm8450
dt-bindings: interconnect: Add Qualcomm SM8450 DT bindings
interconnect: qcom: Add SM8450 interconnect provider driver
Link: https://lore.kernel.org/r/20211209084842.189627-1-vkoul@kernel.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/interconnect')
-rw-r--r-- | Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml index 3fd1a134162d..cbb24f9bb609 100644 --- a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml +++ b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml @@ -104,6 +104,17 @@ properties: - qcom,sm8350-mmss-noc - qcom,sm8350-compute-noc - qcom,sm8350-system-noc + - qcom,sm8450-aggre1-noc + - qcom,sm8450-aggre2-noc + - qcom,sm8450-clk-virt + - qcom,sm8450-config-noc + - qcom,sm8450-gem-noc + - qcom,sm8450-lpass-ag-noc + - qcom,sm8450-mc-virt + - qcom,sm8450-mmss-noc + - qcom,sm8450-nsp-noc + - qcom,sm8450-pcie-anoc + - qcom,sm8450-system-noc '#interconnect-cells': enum: [ 1, 2 ] |