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

Commit f89c27ca 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: add avtimer device node."

parents aee24865 c64ab098
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";
	};
};