From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751328AbdLUIa1 (ORCPT ); Thu, 21 Dec 2017 03:30:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:48364 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750884AbdLUIaZ (ORCPT ); Thu, 21 Dec 2017 03:30:25 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 137BB21927 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Thu, 21 Dec 2017 16:29:44 +0800 From: Shawn Guo To: Stefan Agner Cc: kernel@pengutronix.de, fabio.estevam@nxp.com, robh+dt@kernel.org, mark.rutland@arm.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/9] ARM: dts: imx7-colibri: move and rename USB Host power regulator Message-ID: <20171221082943.GO23230@dragon> References: <20171219181038.1369-1-stefan@agner.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171219181038.1369-1-stefan@agner.ch> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 19, 2017 at 07:10:30PM +0100, Stefan Agner wrote: > The Colibri default which enables USB Host power is not necessarily > tied to the OTG2 controller, some carrier board use the pin to > control USB power for both controllers. Hence name the pinctrl > group more generic. > > Also move the regulator to the generic eval-v3 device tree since > the regulator is always on the carrier board. In the Colibri iMX7S > case the regulator is just not used. This allows to reuse the > regulator in a upcoming SKU Colibri iMX7D 1GB with eMMC. > > Signed-off-by: Stefan Agner > Reviewed-by: Fabio Estevam Applied all, thanks.