Skip to content

Commit

Permalink
dt:bindings: Updated RX dt for max bit per component
Browse files Browse the repository at this point in the history
For 2019.1 driver, xlnx,max-bits-per-component is now should be part of
HDMI RX device tree.
Without this, RX probe will fail. This feild is part of IP configuration

Signed-off-by: Shikhar Mishra <shikhar.mishra@xilinx.com>
  • Loading branch information
Shikhar Mishra committed Apr 25, 2019
1 parent 21c5376 commit 44d691f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/devicetree/bindings/xlnx,v-hdmi-rx-ss.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Required Properties:

- xlnx,input-pixels-per-clock: IP configuration for samples/clk (2, 4)
Note: Only 2 is supported at this time
- xlnx,max-bits-per-component: The data width per video component (8,10,12,16)
Note: Only 8 & 10 is supported at this time
- xlnx,edid-ram-size: Denotes amount of BRAM allocated for EDID in IP
- xlnx,include-hdcp-1-4: Boolean parameter that denotes if hdcp14 is included.
If present indicates inclusion of the optional core
Expand Down Expand Up @@ -90,6 +92,7 @@ added to the device tree
phys = <&vphy_lane0 0 1 1 0>, <&vphy_lane1 0 1 1 0>, <&vphy_lane2 0 1 1 0>;

xlnx,input-pixels-per-clock = <0x2>;
xlnx,max-bits-per-component = <0xa>;
xlnx,edid-ram-size = <0x100>;
xlnx,include-hdcp-1-4;
xlnx,include-hdcp-2-2;
Expand Down

0 comments on commit 44d691f

Please sign in to comment.