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

Commit e77a9000 authored by Arun KS's avatar Arun KS
Browse files

msm: clk: Document clock compatible strings



Pach 5785af3b introduces
checking of compatible strings in .c and .h aswell.

Document clock related compatible strings to avoid
checkpatch warnings.

Change-Id: Ie232ea7d8ea28cb22d5b988011f435bcfbacd4e9
Signed-off-by: default avatarArun KS <arunks@codeaurora.org>
parent b06d837b
Loading
Loading
Loading
Loading
+24 −5
Original line number Diff line number Diff line
@@ -9,11 +9,30 @@ Minor differences between hardware revisions are handled in code by re-using
the compatible string to indicate the revision.

Required properties:
- compatible:		Must be one of "qcom,gcc-<target>",
			"qcom,mmsscc-<target>", "qcom,debugcc-<target>",
			"qcom,lpasscc-<target>", "qcom,gcc-mdss-<target>"
			or "qcom,mmsscc-mdss-<target>".
			<target> is the name of the Qualcomm SoC.
- compatible:		Must be one of following,
			"qcom,gcc-8916"
			"qcom,gcc-8936"
			"qcom,gcc-8909"
			"qcom,gcc-8992"
			"qcom,gcc-8994"
			"qcom,gcc-8994v2"
			"qcom,rpmcc-8994"
			"qcom,rpmcc-8992"
			"qcom,rpmcc-8916"
			"qcom,rpmcc-8936"
			"qcom,rpmcc-8909"
			"qcom,cc-debug-8916"
			"qcom,cc-debug-8936"
			"qcom,cc-debug-8909"
			"qcom,cc-debug-8992"
			"qcom,cc-debug-8994"
			"qcom,gcc-mdss-8936"
			"qcom,gcc-mdss-8909"
			"qcom,gcc-mdss-8916"
			"qcom,mmsscc-8994v2"
			"qcom,mmsscc-8994"
			"qcom,mmsscc-8992"

- reg:			Pairs of physical base addresses and region sizes of
			memory mapped registers.
- reg-names:		Names of the bases for the above registers. Currently,