kernel/arch/arm/boot/dts/sun8i-a23-q8-tablet.dts
.. .. @@ -61,3 +61,13 @@ 61 61 "Headset Mic", "HBIAS"; 62 62 status = "okay"; 63 63 }; 64 +65 +&panel {66 + compatible = "bananapi,s070wv20-ct16";67 +};68 +69 +&tcon0_out {70 + tcon0_out_lcd: endpoint {71 + remote-endpoint = <&panel_input>;72 + };73 +};