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-17 01:57:33 +0000
commit6cead752925dd233836bd19565c01318751be4da (patch)
tree95009dc3f95a484c2d62e117dd4c768131e508df
parent1caf51e5fc0fa252dc88a038dbfabad5dd6c17b2 (diff)
dt-bindings: interconnect: Update snoc example with msm8939 child node
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 d9d243c5514b..09910eb1a381 100644
--- a/Documentation/devicetree/bindings/interconnect/qcom,rpm.yaml
+++ b/Documentation/devicetree/bindings/interconnect/qcom,rpm.yaml
@@ -271,10 +271,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>;
+ };
};