Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755136AbdDFWXv (ORCPT ); Thu, 6 Apr 2017 18:23:51 -0400 Received: from gloria.sntech.de ([95.129.55.99]:37232 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751718AbdDFWXo (ORCPT ); Thu, 6 Apr 2017 18:23:44 -0400 From: Heiko Stuebner To: Sjoerd Simons Cc: John Youn , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Rob Herring , Mark Rutland , Russell King , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/3] ARM: dts: rockchip: rock2: Setup usb vbus-supply Date: Fri, 07 Apr 2017 00:23:39 +0200 Message-ID: <2204588.mS7ruK0rnT@phil> User-Agent: KMail/5.2.3 (Linux/4.9.0-2-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <20170405140613.4444-3-sjoerd.simons@collabora.co.uk> References: <20170405140613.4444-1-sjoerd.simons@collabora.co.uk> <20170405140613.4444-3-sjoerd.simons@collabora.co.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 428 Lines: 13 Am Mittwoch, 5. April 2017, 16:06:11 CEST schrieb Sjoerd Simons: > Now that the rockchip usb phy has a vbus-supply property use that to > control the vbus regulator on rock2. > > Signed-off-by: Sjoerd Simons I've queued this for 4.13 . Not eligible for 4.12, as the patch alone (when testing my tree or armsoc) would regress the sata-bridge, due to the regulator-always-on going away. Heiko