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

Commit b192ea7c authored by Suresh Vankadara's avatar Suresh Vankadara
Browse files

ARM: dts: msm: camera: cpas: Add GPU Limit support

Cx Ipeak GPU limit support is added.

CRs-Fixed: 2590752
Change-Id: I37f5b64dcc85c970e86da0d0dcbce89987a257fc
parent dce9f474
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -306,6 +306,7 @@
		clock-cntl-level = "suspend", "minsvs", "lowsvs", "svs",
			"svs_l1", "nominal", "turbo";
		qcom,cam-cx-ipeak = <&cx_ipeak_lm 8>;
		qcom,cx-ipeak-gpu-limit = <600000000>;
		control-camnoc-axi-clk;
		camnoc-bus-width = <32>;
		camnoc-axi-clk-bw-margin-perc = <20>;
+12 −0
Original line number Diff line number Diff line
@@ -128,6 +128,16 @@ First Level Node - CAM CPAS device
  Definition: List of strings corresponds clock-rates levels.
  Supported strings: minsvs, lowsvs, svs, svs_l1, nominal, turbo.

- qcom,cam-cx-ipeak
  Usage: required
  Value type: <u32>
  Definition: Camera Cx Ipeak ID.

- qcom,cx-ipeak-gpu-limit;
  Usage: required
  Value type: <u32>
  Definition: Camera Cx Ipeak GPU Limit.

- control-camnoc-axi-clk
  Usage: optional
  Value type: <empty>
@@ -311,6 +321,8 @@ Example:
		src-clock-name = "slow_ahb_clk_src";
		clock-rates = <0 0 0 0 80000000 0>;
		clock-cntl-level = "turbo";
		qcom,cam-cx-ipeak = <&cx_ipeak_lm 8>;
		qcom,cx-ipeak-gpu-limit = <650000000>;
		control-camnoc-axi-clk;
		camnoc-bus-width = <32>;
		camnoc-axi-clk-bw-margin-perc = <10>;