On Mon, 30 Jan 2017 15:19:53 -0500, Sean Paul wrote:
> On Sun, Jan 29, 2017 at 01:24:32PM +, John Keeping wrote:
> > Panel drivers may want to sent commands during the disable function, for
> > example MIPI_DCS_SET_DISPLAY_OFF before the video signal ends. In order
> > to send commands we nee
On Sun, Jan 29, 2017 at 01:24:32PM +, John Keeping wrote:
> Panel drivers may want to sent commands during the disable function, for
> example MIPI_DCS_SET_DISPLAY_OFF before the video signal ends. In order
> to send commands we need to write to registers, so pclk must be enabled.
>
> While c
Panel drivers may want to sent commands during the disable function, for
example MIPI_DCS_SET_DISPLAY_OFF before the video signal ends. In order
to send commands we need to write to registers, so pclk must be enabled.
While changing this, remove the unnecessary code after the panel
unprepare call