From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 10 Jan 2015 01:01:43 +0100 Subject: [U-Boot] [PATCH 3/8] video: Add support for SSD2828 (parallel LCD to MIPI bridge) In-Reply-To: <1420797676-22515-4-git-send-email-siarhei.siamashka@gmail.com> References: <1420797676-22515-1-git-send-email-siarhei.siamashka@gmail.com> <1420797676-22515-4-git-send-email-siarhei.siamashka@gmail.com> Message-ID: <20150110010143.6e3a3eeb@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 9 Jan 2015 12:01:11 +0200 Siarhei Siamashka wrote: > SSD2828 can take pixel data coming from a parallel LCD interface > and translate it on the flight into MIPI DSI interface for > driving a MIPI compatible TFT display. SSD2828 is configured > over SPI interface, which may or may not have MISO pin wired > up on some hardware. So a write-only SPI mode also has to be > supported. > > The SSD2828 support code is implemented as a utility function > and needs to be called from real display drivers, which are > responsible for driving parallel LCD hardware in front of the > video pipeline. The usage instructions are provided as comments > in the header file. > > Signed-off-by: Siarhei Siamashka Acked-by: Anatolij Gustschin