From patchwork Wed Jun 1 13:19:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 12866906 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 2A97AC433F5 for ; Wed, 1 Jun 2022 13:21: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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=6v+Os22Q6L9sbgSmt3zpT4I9DSB853y5v8i4SAzCNKw=; b=EpiEGgc0oSNrir ICuEEjHN2E9O2kNy3cBD4oZ//NwEUWI/GcL0m5nMrcDmg9fbNBph3BIiltfOR4ywh5WNW4SXfbezh Peq98AFXs9q1KGHrjmxEytUPD+BRWItM//i4rmZseyujNjy5kw73rOiCSKGqYQVnTwvNf9Iy2aOpx dsrkjC60zqX9j+zEJDxxCVPHOIcTevF4hif/I+f/3wUl+QNwXVA9YLSsJHzQhdZgeVFxzQ6QZS1N7 2434vYu1/7wUkzPihStJnKHXPk5U2e+4XKMyj6tB4VcJY36K/bE1GPtMxHEgP4O1AT1GsdLMrJUsn thgSwZpJm43HFuTei5fQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwOGV-00GF6c-KR; Wed, 01 Jun 2022 13:19:59 +0000 Received: from phobos.denx.de ([2a01:238:438b:c500:173d:9f52:ddab:ee01]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwOGJ-00GF2I-Kw for linux-arm-kernel@lists.infradead.org; Wed, 01 Jun 2022 13:19:49 +0000 Received: from localhost.localdomain (unknown [IPv6:2804:14c:485:4b69:fcf4:daca:74c:fcf5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: festevam@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 6AA0383E80; Wed, 1 Jun 2022 15:19:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1654089584; bh=dS7WLFGKKA0ctOfo3xrkDbEEDQ8mlie83WZ/ltN9kkc=; h=From:To:Cc:Subject:Date:From; b=O63oWIJY9ehHBzGvltm1QzMT47yQGgYT70w+y80L5YNI2VyHWF83H5R+SCP99GylY rTTldvnwQEHl/7KwubXM19BLQpWUMJnwrPOm9sAAFV9ksXQQVPrYw4OG1ERSyqGS0V SJenDGcBZeMg/gzTv50C+CKKfuFA1CK4qORiy0KgS3GpQD/mVF5OBVNYF9K/E58hIv 1cZVcpQPadWkNBwurXlxYKESwMJoqLxKjB907qrQO8ZYpaz8NQYa+u1c61lu6UXk2L G7UH9LDPfeTebPgIx3tIm/EX68hdBIIkr6aVum+bLi6aMG9J1UWzIQC32jSML+tXO9 4YO48DJ5RC8kA== From: Fabio Estevam To: shawnguo@kernel.org Cc: alexander.stein@ew.tq-group.com, linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: [PATCH] arm64: dts: mba8mx: Remove unneeded comments Date: Wed, 1 Jun 2022 10:19:28 -0300 Message-Id: <20220601131928.319497-1-festevam@denx.de> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220601_061947_942594_E7AA9612 X-CRM114-Status: UNSURE ( 9.18 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The bootargs line is already commented out and the comment of UART4 does not apply, as uart4 node is not described. Remove both comments to make the dtsi cleaner. Signed-off-by: Fabio Estevam Reviewed-by: Alexander Stein --- arch/arm64/boot/dts/freescale/mba8mx.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/mba8mx.dtsi b/arch/arm64/boot/dts/freescale/mba8mx.dtsi index c2f0f1a1566c..ea20b2a8aea8 100644 --- a/arch/arm64/boot/dts/freescale/mba8mx.dtsi +++ b/arch/arm64/boot/dts/freescale/mba8mx.dtsi @@ -16,7 +16,6 @@ beeper { }; chosen { - // bootargs = "console=ttymxc2,115200 earlycon=ec_imx6q,0x30880000,115200"; stdout-path = &uart3; }; @@ -272,7 +271,6 @@ &uart3 { status = "okay"; }; -/* UART4 is assigned to Cortex-M4 */ &usdhc2 { pinctrl-names = "default", "state_100mhz", "state_200mhz"; pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;