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

Commit 91850032 authored by phaneendra Reddy's avatar phaneendra Reddy
Browse files

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

This patch adds support of RTC6226 Soc in yupik
platform and enables se1_i2c.

CRs-Fixed: 2852905
Change-Id: I9ddec09dfed428a5556bf2976e59290d783d7159
parent eac80d60
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -3818,3 +3818,17 @@
#include "msm-rdbg.dtsi"
#include "yupik-gpu.dtsi"
#include "yupik-thermal.dtsi"

&qupv3_se1_i2c {
	status = "ok";
	nq@64 {
		compatible = "rtc6226";
		reg = <0x64>;
		fmint-gpio = <&tlmm 18 0>;
		vdd-supply = <&L11C>;
		rtc6226,vdd-supply-voltage = <2800000 2800000>;
		rtc6226,vdd-load = <15000>;
		vio-supply = <&L19B>;
		rtc6226,vio-supply-voltage = <1800000 1800000>;
	};
};