Skip to content

Commit

Permalink
dt-bindings: hdmi-rx-ss: Fix the phy instance names
Browse files Browse the repository at this point in the history
Fix phy instance names as per the video phy controller device tree

Signed-off-by: Rajesh Gugulothu <rajesh.gugulothu@amd.com>
  • Loading branch information
gugulot committed Jul 6, 2023
1 parent b50a504 commit 187d83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/xlnx,v-hdmi-rx-ss.txt
Expand Up @@ -89,7 +89,7 @@ added to the device tree
clock-names = "s_axi_cpu_aclk", "link_clk", "s_axis_audio_aclk", "video_clk", "s_axis_video_aclk";
clocks = <&zynqmp_clk 71>, <&misc_clk_1>, <&zynqmp_clk 71>, <&misc_clk_2>, <&zynqmp_clk 72>;
phy-names = "hdmi-phy0", "hdmi-phy1", "hdmi-phy2";
phys = <&vphy_lane0 0 1 1 0>, <&vphy_lane1 0 1 1 0>, <&vphy_lane2 0 1 1 0>;
phys = <&rxphy_lane0 0 1 1 0>, <&rxphy_lane1 0 1 1 0>, <&rxphy_lane2 0 1 1 0>;

xlnx,input-pixels-per-clock = <0x2>;
xlnx,max-bits-per-component = <0xa>;
Expand Down

0 comments on commit 187d83c

Please sign in to comment.