Skip to content

Commit 61b17d0

Browse files
JIaxygaandersson
authored andcommitted
dt-bindings: clock: qcom,gcc-sm8450: Add SM8475 GCC bindings
Add new entry to the SM8450 dt-bindings and add SM8475-specific clocks to SM8450 GCC header file. Signed-off-by: Danila Tikhonov <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 9852d85 commit 61b17d0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Documentation/devicetree/bindings/clock/qcom,gcc-sm8450.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ description: |
1717
1818
properties:
1919
compatible:
20-
const: qcom,gcc-sm8450
20+
enum:
21+
- qcom,gcc-sm8450
22+
- qcom,sm8475-gcc
2123

2224
clocks:
2325
items:

include/dt-bindings/clock/qcom,gcc-sm8450.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@
194194
#define GCC_VIDEO_AXI0_CLK 182
195195
#define GCC_VIDEO_AXI1_CLK 183
196196
#define GCC_VIDEO_XO_CLK 184
197+
/* Additional SM8475-specific clocks */
198+
#define SM8475_GCC_GPLL2 185
199+
#define SM8475_GCC_GPLL3 186
197200

198201
/* GCC resets */
199202
#define GCC_CAMERA_BCR 0

0 commit comments

Comments
 (0)