From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?iso-8859-1?q?St=FCbner?= Subject: Re: S3C2416 LCD Support Date: Thu, 20 Dec 2012 18:48:17 +0100 Message-ID: <201212201848.18219.heiko@sntech.de> References: <20121220165623.GA7008@zuhnb712> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from gloria.sntech.de ([95.129.55.99]:42472 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751518Ab2LTRsO (ORCPT ); Thu, 20 Dec 2012 12:48:14 -0500 In-Reply-To: <20121220165623.GA7008@zuhnb712> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Woody Wu Cc: linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org Am Donnerstag, 20. Dezember 2012, 17:56:23 schrieb Woody Wu: > Hi, List > > Does the current kernel 3.7.1 support S3C2416 (it's *6* not 0) LCD and > touch screen? I saw the help text of the CONFIG_FB_S3C says it only > supports S3C6400 and S3C6410. if you look in the mach-smd2416.c file you'll see that it uses the s3c-fb driver. I think the Kconfig text is just out of data, as the support for s3c2416 and s3c2443 was added later. So it should work, but you'll have to try it for yourself :-) As for the touchscreen, it probably depends on the type used. Heiko