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

Commit d4b87f9c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add avtimer info for 8994"

parents ad66ccb5 9628949e
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
@@ -3064,6 +3064,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 {