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

Commit 8d585e72 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge e244beee on remote branch

Change-Id: I9a1ac14e9f457306a82853971d3a5745fe5e20ac
parents 290156ed e244beee
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@ Required properties :
		"qcom,bengal-debugcc", "qcom,lagoon-debugcc"
		"qcom,sdm660-debugcc" "qcom,sdm429w-debugcc"
		"qcom,msm8937-debugcc" "qcom,msm8917-debugcc"
		"qcom,sdm429w-debugcc "or "qcom,qm215-debugcc".
		"qcom,sdm429w-debugcc", "qcom,qm215-debugcc"
		or "qcom,sdm450-debugcc", "qcom,khaje-debugcc".
- qcom,gcc: phandle to the GCC device node.
- qcom,videocc: phandle to the Video CC device node.
- qcom,camcc: phandle to the Camera CC device node.
+2 −1
Original line number Diff line number Diff line
@@ -9,7 +9,8 @@ Required properties :
		"qcom,lito-dispcc"
		"qcom,bengal-dispcc"
		"qcom,lagoon-dispcc"
		"qcom,scuba-dispcc".
		"qcom,scuba-dispcc"
		"qcom,khaje-dispcc".
- reg : shall contain base register location and length.
- vdd_mm-supply: phandle to the MM_CX rail that needs to be voted on behalf
of the clocks.
+2 −0
Original line number Diff line number Diff line
@@ -31,10 +31,12 @@ Required properties :
			"qcom,gcc-msm8917"
			"qcom,gcc-msm8937"
			"qcom,gcc-sdm429w"
			"qcom,gcc-sdm450"
			"qcom,gcc-mdss-msm8937"
			"qcom,gcc-mdss-qm215"
			"qcom,gcc-mdss-sdm429w"
			"qcom,gcc-mdss-sdm439"
			"qcom,khaje-gcc"

- reg : shall contain base register location and length
- #clock-cells : shall contain 1
+2 −1
Original line number Diff line number Diff line
@@ -9,7 +9,8 @@ Required properties :
		"qcom,lagoon-gpucc",
		"qcom,gpu-sdm660",
		"qcom,gpucc-sdm660",
		"qcom,gpucc-sdm630".
		"qcom,gpucc-sdm630",
		"qcom,khaje-gpucc".

- reg: shall contain base register offset and size.
- reg-names: names of registers listed in the same order as in the reg property.
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ Required properties :
			"qcom,rpmcc-sdm660", "qcom,rpmcc"
			"qcom,rpmcc-sdm439", "qcom,rpmcc"
			"qcom,rpmcc-qm215", "qcom,rpmcc"
			"qcom,rpmcc-sdm450", "qcom,rpmcc"

- #clock-cells : shall contain 1

Loading