Commit 6a98844a authored by Satya Priya Kakitapalli's avatar Satya Priya Kakitapalli Committed by Bjorn Andersson

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: df3f61d2 ("dt-bindings: clock: add SM8150 QCOM video clock bindings")
Signed-off-by: default avatarSatya Priya Kakitapalli <quic_skakitap@quicinc.com>
Link: https://lore.kernel.org/r/20240509-videocc-sm8150-dt-node-v4-1-e9617f65e946@quicinc.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 14539c88
...@@ -62,7 +62,6 @@ allOf: ...@@ -62,7 +62,6 @@ allOf:
enum: enum:
- qcom,sc7180-videocc - qcom,sc7180-videocc
- qcom,sdm845-videocc - qcom,sdm845-videocc
- qcom,sm8150-videocc
then: then:
properties: properties:
clocks: clocks:
...@@ -88,6 +87,22 @@ allOf: ...@@ -88,6 +87,22 @@ allOf:
- const: bi_tcxo - const: bi_tcxo
- const: bi_tcxo_ao - const: bi_tcxo_ao
- if:
properties:
compatible:
enum:
- qcom,sm8150-videocc
then:
properties:
clocks:
items:
- description: AHB
- description: Board XO source
clock-names:
items:
- const: iface
- const: bi_tcxo
- if: - if:
properties: properties:
compatible: compatible:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment