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

Commit 5e3f16b0 authored by Shefali Jain's avatar Shefali Jain
Browse files

ARM: dts: msm: Update GDSC device nodes for QCS405



Currently the device nodes of GDSC uses the fixed
regulators, update them to register with gdsc
regulator.

Change-Id: Ibf226b1c05ea1badade6b67d582baa9551b38b9e
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent d9281e0f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@
&soc {
	/* GDSCs in Global CC */
	gdsc_mdss: qcom,gdsc@184d078 {
		compatible = "regulator-fixed";
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_mdss";
		reg = <0x184d078 0x4>;
		status = "disabled";
	};

	gdsc_oxili_gx: qcom,gdsc@185901c {
		compatible = "regulator-fixed";
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_oxili_gx";
		reg = <0x185901c 0x4>;
		status = "disabled";