Skip to content

Commit 1db11fc

Browse files
committed
dt-bindings: display/msm: add gcc-bus clock to dpu-smd845
Add gcc-bus clock required for the SDM845 DPU device tree node. This change was made in the commit 111c528 ("arm64: dts: qcom: sdm845: move bus clock to mdp node for sdm845 target"), but was not reflected in the schema. Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/508379/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent f7d46c5 commit 1db11fc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Documentation/devicetree/bindings/display/msm/dpu-sdm845.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,15 @@ patternProperties:
8484

8585
clocks:
8686
items:
87+
- description: Display GCC bus clock
8788
- description: Display ahb clock
8889
- description: Display axi clock
8990
- description: Display core clock
9091
- description: Display vsync clock
9192

9293
clock-names:
9394
items:
95+
- const: gcc-bus
9496
- const: iface
9597
- const: bus
9698
- const: core
@@ -183,11 +185,12 @@ examples:
183185
<0x0aeb0000 0x2008>;
184186
reg-names = "mdp", "vbif";
185187
186-
clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>,
188+
clocks = <&gcc GCC_DISP_AXI_CLK>,
189+
<&dispcc DISP_CC_MDSS_AHB_CLK>,
187190
<&dispcc DISP_CC_MDSS_AXI_CLK>,
188191
<&dispcc DISP_CC_MDSS_MDP_CLK>,
189192
<&dispcc DISP_CC_MDSS_VSYNC_CLK>;
190-
clock-names = "iface", "bus", "core", "vsync";
193+
clock-names = "gcc-bus", "iface", "bus", "core", "vsync";
191194
192195
interrupt-parent = <&mdss>;
193196
interrupts = <0>;

0 commit comments

Comments
 (0)