From 6e5d967b2e48efa8ef092ba924bd3a75b677a79a Mon Sep 17 00:00:00 2001 From: Bryan O'Donoghue Date: Mon, 16 May 2022 09:56:17 +0100 Subject: 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 --- .../devicetree/bindings/display/msm/dsi-phy-28nm.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- cgit v1.2.3