From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 12 Nov 2013 10:23:57 +0100 Subject: [U-Boot] [PATCH V2 6/6] cm_t35: use scf0403 driver In-Reply-To: <1381933409-8127-7-git-send-email-nikita@compulab.co.il> References: <1381933409-8127-1-git-send-email-nikita@compulab.co.il> <1381933409-8127-7-git-send-email-nikita@compulab.co.il> Message-ID: <20131112102357.2e3d827a@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 Wed, 16 Oct 2013 17:23:29 +0300 Nikita Kiryanov wrote: > Use scf0403 driver to add scf0403x LCD support for cm-t35 and cm-t3730 > boards. > > Signed-off-by: Nikita Kiryanov > Acked-by: Igor Grinberg > --- > NOTE: This patch depends on http://patchwork.ozlabs.org/patch/275283/ > > Changes in V2: > - Changes to arch/arm/include/asm/arch-omap3/dss.h were split off to > another patch. > > board/compulab/cm_t35/cm_t35.c | 12 +++++++++ > board/compulab/common/omap3_display.c | 46 +++++++++++++++++++++++++++++++++-- > include/configs/cm_t35.h | 3 +++ > 3 files changed, 59 insertions(+), 2 deletions(-) applied to u-boot-video/master, thanks! Anatolij