From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 14 May 2014 14:19:58 +0900 Subject: [U-Boot] [PATCH v2 0/12] Enable LCD display on snow In-Reply-To: References: <1396481069-24950-1-git-send-email-sjg@chromium.org> Message-ID: <5372FCFE.4020303@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 Simon Glass, On 13/05/14 07:45, Simon Glass wrote: > Hi, > > On 2 April 2014 17:24, Simon Glass wrote: >> This series adds a driver for TPS65090 and plumbs it in to get the LCD >> working correctly on snow. >> >> The display driver is already present, but needs information about the >> display to be provided in the device tree. >> >> The backlight also needs to be enabled - it is controlled by a FET on >> the TPS65090. Note that the TPS65090 is controlled by the device tree >> so will only be present if the board's device tree file specifies it. >> At present this is only the case for snow, but other exynos5 boards will >> use it (e.g. pit). >> >> Note: the TPS65090 driver was sent to the list around the middle of last >> year but was never applied. > > Is there any news on this series please? > I'll check them soon. Thanks, Minkyu Kang.