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

Commit 79724279 authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: qcom: add refgen regulator device for shima

Add a refgen-regulator device for the north refgen used by the
DSI PHY.

Change-Id: Ibb80eb93c60b6d9ad7310987063d5cae6b175dc3
parent 94a849a7
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -910,3 +910,14 @@
		};
	};
};

&soc {
	refgen: refgen-regulator@ff1000 {
		compatible = "qcom,refgen-kona-regulator";
		reg = <0xff1000 0x84>;
		regulator-name = "refgen";
		proxy-supply = <&refgen>;
		qcom,proxy-consumer-enable;
		regulator-enable-ramp-delay = <5>;
	};
};