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

Commit 235c012b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: pil: Fix the parsing of the proxy-unvote irq" into msm-next

parents fedd0abb 801e65d7
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -738,9 +738,9 @@ static int pil_parse_devicetree(struct pil_desc *desc)
		pr_debug("Unable to read the addr-protect-id for %s\n",
		pr_debug("Unable to read the addr-protect-id for %s\n",
					desc->name);
					desc->name);


	if (desc->ops->proxy_unvote && of_find_property(ofnode,
	if (desc->ops->proxy_unvote &&
					"qcom,proxy-unvote",
			of_property_match_string(ofnode, "interrupt-names",
					NULL)) {
				"qcom,proxy-unvote") >= 0) {
		clk_ready = of_irq_get_byname(ofnode,
		clk_ready = of_irq_get_byname(ofnode,
				"qcom,proxy-unvote");
				"qcom,proxy-unvote");