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

dt-bindings: display: bridge: tc358867: Document default DP preemphasis

Document default DP port preemphasis configurable via new DT property
"toshiba,pre-emphasis". This is useful in case the DP link properties
are known and starting link training from preemphasis setting of 0 dB
is not useful. The preemphasis can be set separately for both DP lanes
in range 0=0dB, 1=3.5dB, 2=6dB .

This is an endpoint property, not a port property, because the TC9595
datasheet does mention that the DP might operate in some sort of split
mode, where each DP lane is used to feed one display, so in that case
there might be two endpoints.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240708150130.54484-1-marex@denx.de

+20 -1
+20 -1
Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml
··· 92 92 reference to a valid DPI output or input endpoint node. 93 93 94 94 port@2: 95 - $ref: /schemas/graph.yaml#/properties/port 95 + $ref: /schemas/graph.yaml#/$defs/port-base 96 + unevaluatedProperties: false 96 97 description: | 97 98 eDP/DP output port. The remote endpoint phandle should be a 98 99 reference to a valid eDP panel input endpoint node. This port is 99 100 optional, treated as DP panel if not defined 101 + 102 + properties: 103 + endpoint: 104 + $ref: /schemas/media/video-interfaces.yaml# 105 + unevaluatedProperties: false 106 + 107 + properties: 108 + toshiba,pre-emphasis: 109 + description: 110 + Display port output Pre-Emphasis settings for both DP lanes. 111 + $ref: /schemas/types.yaml#/definitions/uint8-array 112 + minItems: 2 113 + maxItems: 2 114 + items: 115 + enum: 116 + - 0 # No pre-emphasis 117 + - 1 # 3.5dB pre-emphasis 118 + - 2 # 6dB pre-emphasis 100 119 101 120 oneOf: 102 121 - required: