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

Commit 1f4f2149 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add utility factor for Holi"

parents 26517a70 29489660
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>,
+3 −0
Original line number Diff line number Diff line
@@ -960,6 +960,7 @@
		reg = <0x01899000 0x6000>;
		compatible = "qcom,holi-mmnrt_virt";
		#interconnect-cells = <1>;
		qcom,util-factor = <142>;
		clock-names = "bus", "bus_a";
		clocks = <&rpmcc RPM_SMD_MMNRT_CLK>,
			<&rpmcc RPM_SMD_MMNRT_A_CLK>;
@@ -969,6 +970,7 @@
		reg = <0x0189f000 0x1000>;
		compatible = "qcom,holi-mmrt_virt";
		#interconnect-cells = <1>;
		qcom,util-factor = <142>;
		clock-names = "bus", "bus_a";
		clocks = <&rpmcc RPM_SMD_MMRT_CLK>,
			<&rpmcc RPM_SMD_MMRT_A_CLK>;
@@ -987,6 +989,7 @@
		reg = <0x04480000 0x80000>;
		compatible = "qcom,holi-bimc";
		#interconnect-cells = <1>;
		qcom,util-factor = <151>;
		clock-names = "bus", "bus_a";
		clocks = <&rpmcc RPM_SMD_BIMC_CLK>,
			<&rpmcc RPM_SMD_BIMC_A_CLK>;