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

Commit dc9a2b8f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents ad7123cc 873ea921
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);