Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Patchwork: https://patchwork.freedesktop.org/patch/518816/
Link: https://lore.kernel.org/r/20230118041243.1720520-4-dmitry.baryshkov@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

+22 -10
+22 -10
Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml
··· 44 44 The MDSS power domain provided by GCC 45 45 46 46 clocks: 47 - minItems: 1 48 - items: 49 - - description: Display abh clock 50 - - description: Display axi clock 51 - - description: Display vsync clock 47 + oneOf: 48 + - minItems: 3 49 + items: 50 + - description: Display abh clock 51 + - description: Display axi clock 52 + - description: Display vsync clock 53 + - description: Display core clock 54 + - minItems: 1 55 + items: 56 + - description: Display abh clock 57 + - description: Display core clock 52 58 53 59 clock-names: 54 - minItems: 1 55 - items: 56 - - const: iface 57 - - const: bus 58 - - const: vsync 60 + oneOf: 61 + - minItems: 3 62 + items: 63 + - const: iface 64 + - const: bus 65 + - const: vsync 66 + - const: core 67 + - minItems: 1 68 + items: 69 + - const: iface 70 + - const: core 59 71 60 72 "#address-cells": 61 73 const: 1