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

Commit ddeec521 authored by Deepak Katragadda's avatar Deepak Katragadda Committed by Kyle Yan
Browse files

ARM: dts: msm: Add MSMCOBALT v2 specific gfx_stub regulator changes



Use the gfx_stub_vreg regulator node for sourcing the graphics
clocks and GDSC on the pre-silicon platforms. Note that CPR
changes are still required for the graphics rail on the actual
target.

CRs-Fixed: 1015446
Change-Id: Ib92b11c23785e737f91ad09bcbb3d0b849d3a2bf
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent d7a39b70
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -22,3 +22,8 @@
	compatible = "qcom,msmcobalt-rumi", "qcom,msmcobalt", "qcom,rumi";
	qcom,board-id = <15 0>;
};

&gfx_stub_vreg {
	regulator-max-microvolt = <8>;
	status = "okay";
};
+5 −0
Original line number Diff line number Diff line
@@ -22,3 +22,8 @@
	compatible = "qcom,msmcobalt-sim", "qcom,msmcobalt", "qcom,sim";
	qcom,board-id = <16 0>;
};

&gfx_stub_vreg {
	regulator-max-microvolt = <8>;
	status = "okay";
};