We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14539c8 commit 6a98844Copy full SHA for 6a98844
Documentation/devicetree/bindings/clock/qcom,videocc.yaml
@@ -62,7 +62,6 @@ allOf:
62
enum:
63
- qcom,sc7180-videocc
64
- qcom,sdm845-videocc
65
- - qcom,sm8150-videocc
66
then:
67
properties:
68
clocks:
@@ -88,6 +87,22 @@ allOf:
88
87
- const: bi_tcxo
89
- const: bi_tcxo_ao
90
+ - if:
91
+ properties:
92
+ compatible:
93
+ enum:
94
+ - qcom,sm8150-videocc
95
+ then:
96
97
+ clocks:
98
+ items:
99
+ - description: AHB
100
+ - description: Board XO source
101
+ clock-names:
102
103
+ - const: iface
104
+ - const: bi_tcxo
105
+
106
- if:
107
108
compatible:
0 commit comments