Skip to content

Commit 3f27fe5

Browse files
gugulotzeddii
authored andcommitted
lopper: assists: yaml_bindings: Add xlnx,vpss to HDMI 2.1 TXSS
Add the optional xlnx,vpss property to the Xilinx HDMI 2.1 TX Subsystem dt-binding. The property holds a phandle to the VPSS node and is required only when VPSS is connected to HDMI as a bridge. Signed-off-by: Rajesh Gugulothu <rajesh.gugulothu@amd.com>
1 parent 7c23542 commit 3f27fe5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

lopper/assists/yaml_bindings/xlnx,v-hdmi-txss1.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ properties:
117117
hdcp1x keymgmt registers.
118118
$ref: /schemas/types.yaml#/definitions/phandle
119119

120+
xlnx,vpss:
121+
description: |
122+
vpss phandle. Requied only when vpss is connected to HDMI as bridge.
123+
$ref: /schemas/types.yaml#/definitions/phandle
124+
120125
ports:
121126
type: object
122127

@@ -186,6 +191,7 @@ examples:
186191
xlnx,include-hdcp-1-4;
187192
xlnx,include-hdcp-2-2;
188193
xlnx,hdcp1x-keymgmt = <&hdcp_keymngmt_blk_0>;
194+
xlnx,vpss = <&v_proc_ss_0>;
189195
phy-names = "hdmi-phy0", "hdmi-phy1", "hdmi-phy2", "hdmi-phy3";
190196
phys = <&hdmiphy_lane0 0 1 1 1>, <&hdmiphy_lane1 0 1 1 1>,
191197
<&hdmiphy_lane2 0 1 1 1>, <&hdmiphy_lane3 0 1 1 1>;
@@ -206,4 +212,7 @@ examples:
206212
compatible = "xlnx,hdcp-keymngmt-blk-1.0", "syscon";
207213
reg = <0x80030000 0x10000>;
208214
};
215+
216+
# Documentation of "v_proc_ss_0" node is located at
217+
# Documentation/devicetree/bindings/display/xlnx/xlnx,vpss-scaler.txt
209218
...

0 commit comments

Comments
 (0)