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

Commit 873ea921 authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

clk: qcom: clk-rpmh: Add support for clk-rpmh driver for ATOLL



Add the support for clock RPMh driver to vote for ARC and VRM
managed clock resources.

Change-Id: I5359344cb4bd87d73a732fe4057b4986132778e8
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 71307250
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@ Required properties:
		"qcom,rpmh-clk-sm8150",
		"qcom,rpmh-clk-sdmshrike",
		"qcom,rpmh-clk-sdmmagpie"
		"qcom,rpmh-clk-sdxprairie".
		"qcom,rpmh-clk-sdxprairie",
		"qcom,rpmh-clk-atoll".
- #clock-cells:	Must contain 1.
- mboxes:	List of RPMh mailbox phandle and channel identifier tuples.
- mbox-names:	List of names to identify the RPMh mailboxes used.
+1 −0
Original line number Diff line number Diff line
@@ -522,6 +522,7 @@ static const struct of_device_id clk_rpmh_match_table[] = {
	{ .compatible = "qcom,rpmh-clk-sdmmagpie", .data = &clk_rpmh_sm6150},
	{ .compatible = "qcom,rpmh-clk-sdxprairie",
						.data = &clk_rpmh_sdxprairie},
	{ .compatible = "qcom,rpmh-clk-atoll", .data = &clk_rpmh_sm6150},
	{ }
};
MODULE_DEVICE_TABLE(of, clk_rpmh_match_table);