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

Commit a0b07ed4 authored by Aditya Bavanari's avatar Aditya Bavanari Committed by Gerrit - the friendly Code Review server
Browse files

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

AV timer register access sometimes causes NOC or AHB bus hang.
Correct the addresses of avtimer lsb and msb registers to fix
this issue.

Change-Id: I8c9d66988f4b22a8eb88fe609eced6b52d9ddcab
parent f5b81250
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -7,10 +7,10 @@
};
};


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


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