Skip to content

Commit

Permalink
dt-bindings: vphy: Update phy lane nodes as per the IP
Browse files Browse the repository at this point in the history
In HDMI 2.0 protocol mode, video phy controller supports 3 lanes for each
HDMI 2.0 Rx and HDMI 2.0 Tx IP. Device tree will generates 6 phy lane child
nodes when both Rx and Tx connected.

Signed-off-by: Rajesh Gugulothu <rajesh.gugulothu@amd.com>
  • Loading branch information
gugulot committed Jul 6, 2023
1 parent 05048d6 commit b50a504
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions Documentation/devicetree/bindings/xlnx,vphy.txt
Expand Up @@ -95,16 +95,22 @@ sharing VPHYs, and are therefore subject to change.)
xlnx,transceiver-width = <0x2>;
xlnx,use-gt-ch4-hdmi = <0>;

vphy_lane0: vphy_lane@0 {
rxphy_lane0: vphy_lane@0 {
#phy-cells = <4>;
};
vphy_lane1: vphy_lane@1 {
rxphy_lane1: vphy_lane@1 {
#phy-cells = <4>;
};
vphy_lane2: vphy_lane@2 {
rxphy_lane2: vphy_lane@2 {
#phy-cells = <4>;
};
vphy_lane3: vphy_lane@3 {
txphy_lane0: vphy_lane@0 {
#phy-cells = <4>;
};
txphy_lane1: vphy_lane@1 {
#phy-cells = <4>;
};
txphy_lane2: vphy_lane@2 {
#phy-cells = <4>;
};
};
Expand Down Expand Up @@ -138,16 +144,22 @@ sharing VPHYs, and are therefore subject to change.)
xlnx,tx-protocol = <1>;
xlnx,tx-refclk-sel = <1>;
xlnx,use-gt-ch4-hdmi = <1>;
vphy_lane0: vphy_lane@0 {
rxphy_lane0: vphy_lane@0 {
#phy-cells = <4>;
};
rxphy_lane1: vphy_lane@1 {
#phy-cells = <4>;
};
rxphy_lane2: vphy_lane@2 {
#phy-cells = <4>;
};
vphy_lane1: vphy_lane@1 {
txphy_lane0: vphy_lane@0 {
#phy-cells = <4>;
};
vphy_lane2: vphy_lane@2 {
txphy_lane1: vphy_lane@1 {
#phy-cells = <4>;
};
vphy_lane3: vphy_lane@3 {
txphy_lane2: vphy_lane@2 {
#phy-cells = <4>;
};
};
Expand Down

0 comments on commit b50a504

Please sign in to comment.