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=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 EC830C3A59E for ; Wed, 21 Aug 2019 16:44:46 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id BF02A22D6D for ; Wed, 21 Aug 2019 16:44:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="D+6IXJS7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BF02A22D6D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.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=pH5w0jOy1eqFhyYaL2nyMUPhb/1XaqEfTgC9TFfdMK8=; b=D+6IXJS7F8T/qW hPrei5oOPg2N381Ie9BRbogZSrP/wNQp2I8qTKiRh0MwF3mhYM1VuSjmNIUhb6wm5bZTcdQH4XYkz zPXo4m/hnmC1Y5WJrJecFmx7WYjpa8nkohyGXTteTd8Ps8RqOgNaU05SczpNG7ciAgIHxFXsg3GH6 sRf6rR0yObt5mTe0ldq14xsAPPHHuBTObQGM9sC4lB7yZvenfcFGAitCznxnO9EcX3lfoKW+rWf/B 0QMidel8pzZxd3pFf4oICsBVOtjBn8h9pd+bGifoEguNQMkR2TknEjg2bp7r36jLSEt2QzuqxQaup cy5jVOTcb3RKYjQzRLvw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i0Tiy-0006LU-Dn; Wed, 21 Aug 2019 16:44:40 +0000 Received: from relay8-d.mail.gandi.net ([217.70.183.201]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i0Tiv-0006L6-4b for linux-arm-kernel@lists.infradead.org; Wed, 21 Aug 2019 16:44:38 +0000 X-Originating-IP: 86.207.98.53 Received: from localhost (aclermont-ferrand-651-1-259-53.w86-207.abo.wanadoo.fr [86.207.98.53]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 66E831BF204; Wed, 21 Aug 2019 16:44:35 +0000 (UTC) Date: Wed, 21 Aug 2019 18:44:34 +0200 From: Alexandre Belloni To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Subject: Re: [PATCH 4/9] ARM: dts: at91: cosino: Style cleanup Message-ID: <20190821164434.GI27031@piout.net> References: <20190812212757.23432-1-uwe@kleine-koenig.org> <20190812212757.23432-4-uwe@kleine-koenig.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190812212757.23432-4-uwe@kleine-koenig.org> User-Agent: Mutt/1.12.1 (2019-06-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190821_094437_324502_BA6CEC27 X-CRM114-Status: UNSURE ( 9.59 ) X-CRM114-Notice: Please train this message. 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: Ludovic Desroches , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 12/08/2019 23:27:52+0200, Uwe Kleine-K=F6nig wrote: > - newline between properties and sub-nodes > - use tags from included dtsi instead of duplicating the hierarchy > - status should be the last property > = > There are no differences in the generated .dtb > = > Signed-off-by: Uwe Kleine-K=F6nig > --- > arch/arm/boot/dts/at91-cosino.dtsi | 203 ++++++++++----------- > arch/arm/boot/dts/at91-cosino_mega2560.dts | 93 +++++----- > 2 files changed, 145 insertions(+), 151 deletions(-) > = Applied, thanks. -- = Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel