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

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

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

parents 7c7dae11 5b1d60e7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,7 +5,8 @@ Required properties:
		"qcom,rpmh-clk-sm6150",
		"qcom,rpmh-clk-sm8150",
		"qcom,rpmh-clk-sdmshrike",
		"qcom,rpmh-clk-sdmmagpie".
		"qcom,rpmh-clk-sdmmagpie"
		"qcom,rpmh-clk-sdxprairie".
- #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
@@ -372,6 +372,7 @@ static const struct of_device_id clk_rpmh_match_table[] = {
	{ .compatible = "qcom,rpmh-clk-sdmshrike", .data = &clk_rpmh_sdmshrike},
	{ .compatible = "qcom,rpmh-clk-sm6150", .data = &clk_rpmh_sm6150},
	{ .compatible = "qcom,rpmh-clk-sdmmagpie", .data = &clk_rpmh_sm6150},
	{ .compatible = "qcom,rpmh-clk-sdxprairie", .data = &clk_rpmh_sm8150},
	{ }
};
MODULE_DEVICE_TABLE(of, clk_rpmh_match_table);