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

Commit 9628949e authored by Gopikrishnaiah Anandan's avatar Gopikrishnaiah Anandan Committed by Fred Oh
Browse files

ARM: dts: msm: add avtimer info for 8994



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

Change-Id: I76ceab4ffd7039f44282a7996a22c50b6fd8b57b
Signed-off-by: default avatarGopikrishnaiah Anandan <agopik@codeaurora.org>
Signed-off-by: default avatarKuirong Wang <kuirongw@codeaurora.org>
Signed-off-by: default avatarFred Oh <fred@codeaurora.org>
parent fe65c3f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Required properties:
- compatible : Must be "qcom,avtimer"

Optional properties:
- clk_div : For 8916 the clk is at 27MHz and hence ticks are to be
- clk_div : The clk is at 27MHz and hence ticks are to be
 divided by 27 to achive the msec value.

Example:
+7 −0
Original line number Diff line number Diff line
@@ -3058,6 +3058,13 @@
		};
	};

	qcom,avtimer@fe09c000 {
		compatible = "qcom,avtimer";
		reg = <0xFE09C00C 0x4>,
		      <0xFE09C010 0x4>;
		reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
		qcom,clk_div = <27>;
	};
};

&gdsc_usb30 {