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

Commit d3799b80 authored by Vatsal Bucha's avatar Vatsal Bucha Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Make vdd-buck as on-demand supply



Convert vdd-buck from static to on-demand supply
in order to enable vdd-buck only when rx usecase
is running.

Change-Id: Ie4c5bf02cd12d9935246e3ba86de4b3dd6ad55b5
Signed-off-by: default avatarVatsal Bucha <vbucha@codeaurora.org>
parent 1cef27dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,8 +181,8 @@

		qcom,cdc-static-supplies = "cdc-vdd-ldo-rxtx",
					   "cdc-vddpx-1",
					   "cdc-vdd-buck",
					   "cdc-vdd-mic-bias";
		qcom,cdc-on-demand-supplies = "cdc-vdd-buck";
	};

};