This patch adds sii9022a node for ls1021a-twr. Signed-off-by: Meng Yi <meng.yi at nxp.com> Signed-off-by: Xiubo Li <lixiubo at cmss.chinamobile.com> Signed-off-by: Jianwei Wang <jianwei.wang.chn at gmail.com> --- 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 at 0 { + dcu_out_hdmi: endpoint { + remote-endpoint = <&sii9022a_out>; + }; + }; }; &dspi1 { @@ -178,6 +184,18 @@ VDDIO-supply = <®_3p3v>; clocks = <&sys_mclk 1>; }; + + sii9022a: hdmi at 39 { + compatible = "sil,sii9022a"; + reg = <0x39>; + interrupts = <GIC_SPI 167 IRQ_TYPE_EDGE_RISING>; + + port at 0 { + sii9022a_out: endpoint { + remote-endpoint = <&dcu_out_hdmi>; + }; + }; + }; }; &ifc { -- 2.1.0.27.g96db324