Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933159AbdCaQu3 (ORCPT ); Fri, 31 Mar 2017 12:50:29 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:41980 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933141AbdCaQu2 (ORCPT ); Fri, 31 Mar 2017 12:50:28 -0400 Date: Fri, 31 Mar 2017 18:50:15 +0200 From: Andrew Lunn To: Ralph Sennhauser Cc: linux-arm-kernel@lists.infradead.org, Jason Cooper , Gregory Clement , Sebastian Hesselbarth , Rob Herring , Mark Rutland , Russell King , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: armada-38x: label USB and SATA nodes Message-ID: <20170331165015.GJ12814@lunn.ch> References: <20170331074115.8111-1-ralph.sennhauser@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170331074115.8111-1-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 Content-Length: 687 Lines: 27 > - sata@a8000 { > + satac0: sata@a8000 { Hi Ralph Why the c in satac0? > > - usb3@f0000 { > + usb3_0: usb3@f0000 { > compatible = "marvell,armada-380-xhci"; > reg = <0xf0000 0x4000>,<0xf4000 0x4000>; > interrupts = ; > @@ -598,7 +598,7 @@ > status = "disabled"; > }; > > - usb3@f8000 { > + usb3_1: usb3@f8000 { > compatible = "marvell,armada-380-xhci"; > reg = <0xf8000 0x4000>,<0xfc000 0x4000>; > interrupts = ; I can understand what you are saying. But does anybody else care? Are there other .dtsi files differentiating between USB 1.1, 2 and 3? Andrew