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

Commit b8ac491b authored by Kuirong Wang's avatar Kuirong Wang
Browse files

arm: dts: msm: Add avtimer info for msm8996



avtimer is used for synchronization of audio and video
during the playback/capture usecase. This change adds
avtimer register addresses in device tree for msm8996
target.

Change-Id: Ib027b429258061fa0d4777fbf412bf38c5dbaec0
Signed-off-by: default avatarKuirong Wang <kuirongw@codeaurora.org>
parent 3169f303
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3523,6 +3523,14 @@
		};
	};

	qcom,avtimer@90f7000 {
		compatible = "qcom,avtimer";
		reg = <0x90f700c 0x4>,
		      <0x90f7010 0x4>;
		reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
		qcom,clk-div = <27>;
	};

	mcd {
		compatible = "qcom,mcd";
		qcom,ce-hw-instance = <0>;