Hi Aradhya, On 05/05/22 19:13, Aradhya Bhatia wrote: > + > + sii9022: sii9022@3b { > + compatible = "sil,sii9022"; Please convert Documentation/devicetree/bindings/display/bridge/sii902x.txt to YAML format > + reg = <0x3b>; > + > + clocks = <&hdmi_mstrclk>; > + clock-names = "mclk"; > + > + interrupt-parent = <&exp1>; > + interrupts = <16 IRQ_TYPE_EDGE_FALLING>; > + > + ports { > + #address-cells = <1>; > + #size-cells = <0>; > + > + port@0 { > + reg = <0>; > + > + sii9022_in: endpoint { > + remote-endpoint = <&dpi1_out>; > + }; > + }; > + > + port@1 { > + reg = <1>; > + > + sii9022_out: endpoint { > + remote-endpoint = <&hdmi_connector_in>; > + }; > + }; > + }; > + }; -- Regards Vignesh