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

Commit 030de8d4 authored by Kuirong Wang's avatar Kuirong Wang
Browse files

avtimer: Update the avtimer clock division name



Update the avtimer clock division name to match the name
defined in the device tree.

Change-Id: I213b57c1ecbe22a38ec766491e74542328c8d4ab
Signed-off-by: default avatarKuirong Wang <kuirongw@codeaurora.org>
parent b8ac491b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -457,7 +457,7 @@ static int dev_avtimer_probe(struct platform_device *pdev)
			__func__, major);

	if (of_property_read_u32(pdev->dev.of_node,
			"qcom,clk_div", &clk_div_val))
			"qcom,clk-div", &clk_div_val))
		avtimer.clk_div = 1;
	else
		avtimer.clk_div = clk_div_val;