This patch adds sii9022a node for ls1021a-twr. Signed-off-by: Meng Yi <meng.yi@xxxxxxx> Signed-off-by: Xiubo Li <lixiubo@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Jianwei Wang <jianwei.wang.chn@xxxxxxxxx> --- Change in v3: Using of_graph to describe connection to DCU. --- arch/arm/boot/dts/ls1021a-twr.dts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts index 75ecaed..db7e465 100644 --- a/arch/arm/boot/dts/ls1021a-twr.dts +++ b/arch/arm/boot/dts/ls1021a-twr.dts @@ -114,6 +114,12 @@ &dcu { fsl,panel = <&panel>; status = "okay"; + + port@0 { + dcu_out_hdmi: endpoint { + remote-endpoint = <&sii9022a_out>; + }; + }; }; &dspi1 { @@ -178,6 +184,18 @@ VDDIO-supply = <®_3p3v>; clocks = <&sys_mclk 1>; }; + + sii9022a: hdmi@39 { + compatible = "sil,sii9022a"; + reg = <0x39>; + interrupts = <GIC_SPI 167 IRQ_TYPE_EDGE_RISING>; + + port@0 { + sii9022a_out: endpoint { + remote-endpoint = <&dcu_out_hdmi>; + }; + }; + }; }; &ifc { -- 2.1.0.27.g96db324 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel