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

Commit e8416d83 authored by Devesh Jhunjhunwala's avatar Devesh Jhunjhunwala
Browse files

ARM: dts: msm: Replace gdsc_hlos1_vote_gpu_smmu with gdsc_gpu_cx



We use gdsc_gpu_cx for graphics votes on the CX rail for msmcobalt
instead of gdsc_hlos1_vote_gpu_smmu for. Make this change and
remove the redundant gdsc from the device tree.

Change-Id: I5039ac516d7de6776cfa1038fdd8a1160a5f80db
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
parent 031e28bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@
			   <GIC_SPI 332 IRQ_TYPE_LEVEL_HIGH>,
			   <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
			   <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;
		vdd-supply = <&gdsc_hlos1_vote_gpu_smmu>;
		vdd-supply = <&gdsc_gpu_cx>;
		clocks = <&clock_gcc clk_gcc_bimc_gfx_clk>;
		clock-name = "kgsl_smmu_clk";
		#clock-cells = <1>;
+0 −8
Original line number Diff line number Diff line
@@ -41,14 +41,6 @@
		status = "disabled";
	};

	gdsc_hlos1_vote_gpu_smmu: qcom,gdsc@17d024 {
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_hlos1_vote_gpu_smmu";
		reg = <0x17d024 0x4>;
		qcom,no-status-check-on-disable;
		status = "disabled";
	};

	gdsc_hlos1_vote_lpass_adsp: qcom,gdsc@17d034 {
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_hlos1_vote_lpass_adsp";
+0 −4
Original line number Diff line number Diff line
@@ -1111,10 +1111,6 @@
	status = "ok";
};

&gdsc_hlos1_vote_gpu_smmu {
	status = "ok";
};

&gdsc_hlos1_vote_lpass_adsp {
	status = "ok";
};