aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2023-01-05 11:52:04 +0000
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2023-01-07 00:31:09 +0000
commit9d74f16a03f9b0ae03ea8621f21e7ee8408f60c0 (patch)
tree75ab50b2aeccb686e892e44a3a87b97b9a2bfc86
parent7dbabee05844b009ba7beac7605fad1531341dfa (diff)
dt-bindings: interconnect: Update snoc example with msm8939 child nodelinux-stable-22-12-14-msm8939-no-cpr-23-01-07-dts
Update the snoc example with a snoc-mm child node example. Convert from msm8916-snoc to msm8939-snoc to facilitate the updated example. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/interconnect/qcom,rpm.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/interconnect/qcom,rpm.yaml b/Documentation/devicetree/bindings/interconnect/qcom,rpm.yaml
index 5806b978d346..f369678f4a3a 100644
--- a/Documentation/devicetree/bindings/interconnect/qcom,rpm.yaml
+++ b/Documentation/devicetree/bindings/interconnect/qcom,rpm.yaml
@@ -240,10 +240,17 @@ examples:
};
snoc: interconnect@580000 {
- compatible = "qcom,msm8916-snoc";
+ compatible = "qcom,msm8939-snoc";
reg = <0x00580000 0x14000>;
#interconnect-cells = <1>;
clock-names = "bus", "bus_a";
clocks = <&rpmcc RPM_SMD_SNOC_CLK>,
<&rpmcc RPM_SMD_SNOC_A_CLK>;
+ snoc_mm: interconnect-snoc {
+ compatible = "qcom,msm8939-snoc-mm";
+ clock-names = "bus", "bus_a";
+ clocks = <&rpmcc RPM_SMD_SYSMMNOC_CLK>,
+ <&rpmcc RPM_SMD_SYSMMNOC_A_CLK>;
+ #interconnect-cells = <1>;
+ };
};