Re: [PATCH 0/8] ARM: sun9i: a80: Add display support

2018-03-19 Thread Maxime Ripard
On Thu, Mar 15, 2018 at 07:41:28PM +0800, Chen-Yu Tsai wrote: > Hi everyone, > > This series adds basic support for the display pipelines found on the > Allwinner A80 SoC. Currently only parallel RGB output via TCON0 is > supported. TCON1 drives the HDMI encoder, which I've not been able to > get

[PATCH 0/8] ARM: sun9i: a80: Add display support

2018-03-15 Thread Chen-Yu Tsai
Hi everyone, This series adds basic support for the display pipelines found on the Allwinner A80 SoC. Currently only parallel RGB output via TCON0 is supported. TCON1 drives the HDMI encoder, which I've not been able to get working yet. Patch 1 adds device tree bindings for the TCONs on the A80.