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

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

Merge "ARM: dts: msm: Add a vote for CPU to GPU Config path for lito"

parents 2a89ad7e e9609270
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -73,6 +73,13 @@ Properties:
						qcom,msm-bus,vectors-KBps
			to be used by ocmem msm bus scaling client.

- qcom,cpu-to-gpu-cfg-path: Container for another set of bus scaling properties
						qcom,msm-bus,name
						qcom,msm-bus,num-cases
						qcom,msm-bus,num-paths
						qcom,msm-bus,vectors-KBps
			to be used for keeping all clocks ON in CPU to GPU AHB config path.

GDSC Oxili Regulators:
- regulator-names:		List of regulator name strings sorted in power-on order
- vddcx-supply:			Phandle for vddcx regulator device node.
+10 −0
Original line number Diff line number Diff line
@@ -348,6 +348,16 @@
				};
			};
		};

		qcom,cpu-to-gpu-cfg-path {
			qcom,msm-bus,name = "gpu_cfg";
			qcom,msm-bus,num-cases = <3>;
			qcom,msm-bus,num-paths = <1>;
			qcom,msm-bus,vectors-KBps =
				<1 598 0 0>,            // off
				<1 598 0 100>,          // min freq
				<1 598 0 9999999>;      // max freq
		};
	};

	kgsl_msm_iommu: qcom,kgsl-iommu@3da0000 {