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

Commit fe8765fe authored by Veera Vegivada's avatar Veera Vegivada
Browse files

bindings: clock: Add support for SM6150 clock controllers

Update the CAMCC, DEBUGCC, DISPCC, GCC, GPUCC, RPMHCC, SCC
and VIDEOCC bindings for SM6150 device.

Change-Id: Ie9acf4162552c4949c80fd21700342b5f237353e
parent eac80d60
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ Required properties :
			"qcom,yupik-camcc"
			"qcom,scshrike-camcc"
			"qcom,scshrike-camcc-v2"
			"qcom,sm6150-camcc"
			"qcom,sa6155-camcc"

- reg : shall contain base register location and length.
- reg-names: names of registers listed in the same order as in
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ Required properties :
			"qcom,yupik-debugcc"
			"qcom,sdxnightjar-debugcc"
			"qcom,scshrike-debugcc"
			"qcom,sm6150-debugcc"

- qcom,gcc: phandle to the GCC device node.
- qcom,videocc: phandle to the Video CC device node.
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ Required properties :
			"qcom,yupik-dispcc"
			"qcom,scshrike-dispcc"
			"qcom,scshrike-dispcc-v2"
			"qcom,sm6150-dispcc"
			"qcom,sa6155-dispcc"

- reg : shall contain base register location and length.
- #clock-cells : from common clock binding, shall contain 1.
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ Required properties :
			"qcom,sdxnightjar-gcc"
			"qcom,scshrike-gcc"
			"qcom,scshrike-gcc-v2"
			"qcom,sm6150-gcc"
			"qcom,sa6155-gcc"

- reg : shall contain base register location and length
- vdd_cx-supply: The vdd_cx logic rail supply.
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ Required properties :
		"qcom,sa8155-gpucc"
		"qcom,yupik-gpucc"
		"qcom,scshrike-gpucc"
		"qcom,sm6150-gpucc",
		"qcom,sa6155-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