From 3fd626f9273ab1f24e81bc4b8088e479317bad36 Mon Sep 17 00:00:00 2001 From: Odelu Kukatla Date: Mon, 10 Aug 2020 23:21:22 +0530 Subject: [PATCH] dt-bindings: interconnect: update interconnect bindings Update the interconnect device bindings. These devices can be used to describe any RPM and NoC based interconnect devices. Change-Id: Icbeefc5dcbe0b1f8d0db8d429c7db3a4da20b71c --- bindings/interconnect/qcom,holi.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bindings/interconnect/qcom,holi.txt b/bindings/interconnect/qcom,holi.txt index fd3e2dc1..262c285a 100644 --- a/bindings/interconnect/qcom,holi.txt +++ b/bindings/interconnect/qcom,holi.txt @@ -15,6 +15,12 @@ reg : specifies the physical base address and size of registers clocks : list of phandles and specifiers to all interconnect bus clocks clock-names : clock names should include both "bus" and "bus_a" +The following are optional properties: + +qcom,util-factor : Parameter that represents the DDR utilization factor + to be used in aggregation scheme. It is represented as + actual util-factor * 100. + Examples: soc { @@ -22,6 +28,7 @@ soc { system_noc: interconnect@1880000 { reg = <0x1880000 0x5f080>; compatible = "qcom,holi-system_noc"; + qcom,util-factor = <142>; #interconnect-cells = <1>; clock-names = "bus", "bus_a"; clocks = <&rpmcc RPM_SMD_SNOC_CLK>,