kernel/arch/arm/boot/dts/sun8i-a33-q8-tablet.dts
.. .. @@ -48,3 +48,10 @@ 48 48 model = "Q8 A33 Tablet"; 49 49 compatible = "allwinner,q8-a33", "allwinner,sun8i-a33"; 50 50 }; 51 +52 +&tcon0_out {53 + tcon0_out_lcd: endpoint@0 {54 + reg = <0>;55 + remote-endpoint = <&panel_input>;56 + };57 +};