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

Commit ecb8037d authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

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

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

Change-Id: Ia6d2f7ed1cc4c2b5b9962f3b06f9a32df66caa78
parent 02d74d32
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -500,3 +500,12 @@
		};
	};
};

&soc {
	refgen: refgen-regulator@162F000 {
		compatible = "qcom,refgen-kona-regulator";
		reg = <0x162F000 0x60>;
		regulator-name = "refgen";
		regulator-enable-ramp-delay = <5>;
	};
};