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

Commit b184c677 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents b7a5521a e83f1133
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -3246,3 +3246,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 >;
	};
};