From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 08 Jan 2013 11:40:25 +0900 Subject: [U-Boot] [PATCH V4 4/4] EXYNOS5: Add support for FIMD and DP In-Reply-To: <1356086122-4489-5-git-send-email-ajaykumar.rs@samsung.com> References: <1356086122-4489-1-git-send-email-ajaykumar.rs@samsung.com> <1356086122-4489-5-git-send-email-ajaykumar.rs@samsung.com> Message-ID: <50EB8719.40206@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Ajay, On 21/12/12 19:35, Ajay Kumar wrote: > Add panel_info structure required by LCD driver > and DP panel platdata for SMDK5250. > Add GPIO configuration for LCD. > Enable FIMD and DP support on SMDK5250. > DP Panel size: 2560x1600. > We use 16BPP resolution to get LCD console. > > Signed-off-by: Ajay Kumar > Acked-by: Simon Glass > --- Need changelog here. > board/samsung/smdk5250/smdk5250.c | 97 +++++++++++++++++++++++++++++++++++++ > include/configs/smdk5250.h | 8 +++ > 2 files changed, 105 insertions(+), 0 deletions(-) > Please rebase this patch. --- Thanks. Minkyu Kang.