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

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

Merge "ARM: dts: msm: Add ACD configs for Lito GPU"

parents 8acca649 3b33bc9e
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -21,6 +21,16 @@
	gpu_opp_table: gpu-opp-table {
		compatible = "operating-points-v2";

		opp-750000000 {
			opp-hz = /bits/ 64 <750000000>;
			opp-microvolt = <RPMH_REGULATOR_LEVEL_TURBO>;
		};

		opp-700000000 {
			opp-hz = /bits/ 64 <700000000>;
			opp-microvolt = <RPMH_REGULATOR_LEVEL_NOM_L1>;
		};

		opp-625000000 {
			opp-hz = /bits/ 64 <625000000>;
			opp-microvolt = <RPMH_REGULATOR_LEVEL_NOM>;
@@ -428,6 +438,21 @@
		mboxes = <&qmp_aop 0>;
		mbox-names = "aop";

		qcom,gpu-acd-table {
			/* Corresponds to levels in the GPU perf table */
			qcom,acd-enable-by-level = <0x7e>;
			qcom,acd-stride = <0x1>;
			qcom,acd-num-levels = <0x6>;

			/* ACDCR */
			qcom,acd-data = <0x802F5FFD	/* LowSVS*/
					0x802F5FFD	/* SVS */
					0x802F5FFD	/* SVS_L1 */
					0x802F5FFD	/* NOM */
					0x802F5FFD	/* NOM_L1 */
					0x802F5FFD>;	/* TURBO */
		};

		gmu_user: gmu_user {
			compatible = "qcom,smmu-gmu-user-cb";
			iommus = <&kgsl_smmu 0x4 0x400>;