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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB862C433DB for ; Mon, 21 Dec 2020 13:59:32 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8BA7C22BED for ; Mon, 21 Dec 2020 13:59:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8BA7C22BED Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lunn.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=EEawV5WfQ6KKPmAgyOK9WMTsdzlkaNeGBbhpMO/mXV4=; b=ixLEQL5TxyGb3G99zBrGxMt4Y 7HaO6sTVfiqhCzhxaIa3fDxYqVuoQplh+i4zcSFC9dQvlwSJ3IO/5JlKULYeTKPBjnA12xvbnVSN4 nC7Fj+ZKRU0DBpMD6b+Sgz0dRroD7zaTCSqaebU2kFJLN/rADk3Um7b6vt6WVG3HmO5l379NVT+Ny 6Mghjtmlo7ZudZQVHfullw+QQP+HibbTCkewpWwGPA4+PrGrE3rPZVtOGLbP+96RB0YPpLrBPQG7j j24y2pyDwrUD98Q6gOesZiArrpQIXPB187oH8EdYR8FUSYI1piKNPkDW6uHmOEtiFkMq1vsCESm4G FO0sNjaQQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1krLhX-0000s7-PE; Mon, 21 Dec 2020 13:58:15 +0000 Received: from vps0.lunn.ch ([185.16.172.187]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1krLhS-0000rU-2u for linux-arm-kernel@lists.infradead.org; Mon, 21 Dec 2020 13:58:14 +0000 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1krLhO-00D8zQ-0y; Mon, 21 Dec 2020 14:58:06 +0100 Date: Mon, 21 Dec 2020 14:58:06 +0100 From: Andrew Lunn To: Kostya Porotchkin Subject: Re: [EXT] Re: [PATCH v2 3/4] arm64: dts: cn913x: add device trees for topology B boards Message-ID: <20201221135806.GD3107610@lunn.ch> References: <20201217075542.12472-1-kostap@marvell.com> <20201217075542.12472-4-kostap@marvell.com> <20201217154102.GC2943708@lunn.ch> <20201220163450.GB3077707@lunn.ch> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201221_085810_313029_D9E4018F X-CRM114-Status: GOOD ( 12.91 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "tmn505@gmail.com" , "jaz@semihalf.com" , "gregory.clement@bootlin.com" , Nadav Haklai , "robh+dt@kernel.org" , Stefan Chulski , "mw@semihalf.com" , Ben Peled , "linux-arm-kernel@lists.infradead.org" , "sebastian.hesselbarth@gmail.com" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Dec 21, 2020 at 06:57:46AM +0000, Kostya Porotchkin wrote: > > > > -----Original Message----- > > From: Andrew Lunn > > Sent: Sunday, December 20, 2020 18:35 > > To: Kostya Porotchkin > > Cc: linux-arm-kernel@lists.infradead.org; tmn505@gmail.com; > > jaz@semihalf.com; gregory.clement@bootlin.com; Nadav Haklai > > ; robh+dt@kernel.org; Stefan Chulski > > ; mw@semihalf.com; Ben Peled > > ; sebastian.hesselbarth@gmail.com > > Subject: Re: [EXT] Re: [PATCH v2 3/4] arm64: dts: cn913x: add device trees for > > topology B boards > > > > > 1) make the DTS naming match the current SDK code > > > > Where do i found the SDK? > [KP] Unfortunately the last Github published release is 2 years old. > The new SDK is available only after registration (and accepting the NDA terms) on marvell.com site. Which leads to the question, why should the mainline kernel be changed to be compatible with a closed source SDK? What mainline should not do is break compatibility with mainline. Which is why i think the existing DTB file needs to keep its name, and B gets a new file name. Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel