Skip to content

Commit be09645

Browse files
clamor-sthierryreding
authored andcommitted
dt-bindings: display: tegra: Document Tegra20 HDMI port
Tegra HDMI can be modeled using an OF graph. Reflect this in the bindings. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent c65fe80 commit be09645

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-hdmi.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ properties:
8282
description: phandle of a display panel
8383
$ref: /schemas/types.yaml#/definitions/phandle
8484

85+
port:
86+
description: HDMI output port for connection to HDMI connector or bridge
87+
$ref: /schemas/graph.yaml#/properties/port
88+
8589
"#sound-dai-cells":
8690
const: 0
8791

@@ -97,8 +101,13 @@ required:
97101
- reset-names
98102
- pll-supply
99103
- vdd-supply
100-
- nvidia,ddc-i2c-bus
101-
- nvidia,hpd-gpio
104+
105+
anyOf:
106+
- required:
107+
- nvidia,ddc-i2c-bus
108+
- nvidia,hpd-gpio
109+
- required:
110+
- port
102111

103112
examples:
104113
- |

0 commit comments

Comments
 (0)