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

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

Merge "clk: qcom: Add GPUCC clock driver for ATOLL"

parents 83c142a8 87310f9d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@ Required properties :
		"qcom,camcc-sdmshrike",
		"qcom,camcc-sm6150",
		"qcom,camcc-sdmmagpie",
		"qcom,camcc-sa6155".
		"qcom,camcc-sa6155",
		"qcom,atoll-camcc".
- reg : shall contain base register location and length.
- reg-names: names of registers listed in the same order as in
	     the reg property.
+2 −1
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@ Required properties :
		"qcom,debugcc-sm6150",
		"qcom,debugcc-sdmmagpie"
		"qcom,debugcc-sdxprairie",
		"qcom,debugcc-trinket".
		"qcom,debugcc-trinket",
		"qcom,atoll-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,dispcc-sdmmagpie",
		"qcom,dispcc-trinket",
		"qcom,dispcc-sdmshrike-v2",
		"qcom,dispcc-sa6155".
		"qcom,dispcc-sa6155",
		"qcom,atoll-dispcc".
- reg : Shall contain base register location and length.
- reg-names: Address name. Must be "cc_base".
- vdd_mm-supply: phandle to the MM_CX rail that needs to be voted on behalf
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ Required properties :
			"qcom,gcc-trinket"
			"qcom,gcc-sa6155"
			"qcom,gcc-sdxprairie-v2"
			"qcom,atoll-gcc"

- reg : shall contain base register location and length
- #clock-cells : shall contain 1
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@ Required properties :
		"qcom,gpucc-sm6150",
		"qcom,gpucc-sdmmagpie",
		"qcom,gpucc-trinket",
		"qcom,gpucc-sa6155".
		"qcom,gpucc-sa6155",
		"qcom,atoll-gpucc".

- reg : shall contain base register offset and size.
- reg-names: names of registers listed in the same order as in the reg property.
Loading