From mboxrd@z Thu Jan 1 00:00:00 1970 From: Javier Martinez Canillas Subject: Re: [PATCH RESEND 0/4] Small updates to Snow and Peach Pit/Pi DTS Date: Mon, 12 Jan 2015 11:41:06 +0100 Message-ID: <54B3A4C2.8070304@collabora.co.uk> References: <1420212257-22443-1-git-send-email-javier.martinez@collabora.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from bhuna.collabora.co.uk ([93.93.135.160]:48461 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752573AbbALKlL (ORCPT ); Mon, 12 Jan 2015 05:41:11 -0500 In-Reply-To: <1420212257-22443-1-git-send-email-javier.martinez@collabora.co.uk> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Kukjin Kim Cc: Doug Anderson , Kevin Hilman , Olof Johansson , linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Hello Kukjin, On 01/02/2015 04:24 PM, Javier Martinez Canillas wrote: > > This series adds some DTS snippets that were missing in the mainline > Snow and Peach Pit/Pi Device Trees but are present in the downstream > ChromeOS kernel. > > The series is composed of the following patches: > > Javier Martinez Canillas (4): > ARM: dts: Add power and lid GPIO keys pinctrl for exynos5250-snow > ARM: dts: Add lid GPIO key device node for Peach boards > ARM: dts: Set Peach boards USB WebCam regulators to always on > ARM: dts: Configure regulators for suspend on exynos Peach boards > > arch/arm/boot/dts/exynos5250-snow.dts | 16 +++++ > arch/arm/boot/dts/exynos5420-peach-pit.dts | 100 +++++++++++++++++++++++++++- > arch/arm/boot/dts/exynos5800-peach-pi.dts | 101 ++++++++++++++++++++++++++++- > 3 files changed, 215 insertions(+), 2 deletions(-) > > Patch #1 adds some pinctrl lines for the GPIO keys in the Snow DTS. > > Patch #2 adds a device node and pinctrl lines for the lid GPIO in > the Peach boards DTS. > > Patch #3 sets the regulators that supply voltage to the USB WebCam > in Peach boards as always on. > > Patch #4 configures the max77802 regulators on the Peach Pit and Pi > boards to be enabled or disabled during system suspend. > I saw that you collected some DTS patches for 3.20 but these are not included. Any comments about this series? Thanks a lot and best regards, Javier