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

Commit e83f1133 authored by himta ram's avatar himta ram Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable rtc6226 FM driver on kona



Add device node for rtc6226 FM chip.

Change-Id: Ib5cc04dceed43f23085b46adaecf0d5266254b6d
Signed-off-by: default avatarhimta ram <hram@codeaurora.org>
parent 60cc8a01
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -3243,3 +3243,16 @@
#include "kona-cvp.dtsi"
#include "kona-npu.dtsi"
#include "kona-gpu.dtsi"

&qupv3_se15_i2c {
	status = "ok";
	nq@64 {
		compatible = "rtc6226";
		reg = <0x64>;
		fmint-gpio = <&tlmm 51 0>;
		vdd-supply = <&pm8150a_bob>;
		rtc6226,vdd-supply-voltage = <3300000 3300000>;
		vio-supply = <&pm8150_s4>;
		rtc6226,vio-supply-voltage = <1800000 1800000 >;
	};
};