aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2022-05-16 09:56:17 +0100
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2022-11-15 10:24:41 +0000
commit2aad82b409333516483c2f2e0bebb90f2b0c5255 (patch)
treefa940518351c2936d2b561a28deef4c659179450
parent068c8c665ec3d35a0e0b5efc40886331443a812a (diff)
dt-bindings: msm: dsi-phy-28nm: 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.yaml9
1 files changed, 9 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..7f98afce69ee 100644
--- a/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml
+++ b/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml
@@ -19,6 +19,13 @@ properties:
- qcom,dsi-phy-28nm-lp
- qcom,dsi-phy-28nm-8960
+ clocks:
+ maxItems: 2
+
+ clock-names:
+ - items:
+ - const: iface
+ - const: ref
reg:
items:
- description: dsi pll register set
@@ -40,6 +47,8 @@ properties:
required:
- compatible
+ - clocks
+ - clock-names
- reg
- reg-names
- vddio-supply