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

Commit f30a88bb authored by Asish Bhattacharya's avatar Asish Bhattacharya
Browse files

ARM: dts: qcom: add avtimer device



This avtimer driver is used by camera to acess avtimer
values for AV sync.

Change-Id: Iabdb2b8b1a18dee9b5e823107dee716bcc0ba85d
Signed-off-by: default avatarAsish Bhattacharya <asishb@codeaurora.org>
parent c30e0fc0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1709,6 +1709,13 @@
		reg = <0x400000 0x80000>;
		reg-names = "bimc";
	};

	qcom,avtimer {
		compatible = "qcom,avtimer";
		reg = <0x0770600C 0x4>,
			<0x07706010 0x4>;
		reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
	};
};

&gdsc_venus {
+7 −0
Original line number Diff line number Diff line
@@ -1468,6 +1468,13 @@
		qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_4_out 0 0>;
		linux,contiguous-region = <&peripheral_mem>;
	};

	qcom,avtimer {
		compatible = "qcom,avtimer";
		reg = <0xfe053008 0x4>,
			<0xfe05300c 0x4>;
		reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
	};
};

&gdsc_venus {