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

Commit c64ab098 authored by Asish Bhattacharya's avatar Asish Bhattacharya
Browse files

ARM: dts: add avtimer device node.



Add correct instance of avtimer device node for 8939.

Change-Id: I6a1d1811cb6f5375d5b6ed538c7278e2f034952d
Signed-off-by: default avatarAsish Bhattacharya <asishb@codeaurora.org>
parent 82f65cf9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1507,10 +1507,10 @@
		linux,contiguous-region = <&peripheral_mem>;
	};

	qcom,avtimer {
	qcom,avtimer@7706000 {
		compatible = "qcom,avtimer";
		reg = <0xfe053008 0x4>,
			<0xfe05300c 0x4>;
		reg = <0x0770600C 0x4>,
			<0x07706010 0x4>;
		reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
	};
};