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

Commit ab0055a6 authored by Banajit Goswami's avatar Banajit Goswami
Browse files

ARM: dts: msm: Add AV timer specific data for APQ8084



LPASS exposes registers from which timestamp can be
read by clients for audio & video synchronization.
Change adds the register addresses of AV timer in LPASS.

Change-Id: I2a18a3e26131c57bf9c575842e21b3ca5d211918
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
parent 55900c89
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -5416,6 +5416,13 @@
					  <45 512 25000 200000>,  /* 200 Mbps */
					  <45 512 100000 200000>; /* 800 Mbps */
	};

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

&gdsc_venus {