Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756870AbdLPOAZ (ORCPT ); Sat, 16 Dec 2017 09:00:25 -0500 Received: from mail-ot0-f175.google.com ([74.125.82.175]:42835 "EHLO mail-ot0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756320AbdLPOAV (ORCPT ); Sat, 16 Dec 2017 09:00:21 -0500 X-Google-Smtp-Source: ACJfBot5hfE1smraKeL2YAZcDs+jcQVsxU2nuUdg2RrpTnBtUPC1UqY6zp79jnDuKfJTcZKYpjnE5k6sAkJhr1InCq8= MIME-Version: 1.0 In-Reply-To: <20171206153005.6144-1-stefan@agner.ch> References: <20171206153005.6144-1-stefan@agner.ch> From: Fabio Estevam Date: Sat, 16 Dec 2017 12:00:20 -0200 Message-ID: Subject: Re: [PATCH 1/9] ARM: dts: imx7-colibri: move and rename USB Host power regulator To: Stefan Agner Cc: Shawn Guo , Sascha Hauer , Mark Rutland , devicetree@vger.kernel.org, linux-kernel , Rob Herring , Fabio Estevam , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 656 Lines: 14 On Wed, Dec 6, 2017 at 1:29 PM, 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