Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754320AbcCWIiN (ORCPT ); Wed, 23 Mar 2016 04:38:13 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:34587 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753557AbcCWIiE (ORCPT ); Wed, 23 Mar 2016 04:38:04 -0400 Subject: Re: [PATCH v2 16/18] dt-bindings: Add OXNAS bindings To: Rob Herring References: <1457005210-18485-1-git-send-email-narmstrong@baylibre.com> <1457519060-6038-1-git-send-email-narmstrong@baylibre.com> <1457519060-6038-17-git-send-email-narmstrong@baylibre.com> <20160317172738.GA7293@rob-hp-laptop> Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org From: Neil Armstrong Organization: Baylibre Message-ID: <56F255E6.2030905@baylibre.com> Date: Wed, 23 Mar 2016 09:37:58 +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: <20160317172738.GA7293@rob-hp-laptop> 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: 1320 Lines: 36 On 03/17/2016 06:27 PM, Rob Herring wrote: > On Wed, Mar 09, 2016 at 11:24:18AM +0100, Neil Armstrong wrote: >> Signed-off-by: Neil Armstrong >> --- >> Documentation/devicetree/bindings/arm/oxnas.txt | 9 +++++++++ >> 1 file changed, 9 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/arm/oxnas.txt >> >> diff --git a/Documentation/devicetree/bindings/arm/oxnas.txt b/Documentation/devicetree/bindings/arm/oxnas.txt >> new file mode 100644 >> index 0000000..f6032d2 >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/arm/oxnas.txt >> @@ -0,0 +1,9 @@ >> +PLX Technology OXNAS SoCs Family device tree bindings >> +------------------------------------------- >> + >> +Boards with the OX810SE Soc SoC shall have the following properties: > > s/Soc SoC/SoC/ OK > >> + Required root node property: >> + compatible: "oxsemi,ox810se" >> + >> +Board compatible values: >> + - "wd,mbwe" (OX810SE) > > Seems kind of generic. Only one version? There is a My Book World Edition II, which seems to be the same (they share the same firmware) but with two SATA ports, the original kernel does not make any differences between the two models. I'm not aware of different versions and the firmware does not contain any specific code for different board revisions. Neil