From patchwork Tue Apr 18 16:52:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 13215931 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 9F3A5C77B75 for ; Tue, 18 Apr 2023 16:53:17 +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=ThpY0DQN5yc+Izd6y2zXWleTJMqwCdyhIUmicl62dFY=; b=YKQ/ZsEBjcf9zI tTEyCpVUR9xZYl7wU2jq8FxUjBwwLDIElh/6Cm10BJUYbhaYWA5hm4L20mRuCcTN9GwGN12neWuB/ K+esDTxq1OhyAEMkF7CnG5TY2TLgLj+G6rKWQkj6QgFE5zIozPk+9oG+OTQD3a9quVhYR3Qzy95Vt F/fNHOVRxf7LsrcAk9Cso2gfCbNmpmgP5H1nGPGvugOR6IcBPgGsLMJnnzZBtS26cH0q9eNBfsiOb 4xyfKPIUvVIlbcDBvUcve4hAOEYjT63zdHt/kRV5O8SgRzGtm5MX2N5PNl3TWOKIaN3opN+oc31w6 MsfxIkm14MLbDFIEq+jQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pooZC-002pvR-3A; Tue, 18 Apr 2023 16:52:31 +0000 Received: from lelv0142.ext.ti.com ([198.47.23.249]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pooZ8-002psk-12 for linux-arm-kernel@lists.infradead.org; Tue, 18 Apr 2023 16:52:27 +0000 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 33IGqEOO091657; Tue, 18 Apr 2023 11:52:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1681836734; bh=0ji/Q+Sa6ulsAji6q+UETVPDLVU5HdZIbR5lMSErCVo=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=wZXbVplu4rMDY5VII49xK/Krxg12WAAInd+RKveemvo1QiLQeoHXFu5Qbxn+mKdfH ALCetjlZ6f4OIe/lPSUq13xZ99cyrm6+udlK+lkAkbIf8EQVwcN6ktpDrI7063lXnT EgG062/fVkeinusHyRbE9IsCpJBJmECyFvw+dBQk= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 33IGqEh0036239 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 18 Apr 2023 11:52:14 -0500 Received: from DLEE107.ent.ti.com (157.170.170.37) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Tue, 18 Apr 2023 11:52:14 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE107.ent.ti.com (157.170.170.37) 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; Tue, 18 Apr 2023 11:52:14 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 33IGqEXX005089; Tue, 18 Apr 2023 11:52:14 -0500 From: Nishanth Menon To: Krzysztof Kozlowski , Rob Herring , Vignesh Raghavendra CC: , , , Tero Kristo , Nishanth Menon , Krzysztof Kozlowski Subject: [PATCH 1/5] arm64: dts: ti: k3-am62x-sk-common: Drop bootargs Date: Tue, 18 Apr 2023 11:52:08 -0500 Message-ID: <20230418165212.1456415-2-nm@ti.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230418165212.1456415-1-nm@ti.com> References: <20230418165212.1456415-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-20230418_095226_427644_17C7D2BF X-CRM114-Status: GOOD ( 10.18 ) 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 Link: https://lore.kernel.org/linux-arm-kernel/81134eb9-2b7d-05bc-3035-a47f020861a8@linaro.org/ Suggested-by: Krzysztof Kozlowski Signed-off-by: Nishanth Menon --- arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi index 976f8303c84f..a61e8648f189 100644 --- a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi @@ -25,7 +25,6 @@ aliases { chosen { stdout-path = "serial2:115200n8"; - bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000"; }; memory@80000000 {