lkml.org 
[lkml]   [2020]   [Sep]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v2 3/4] dt-bindings: display: vc4: hdmi: Add bvb clock-names property
Date
When using a resolution exceeding FHD, bvb clock is required.
Add bvb clock-names property.

Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
---
.../bindings/display/brcm,bcm2711-hdmi.yaml | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml b/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml
index 6091fe3d315b..08cdcc579cf5 100644
--- a/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml
+++ b/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml
@@ -40,10 +40,14 @@ properties:
- const: hd

clocks:
- description: The HDMI state machine clock
+ items:
+ - description: The HDMI state machine clock
+ - description: The bvb clock

clock-names:
- const: hdmi
+ items:
+ - const: hdmi
+ - const: bvb

ddc:
allOf:
@@ -100,8 +104,8 @@ examples:
"csc",
"cec",
"hd";
- clocks = <&firmware_clocks 13>;
- clock-names = "hdmi";
+ clocks = <&firmware_clocks 13>, <&firmware_clocks 14>;
+ clock-names = "hdmi", "bvb";
resets = <&dvp 0>;
ddc = <&ddc0>;
};
--
2.17.1
\
 
 \ /
  Last update: 2020-09-01 06:09    [W:0.629 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site