Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932139AbcCCNjS (ORCPT ); Thu, 3 Mar 2016 08:39:18 -0500 Received: from mail-wm0-f42.google.com ([74.125.82.42]:34594 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932116AbcCCNjN (ORCPT ); Thu, 3 Mar 2016 08:39:13 -0500 Subject: Re: [PATCH 14/17] arm: boot: dts: Add PLX Technology OX810SE dtsi To: Arnd Bergmann , linux-arm-kernel@lists.infradead.org References: <1457005210-18485-1-git-send-email-narmstrong@baylibre.com> <1457005210-18485-15-git-send-email-narmstrong@baylibre.com> <2983013.zAxmIfv4bz@wuerfel> Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux@arm.linux.org.uk From: Neil Armstrong Organization: Baylibre Message-ID: <56D83E76.3020705@baylibre.com> Date: Thu, 3 Mar 2016 14:39:02 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <2983013.zAxmIfv4bz@wuerfel> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1615 Lines: 56 On 03/03/2016 01:15 PM, Arnd Bergmann wrote: > On Thursday 03 March 2016 12:40:07 Neil Armstrong wrote: >> + >> + aliases { >> + serial0 = &uart0; >> + serial1 = &uart1; >> + serial2 = &uart2; >> + serial3 = &uart3; >> + gpio0 = &gpio0; >> + gpio1 = &gpio1; >> + }; >> > Please put the aliases in the per-board file and list only the > devices that are actually connected (in case of uart) Done. > >> + uart0: uart@200000 { > > Make this serial@200000, to follow the standard naming convention Done. > >> + >> + reset: reset-controller { >> + compatible = "plxtech,nas782x-reset"; >> + #reset-cells = <1>; >> + }; >> + >> + stdclk: stdclk { >> + compatible = "plxtech,ox810se-stdclk", "plxtech,nas782x-stdclk"; >> + #clock-cells = <1>; >> + }; >> + }; > > Please change the compatible strings to have no 'x' wildcards in them, but > instead use a specific model. Ok, I switched to only oxsemi,ox810se-* strings. > > Regarding the vendor prefixes, my understanding is that "ox810se" was the name > of the chip from Oxford Semiconductor, while nas7820 is a product name from > PLX. I think it would be logical to use "oxford" as the vendor prefix > for anything with a ox810se or ox820 ID in it rather than plxtech. Ok, I switched to oxsemi but keeped plxtech and added oxsemi in the vendor prefixes. > > Note that both of them are now historic, as PLX itself got bought by > Avago and they seem to be discontinuing both the PLX and Oxfor brand > names. Yes, it's kind of a mess. The ox820 has been rebranded to plx7821, but not the ox810... > > Arnd > Thanks, Neil