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

Commit aa7ef7d9 authored by Laxminath Kasam's avatar Laxminath Kasam
Browse files

ARM: dts: msm: fix avtimer clk-div property usage in all targets



In 8937 target, avtimer values are not coming proper.
since clk-div property is not defined correctly,
driver is not able to parse the value from device tree.
Update the property name clk-div so that it is
parsed by driver.

Change-Id: Ieda475d75792b108f357ba2ae9b2e6168158f1cd
Signed-off-by: default avatarLaxminath Kasam <lkasam@codeaurora.org>
parent d171201f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -293,7 +293,7 @@
		reg = <0x0c0a300c 0x4>,
			<0x0c0a3010 0x4>;
		reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
		qcom,clk_div = <27>;
		qcom,clk-div = <27>;
	};

	int_codec: sound {
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -1635,7 +1635,7 @@
		reg = <0x0770600C 0x4>,
			<0x07706010 0x4>;
		reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
		qcom,clk_div = <27>;
		qcom,clk-div = <27>;
	};

	mcd {
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -2164,7 +2164,7 @@
		reg = <0x0c0a300c 0x4>,
			<0x0c0a3010 0x4>;
		reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
		qcom,clk_div = <27>;
		qcom,clk-div = <27>;
	};
};