Skip to content

Commit

Permalink
dt:bindings: Add entry to support vpss bridge
Browse files Browse the repository at this point in the history
Added optional device tree entry to support vpss bridge connected to
hdmi tx.

Signed-off-by: Venkateshwar Rao Gannavarapu <venkateshwar.rao.gannavarapu@xilinx.com>
  • Loading branch information
Venkateshwar Rao Gannavarapu authored and vishals-xlnx committed Jan 16, 2022
1 parent 2411f3e commit 2456e63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/devicetree/bindings/xlnx,v-hdmi-tx-ss.txt
Expand Up @@ -87,6 +87,9 @@ Required properties:
1: Native video
2: Native video (vectored DE)

Optional Properties:
- xlnx,vpss: vpss phandle. Requied only when vpss is connected to HDMI as bridge.

Sub-Node Properties:
The device tree will need to include a sub-node for the encoder endpoint
interface. This port will bind the hdmi encoder with the crtc being used
Expand Down Expand Up @@ -142,6 +145,7 @@ added to the device tree
xlnx,xlnx-hdmi-acr-ctrl = <&hdmi_acr_ctrl_0>;
xlnx,snd-pcm = <&audio_ss_0_audio_formatter_0>;
xlnx,vid-interface = <0x1>;
xlnx,vpss = <&v_proc_ss_0>;

ports {
#address-cells = <1>;
Expand Down Expand Up @@ -172,3 +176,6 @@ added to the device tree

Documentation of "audio_ss_0_audio_formatter_0" node is located
at Documentation/devicetree/bindings/sound/xlnx,audio-formatter.txt

Documentation of "v_proc_ss_0" node is located at
Documentation/devicetree/bindings/display/xlnx/xlnx,vpss-scaler.txt

0 comments on commit 2456e63

Please sign in to comment.