aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2022-05-16 09:56:17 +0100
committerVinod Koul <vkoul@kernel.org>2022-08-19 17:44:00 +0530
commit6e5d967b2e48efa8ef092ba924bd3a75b677a79a (patch)
treef4256a3497c060f6e7dc19d4cc13d3d5c3ecb5b8
parent4eb115597975068a7adb568a734113d759e5bd5d (diff)
dt-bindings: msm: dsi: Add missing clocks to 28nm DSI PHY YAML
Add in missing clock and clock-names declarations to the 28nm DSI PHY. When converting from .txt to .yaml we missed these. Fixes: 4dbe55c97741 ("dt-bindings: msm: dsi: add yaml schemas for DSI bindings") Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml b/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml
index 95076c90ea17..89c6869a6653 100644
--- a/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml
+++ b/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml
@@ -19,6 +19,17 @@ properties:
- qcom,dsi-phy-28nm-lp
- qcom,dsi-phy-28nm-8960
+ clocks:
+ minItems: 2
+
+ clock-names:
+ items:
+ - const: iface
+ description: AHB clock
+ - const: ref
+ description: Block reference clock
+ minItems: 2
+
reg:
items:
- description: dsi pll register set
@@ -40,6 +51,8 @@ properties:
required:
- compatible
+ - clocks
+ - clock-names
- reg
- reg-names
- vddio-supply