Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751079AbdIKWzm (ORCPT ); Mon, 11 Sep 2017 18:55:42 -0400 Received: from mail-ua0-f196.google.com ([209.85.217.196]:36456 "EHLO mail-ua0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750911AbdIKWzk (ORCPT ); Mon, 11 Sep 2017 18:55:40 -0400 X-Google-Smtp-Source: ADKCNb7ENg/UlEWMVLqHv3iKELo3tpQsQEaH7xCNLjLPbOwTs4UIlfMubikRtUn9Lgrrom0JohH9kPkqlC7gl6YzLQI= MIME-Version: 1.0 In-Reply-To: <20170911223712.GA31546@amd> References: <37f0d48de4690694c18be3d32483dafee0730859.1504129273.git.shorne@gmail.com> <20170911223712.GA31546@amd> From: Stafford Horne Date: Tue, 12 Sep 2017 07:55:18 +0900 Message-ID: Subject: Re: [PATCH 10/13] openrisc: add simple_smp dts and defconfig for simulators To: Pavel Machek Cc: LKML , Openrisc , Stefan Kristiansson , Rob Herring , Mark Rutland , Jonas Bonn , Krzysztof Kozlowski , devicetree@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 772 Lines: 23 On Tue, Sep 12, 2017 at 7:37 AM, Pavel Machek wrote: > On Thu 2017-08-31 07:03:11, Stafford Horne wrote: >> From: Stefan Kristiansson >> [...] >> +++ b/arch/openrisc/boot/dts/simple_smp.dts >> @@ -0,0 +1,58 @@ >> +/dts-v1/; >> +/ { >> + compatible = "opencores,or1ksim"; > > You may want to add some comment on top, explaining what this > is... and perhaps link to some page documenting how to set up > qemu/FPGAs? Sure, I can create an entry in Documentation/devicetree/binding documenting this since its been there for a while but was never properly documented. But, just to be clear, what do you mean by page? Are you suggesting linking to a web page? Or do you mean something in Documentation/...? -Stafford