提交 2d2d525c 编写于 作者: D Dmitry Baryshkov

dt-bindings: display/msm: add core clock to the mdss bindings

Add (optional) core clock to the mdss bindings to let the MDSS driver
access hardware registers before MDP driver probes.
Signed-off-by: NDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: NRob Herring <robh@kernel.org>
Patchwork: https://patchwork.freedesktop.org/patch/518816/
Link: https://lore.kernel.org/r/20230118041243.1720520-4-dmitry.baryshkov@linaro.orgSigned-off-by: NDmitry Baryshkov <dmitry.baryshkov@linaro.org>
上级 5c719967
...@@ -44,18 +44,30 @@ properties: ...@@ -44,18 +44,30 @@ properties:
The MDSS power domain provided by GCC The MDSS power domain provided by GCC
clocks: clocks:
minItems: 1 oneOf:
items: - minItems: 3
- description: Display abh clock items:
- description: Display axi clock - description: Display abh clock
- description: Display vsync clock - description: Display axi clock
- description: Display vsync clock
- description: Display core clock
- minItems: 1
items:
- description: Display abh clock
- description: Display core clock
clock-names: clock-names:
minItems: 1 oneOf:
items: - minItems: 3
- const: iface items:
- const: bus - const: iface
- const: vsync - const: bus
- const: vsync
- const: core
- minItems: 1
items:
- const: iface
- const: core
"#address-cells": "#address-cells":
const: 1 const: 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册