Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fd626f9 authored by Odelu Kukatla's avatar Odelu Kukatla Committed by Gerrit - the friendly Code Review server
Browse files

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
parent 8c41e5b7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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>,