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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8C745C433F5 for ; Tue, 14 Dec 2021 02:40:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=yjgjbSeBMXjEBeoZ1nVdcWGEV8+2JF3hpJ01v0DbFs8=; b=t+D1bCmrVwkU8X b2XMiiOpIlKModEFysuBtUAey2UufRGvUDomaBR3jDgy59qnk261GQ8rhXY0uTbGLu4wpkVklLy14 Vg2sjMN+63mSxOLggEBsqFiCaL6C/FCeINEMmf8Fj3Xhryym8QD3MnytkLrI0hrZZC2/eYYJAcbSo /yNIaJZwbD7eIH+hmBUH8PGM9m8NbbgRsost+eZjudrufjmC1UcoGJpxgxagekaXacCqZx0Dnly1W HSlb/0MBA1YcIn863pvD3JjasPwd7lNKzJdXOtz/SrhEWeVChLtU/lfFi+w6pFzbkyXx2ggH78SM7 oRRD183jAG3DFPxhxXwA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mwxiS-00CIXJ-M2; Tue, 14 Dec 2021 02:38:56 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mwxiP-00CIWL-Vy for linux-arm-kernel@lists.infradead.org; Tue, 14 Dec 2021 02:38:55 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id ACD9AB817D4; Tue, 14 Dec 2021 02:38:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2DE49C34603; Tue, 14 Dec 2021 02:38:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639449531; bh=/aQ0TtIZ+kzWB5Abht82P2wcjqy/Z3erSZiZRabXKn0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gXj5BLlU44Oh1y8cOV9pdGDUlKZU80J4vDiteHqsyoFe7A5P3go3p6A7UC/NJf6ny o5bmkRvl8omA7Ve0YFUp2oddc+3TNURelnSKAygIVXZNkMRzWF+V49ejfBCqXO7BwL 2cv1FYzxKpxDsfUc3hUGAXKvHDikPvi+AyEsqOydt8ieOEKUp7NZohP7ek39H8axkt IQXYP9ilAF9lww45LRtjEktmeqwWOmLl7IGAqCnD+IDTcbdd1Sp1VEkI3n0DFHOAPK lWORX+CqsJI83aGlrjdCf1rcRnuiYKTMeYkytfboA3/X8VpdwqrPfFCBnyL8jUw1JF HeXT71yZDQL0Q== Date: Tue, 14 Dec 2021 10:38:46 +0800 From: Shawn Guo To: Vladimir Oltean Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Li Yang , Michael Walle Subject: Re: [PATCH 0/4] NXP LS1028A-RDB preparation for device tree sync with U-Boot Message-ID: <20211214023846.GN4216@dragon> References: <20211202141528.2450169-1-vladimir.oltean@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211202141528.2450169-1-vladimir.oltean@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211213_183854_194192_D94AF8D1 X-CRM114-Status: GOOD ( 14.13 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Thu, Dec 02, 2021 at 04:15:24PM +0200, Vladimir Oltean wrote: > An effort was started for the NXP LS1028A to share device trees between > Linux and U-Boot, and so far the common SoC dtsi is shared, but > individual boards still aren't. This patch makes some minor changes to > the Linux device tree so the DT for the reference design board can be > successfully shared with U-Boot. > > Vladimir Oltean (4): > arm64: dts: ls1028a-rdb: sort nodes alphabetically by label > arm64: dts: ls1028a-rdb: add an alias for the FlexSPI controller > arm64: dts: ls1028a-rdb: add aliases for the Ethernet ports > arm64: dts: ls1028a-rdb: update copyright Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel