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 B022AC28D13 for ; Mon, 22 Aug 2022 03:53:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232624AbiHVDxt (ORCPT ); Sun, 21 Aug 2022 23:53:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232630AbiHVDxr (ORCPT ); Sun, 21 Aug 2022 23:53:47 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 06C9312A92; Sun, 21 Aug 2022 20:53:46 -0700 (PDT) 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 B2D19B80B2C; Mon, 22 Aug 2022 03:53:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B37E5C433D6; Mon, 22 Aug 2022 03:53:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661140423; bh=KnereuJVCdo2L1ZRIGBE+Gv8IEBSjxz1ez2467JsVEU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aZSDG5GAKFyRkC9xit/0ss2rSYh47O0/vy2Wwo/8IvRJbDRkJ2hAp1EKljDG5fEUQ X9UMvgIvMpji3k0zvjfiyltYIsR0utluOMjmSEzNO+kyKwCDUHPvBQU145k7EorKX2 PgHZ/4vI1B7GYks78XUKJbkAuu7oBtL3prvErS4Wi4Om6fpxSgREjsqeaOKKnKgxga +rX+tw8/q1rfdYzA5d35RoU3JzmMpu0Wh0Wz8NOyeuuxOHDX6q3oDGWu9uwXTRoLWh Xi8nmR5H7LG0mbpsEU8Yqr6JDxVU4DsYyhUYxMfZMpowhfbaix5hakFZnlszZl1NEx f1Aba9YWqPwVw== Date: Mon, 22 Aug 2022 11:53:37 +0800 From: Shawn Guo To: Michael Walle Cc: Vladimir Oltean , devicetree@vger.kernel.org, netdev@vger.kernel.org, Leo Li , Rob Herring , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH devicetree 2/3] arm64: dts: ls1028a: mark enetc port 3 as a DSA master too Message-ID: <20220822035337.GU149610@dragon> References: <20220818140519.2767771-1-vladimir.oltean@nxp.com> <20220818140519.2767771-3-vladimir.oltean@nxp.com> <20220818144521.sctrmqcfzi6e6l3e@skbuf> <830a44530ce643aa111e74aa5815babf@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <830a44530ce643aa111e74aa5815babf@walle.cc> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Aug 18, 2022 at 05:08:57PM +0200, Michael Walle wrote: > Am 2022-08-18 16:45, schrieb Vladimir Oltean: > > On Thu, Aug 18, 2022 at 04:44:28PM +0200, Michael Walle wrote: > > > status should be the last property, no? > > > > idk, should it? > > IIRC Shawn pointed that out. If I'm mistaken, then do it for the > consistency within fsl-ls1028a.dtsi :) Yeah, I prefer to have 'status' be the last. Shawn