From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935163AbdEVOz1 (ORCPT ); Mon, 22 May 2017 10:55:27 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:39549 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934539AbdEVOzZ (ORCPT ); Mon, 22 May 2017 10:55:25 -0400 Date: Mon, 22 May 2017 16:55:15 +0200 From: Andrew Lunn To: Ralph Sennhauser Cc: linux-arm-kernel@lists.infradead.org, Gregory Clement , Imre Kaloz , Jason Cooper , Sebastian Hesselbarth , Rob Herring , Mark Rutland , Russell King , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 06/13] ARM: dts: armada-385-linksys: usb3 label cleanup Message-ID: <20170522145515.GK29447@lunn.ch> References: <20170521124903.11050-1-ralph.sennhauser@gmail.com> <20170521124903.11050-7-ralph.sennhauser@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170521124903.11050-7-ralph.sennhauser@gmail.com> 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 Sun, May 21, 2017 at 02:48:55PM +0200, Ralph Sennhauser wrote: > Now that we use the reference for the USB3.0 port update the node name > and labels for the phy and vbus to match the label used by > armada-38x.dtsi. > > Signed-off-by: Ralph Sennhauser > > --- > > Notes: > > Going by documentation regulator-name is only of informative nature so > changing it should be a non issue. Does the regulator name appear in /sys somewhere? Andrew