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

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

Merge "clk: qcom: Add clock driver support for SDM670"

parents 0700edd6 443bd8d6
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,8 @@ Qualcomm Technologies Camera Clock & Reset Controller Binding
----------------------------------------------------
----------------------------------------------------


Required properties :
Required properties :
- compatible : shall contain "qcom,cam_cc-sdm845" or "qcom,cam_cc-sdm845-v2"
- compatible : shall contain "qcom,cam_cc-sdm845", "qcom,cam_cc-sdm845-v2" or
	       "qcom,cam_cc-sdm670"
- reg : shall contain base register location and length
- reg : shall contain base register location and length
- reg-names: names of registers listed in the same order as in
- reg-names: names of registers listed in the same order as in
	     the reg property.
	     the reg property.
+2 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,8 @@ Qualcomm Technologies, Inc. Display Clock & Reset Controller Binding
----------------------------------------------------
----------------------------------------------------


Required properties :
Required properties :
- compatible : shall contain "qcom,dispcc-sdm845" or "qcom,dispcc-sdm845-v2".
- compatible : shall contain "qcom,dispcc-sdm845", "qcom,dispcc-sdm845-v2" or
	       "qcom,dispcc-sdm670".
- reg : shall contain base register location and length.
- reg : shall contain base register location and length.
- reg-names: names of registers listed in the same order as in
- reg-names: names of registers listed in the same order as in
	     the reg property.
	     the reg property.
+1 −0
Original line number Original line Diff line number Diff line
@@ -18,6 +18,7 @@ Required properties :
			"qcom,gcc-mdm9615"
			"qcom,gcc-mdm9615"
			"qcom,gcc-sdm845"
			"qcom,gcc-sdm845"
			"qcom,gcc-sdm845-v2"
			"qcom,gcc-sdm845-v2"
			"qcom,gcc-sdm670"
			"qcom,debugcc-sdm845"
			"qcom,debugcc-sdm845"


- reg : shall contain base register location and length
- reg : shall contain base register location and length
+2 −0
Original line number Original line Diff line number Diff line
@@ -7,6 +7,8 @@ Required properties :
		"qcom,gpucc-sdm845-v2",
		"qcom,gpucc-sdm845-v2",
		"qcom,gfxcc-sdm845",
		"qcom,gfxcc-sdm845",
		"qcom,gfxcc-sdm845-v2"
		"qcom,gfxcc-sdm845-v2"
		"qcom,gpucc-sdm670",
		"qcom,gfxcc-sdm670"


- reg : shall contain base register offset and size.
- reg : shall contain base register offset and size.
- #clock-cells : shall contain 1.
- #clock-cells : shall contain 1.
+2 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,8 @@ Qualcomm Technologies, Inc. RPMh Clocks
-------------------------------------------------------
-------------------------------------------------------


Required properties :
Required properties :
- compatible : must be "qcom,rpmh-clk-sdm845"
- compatible : shall contain "qcom,rpmh-clk-sdm845" or "qcom,rpmh-clk-sdm670"

- #clock-cells : must contain 1
- #clock-cells : must contain 1
- mboxes : list of RPMh mailbox phandle and channel identifier tuples.
- mboxes : list of RPMh mailbox phandle and channel identifier tuples.
- mbox-names : list of names to identify the RPMh mailboxes used.
- mbox-names : list of names to identify the RPMh mailboxes used.
Loading