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

Commit ef644a7e authored by himta ram's avatar himta ram
Browse files

ARM: dts: msm: Add support for FM in lahaina platform

This patch adds support of RTC6226 Soc in lahaina platform
and enables se13_i2c node.

CRs-Fixed: 2624804
Change-Id: If76eb9d99a0d294cf0369948d37b5fed8fe213f2
parent 73c997e2
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -3733,3 +3733,16 @@
&qupv3_se18_4uart {
	status = "ok";
};

&qupv3_se13_i2c {
	status = "ok";
	nq@64 {
		compatible = "rtc6226";
		reg = <0x64>;
		fmint-gpio = <&tlmm 50 0>;
		vdd-supply = <&BOB>;
		rtc6226,vdd-supply-voltage = <2800000 2800000>;
		vio-supply = <&S10B>;
		rtc6226,vio-supply-voltage = <1800000 1800000 >;
	};
};