From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 24 Feb 2009 14:51:04 +0100 Subject: [U-Boot] [PATCH 9/9 v4] ARM: add an "eet" variant of the imx31_phycore board In-Reply-To: References: <200902231320.12843.agust@denx.de> Message-ID: <200902241451.04549.agust@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday 23 February 2009 01:34:32 pm Guennadi Liakhovetski wrote: > The "eet" variant of the imx31_phycore board has an OLED display, using a > s6e63d6 display controller on the first SPI interface, using GPIO57 as a > chip-select for it. With this configuration you can display 256 colour BMP > images in 16-bit RGB (RGB565) LCD mode. > > Signed-off-by: Guennadi Liakhovetski > --- > > On Mon, 23 Feb 2009, Anatolij Gustschin wrote: > > can you please address comments from Jean-Christophe to this 9/9 v3 > > patch? I'm steel waiting for ACK from Jean-Christophe for 1/9 v4, 2/9 v4 > > and 9/9 v3 patches from this series. > > Oops, sorry, I was sure I had sent it already. > > Changes since v1: adjusted to reflect changes in earlier patches: add .id > field initialisation, configuration parameter renamed to CONFIG_S6E63D6. > Changes since v2: fixed the left-over CONFIG_DISPLAY_S6E63D6 parameter. > Changes since v3: added a comment to clarify the SPI chipselect value. > > Makefile | 6 +++- > board/imx31_phycore/imx31_phycore.c | 57 > +++++++++++++++++++++++++++++++++ include/asm-arm/arch-mx31/mx31-regs.h | > 16 +++++++++ > include/configs/imx31_phycore.h | 23 +++++++++++++ > 4 files changed, 101 insertions(+), 1 deletions(-) Applied to u-boot-video/master, also fixed by s/imx31_phycore_eet_config,/_eet_,/ Thanks, Anatolij