From patchwork Wed Apr 19 14:12:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 13216916 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 DAE2BC77B7E for ; Wed, 19 Apr 2023 14:13:45 +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:References:In-Reply-To: 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: List-Owner; bh=Zi0MWUibMrn4ZTIVZVP7d+O+I6/f/5woMOIdq04yjvw=; b=IBS9YxQF5XAuo1 1NiY+2zDbjiG/csTobVPGpwHmnQSNQWbN2qI4RAa5CwItyLLwN0ZyW1KfvPCypheXoeBJYwiaDGI3 3PrvzZpxBUVfrEqKJHjkdyPvpPvsmw8KyoPgQVzFje6F/yHWKo1ubSayfIqS0RDOVT+Su2fWXS+yk vlaoAjHZc71yK0P0PtjKF1R0yebWSN2Abeq9FTHhSUjlKLuw+Dbb7mS7HcAVpBnbgx+7fur+CvkNO mKEA0HGnqE13BHr/c2XRLwy8Gn1HH9PREFu72FIxfrCBrIkjy8aBIYhkqMYykGCMZqTyq5Nq+l2ai gdrd6jQrr9MD+5Is9RzQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pp8Y3-005bdO-0x; Wed, 19 Apr 2023 14:12:39 +0000 Received: from fllv0016.ext.ti.com ([198.47.19.142]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pp8Xx-005bb5-04 for linux-arm-kernel@lists.infradead.org; Wed, 19 Apr 2023 14:12:36 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 33JECOtX106812; Wed, 19 Apr 2023 09:12:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1681913545; bh=kmgdJgIV6jOnsuVYD93NCTE6V8OsBUIuR7D96SrG8uA=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=sU2pa6PZFSsul4uumqxSTGsZvK8gh+/+GWaEFqzhLz4vHv1AqFTDvTiehAk0tFnHk u25qdh7jNDMJOEjs6aMqrMK7XdvFEuOEK2LQyr6PQPUqEiR+qWTxkSozj5Tla1xXJ7 cNdwmsTKwtHNeeTzFg3j4Rv6YK+kBjOWnmK+C7Ng= Received: from DLEE111.ent.ti.com (dlee111.ent.ti.com [157.170.170.22]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 33JECOpI069012 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 19 Apr 2023 09:12:24 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Wed, 19 Apr 2023 09:12:24 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Wed, 19 Apr 2023 09:12:24 -0500 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 33JECO9N016740; Wed, 19 Apr 2023 09:12:24 -0500 From: Nishanth Menon To: Krzysztof Kozlowski , Rob Herring , Vignesh Raghavendra CC: , , , Tero Kristo , Nishanth Menon , Krzysztof Kozlowski , Roger Quadros Subject: [PATCH V2 5/5] arm64: dts: ti: k3-j721s2-common-proc-board: Drop bootargs Date: Wed, 19 Apr 2023 09:12:22 -0500 Message-ID: <20230419141222.383567-6-nm@ti.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230419141222.383567-1-nm@ti.com> References: <20230419141222.383567-1-nm@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230419_071234_880559_F0042CBE X-CRM114-Status: GOOD ( 11.38 ) 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 Drop bootargs from the dts. The console arguments are already covered in stdout-path property and earlycon is a debug property that should be enabled only when debug is desired and not as default. Link: https://lore.kernel.org/linux-arm-kernel/81134eb9-2b7d-05bc-3035-a47f020861a8@linaro.org/ Suggested-by: Krzysztof Kozlowski Acked-by: Krzysztof Kozlowski Reviewed-by: Roger Quadros Signed-off-by: Nishanth Menon --- Similar discussions can be seen in https://lore.kernel.org/linux-devicetree/?q=Krzysztof+bootargs Changes since v1: - improved commit message - picked up acks and reviews from Roger and Krzysztof V1: https://lore.kernel.org/r/20230418165212.1456415-6-nm@ti.com arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts index b4b9edfe2d12..1299c715f34c 100644 --- a/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts +++ b/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts @@ -16,7 +16,6 @@ / { chosen { stdout-path = "serial2:115200n8"; - bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,2880000"; }; aliases {