From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35D1BC001E0 for ; Thu, 27 Jul 2023 16:19:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231903AbjG0QTE (ORCPT ); Thu, 27 Jul 2023 12:19:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233100AbjG0QTD (ORCPT ); Thu, 27 Jul 2023 12:19:03 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E9B519B; Thu, 27 Jul 2023 09:19:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E883861EBD; Thu, 27 Jul 2023 16:19:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 480EAC433C7; Thu, 27 Jul 2023 16:18:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690474741; bh=cJ2cDKD5pRIvYteZ8B5krBjQ4B4gVvlooKDjuLtiIhU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eoEWnIFD83r351XEsxp9P0RXdeJV9VdRPJaqQPVxSVr+jN5IyccVQ+/S7XbnWF1Xd Fi+dY6eaQa23fbjGqg2iiL5vy4lk5My42x+IeOBgu6/Vz6lhzioUngM6bqQFiGNu0u wgRlTKneUqioguLi9gLciGvCkezMfKq77xSpfiEVbeBMvcEdXBnuz0eBMOKi9D4ZTo KqUZn6yavNDS4R4qWv8utnfN/dvR3VaY2wxM2oAx98sOa1SVtQn0Wv55LyLTdWCfej P7s8JBf02WimlJBXF6drFLzt7hynejm9FD0sQgC5VonCyvwRzgAuIXXGEA3y4z85Dc pYP+KCwIP6b6g== Date: Fri, 28 Jul 2023 00:07:23 +0800 From: Jisheng Zhang To: Kwanghoon Son Cc: 'Drew Fustini' , 'Conor Dooley' , 'Guo Ren' , 'Fu Wei' , 'Rob Herring' , 'Krzysztof Kozlowski' , 'Conor Dooley' , 'Paul Walmsley' , 'Palmer Dabbelt' , 'Albert Ou' , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, 'Robert Nelson' , 'Jason Kridner' Subject: Re: [PATCH 1/3] riscv: dts: thead: add BeagleV Ahead board device tree Message-ID: References: <20230722-upstream-beaglev-ahead-dts-v1-0-ccda511357f4@baylibre.com> <20230722-upstream-beaglev-ahead-dts-v1-1-ccda511357f4@baylibre.com> <20230723-savor-trolling-e35ed4a7a751@spud> <000001d9c070$82638290$872a87b0$@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <000001d9c070$82638290$872a87b0$@samsung.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Jul 27, 2023 at 06:55:37PM +0900, Kwanghoon Son wrote: > > On Sun, Jul 23, 2023 at 10:29:57AM -0700, Drew Fustini wrote: > > > On Sun, Jul 23, 2023 at 11:32:17AM +0100, Conor Dooley wrote: > > > > On Sat, Jul 22, 2023 at 02:55:39PM -0700, Drew Fustini wrote: > > > > > > > > > +++ b/arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts > > > > > @@ -0,0 +1,61 @@ > > > > > +// SPDX-License-Identifier: GPL-2.0 > > > > > > > > Hmm, should this not be dual licensed? > > > > I notice the other th1520 stuff isn't either.. > > > > > > Good point, I'll resubmit with a dual license. > > > > > > Jisheng: are you okay with the other arch/riscv/boot/dts/thead files > > > changing to a dual license? > > > > When cooking the initial patch, I wrote the lpi4a dts files from > > scratch based on sipeed opened sch file, and currently only I made > > contributions to them, so it's easy to make the lpi4a dts files > > dual license. > > Thanks for your work. > Is there any datasheet or user manual can get on public? Sorry I can't help on datasheet. > I'm going to contribute drivers in my spare time, > but it's hard to know the register file and dma information. >