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

Commit 6e8fc615 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Correct the avtimer msb and lsb address registers"

parents e5126d13 a0b07ed4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@
};

&soc {
	qcom,avtimer@39ef000 {
	qcom,avtimer@39f0000 {
		compatible = "qcom,avtimer";
		reg = <0x039ef00c 0x4>,
		      <0x039ef010 0x4>;
		reg = <0x039f000c 0x4>,
		      <0x039f0010 0x4>;
		reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
		qcom,clk-div = <192>;
		qcom,clk-mult = <10>;
+3 −3
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@
};

&soc {
	qcom,avtimer@39ef000 {
	qcom,avtimer@39f0000 {
		compatible = "qcom,avtimer";
		reg = <0x039ef00c 0x4>,
		      <0x039ef010 0x4>;
		reg = <0x039f000c 0x4>,
		      <0x039f0010 0x4>;
		reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
		qcom,clk-div = <192>;
		qcom,clk-mult = <10>;