Skip to content

Commit 6a98844

Browse files
Satya Priya Kakitapalliandersson
authored andcommitted
dt-bindings: clock: qcom: Add AHB clock for SM8150
SM8150 videocc needs AHB clock, so update the bindings for sm8150 to add the AHB clock. Fixes: df3f61d ("dt-bindings: clock: add SM8150 QCOM video clock bindings") Signed-off-by: Satya Priya Kakitapalli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 14539c8 commit 6a98844

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Documentation/devicetree/bindings/clock/qcom,videocc.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ allOf:
6262
enum:
6363
- qcom,sc7180-videocc
6464
- qcom,sdm845-videocc
65-
- qcom,sm8150-videocc
6665
then:
6766
properties:
6867
clocks:
@@ -88,6 +87,22 @@ allOf:
8887
- const: bi_tcxo
8988
- const: bi_tcxo_ao
9089

90+
- if:
91+
properties:
92+
compatible:
93+
enum:
94+
- qcom,sm8150-videocc
95+
then:
96+
properties:
97+
clocks:
98+
items:
99+
- description: AHB
100+
- description: Board XO source
101+
clock-names:
102+
items:
103+
- const: iface
104+
- const: bi_tcxo
105+
91106
- if:
92107
properties:
93108
compatible:

0 commit comments

Comments
 (0)