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 { From patchwork Tue Apr 18 16:52:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 13215933 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 503EEC6FD18 for ; Tue, 18 Apr 2023 16:53:27 +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=/ZYzODSOmwkD3mLjBiuoK2OCXitwoZ2XiEIbYwGlUGk=; b=OcUhaeNAoqpJHI 0kb+mY7qbPUltrPvNbDUsC+SlmgnoA8IqnmAZEE0JfOry/Zy5id/vFVAkQO6QQj/s+uEGFJs9FsQK Mafg59SVyEojPFKCgDvPjNi0Fxb6Qg99nqOLN8NafAU9K+4+h/F/L7DmZmVn/MyC2mgcsWQ/MPBVq ubcL18pIiCxWFFXZcqmIxJph9AywIfVbUYA52OkwVM757DZc5IMc8AgI+BimbHmLyNX8oTLZ1l8Bp wFiCyvntsdzw05EvKU5CiYAf78kQ+6pw5mA3yWdOxqmUumR/BRrZlsl/epx6GDWfn5BNPWDvFZEP4 apZuOS2t1YE3/053zQCg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pooZP-002pzF-0v; Tue, 18 Apr 2023 16:52:43 +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-002psa-12 for linux-arm-kernel@lists.infradead.org; Tue, 18 Apr 2023 16:52:29 +0000 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 33IGqEAS091671; 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=Z8ezcCgcZ4u82Fn4sN/wIifJyqSb2h8hCeRmgO9EfB4=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=Jf5g+oNQbZ2oFpkyZ9zTRs3aGX4rsUG0soQsiGOI6Ke1pKQ9qpXLi53JKKl2i5oW/ X7vrggHmPgBNB35R/9Sw3BuccNnP37deNGlZRdtxkdtP2ydolJxVVKAyt8ko2byRMd nR9vriimskjpG5CLbhZKU2ajRER0TsWg21e6n+MQ= Received: from DLEE100.ent.ti.com (dlee100.ent.ti.com [157.170.170.30]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 33IGqEUn036074 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 18 Apr 2023 11:52:14 -0500 Received: from DLEE108.ent.ti.com (157.170.170.38) by DLEE100.ent.ti.com (157.170.170.30) 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 fllv0040.itg.ti.com (10.64.41.20) by DLEE108.ent.ti.com (157.170.170.38) 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 fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 33IGqEea128610; Tue, 18 Apr 2023 11:52:14 -0500 From: Nishanth Menon To: Krzysztof Kozlowski , Rob Herring , Vignesh Raghavendra CC: , , , Tero Kristo , Nishanth Menon , Jan Kiszka , Krzysztof Kozlowski Subject: [PATCH 2/5] arm64: dts: ti: k3-am65*: Drop bootargs Date: Tue, 18 Apr 2023 11:52:09 -0500 Message-ID: <20230418165212.1456415-3-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_505543_13E30571 X-CRM114-Status: GOOD ( 10.23 ) 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 Cc: Jan Kiszka 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-am65-iot2050-common.dtsi | 1 - arch/arm64/boot/dts/ti/k3-am654-base-board.dts | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi index 96ac2b476b11..7d256a1638ff 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi @@ -21,7 +21,6 @@ aliases { chosen { stdout-path = "serial3:115200n8"; - bootargs = "earlycon=ns16550a,mmio32,0x02810000"; }; reserved-memory { diff --git a/arch/arm64/boot/dts/ti/k3-am654-base-board.dts b/arch/arm64/boot/dts/ti/k3-am654-base-board.dts index 592ab2b54cb3..0d6fc89eba7a 100644 --- a/arch/arm64/boot/dts/ti/k3-am654-base-board.dts +++ b/arch/arm64/boot/dts/ti/k3-am654-base-board.dts @@ -15,7 +15,6 @@ / { chosen { stdout-path = "serial2:115200n8"; - bootargs = "earlycon=ns16550a,mmio32,0x02800000"; }; memory@80000000 { From patchwork Tue Apr 18 16:52:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 13215935 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 B4712C77B78 for ; Tue, 18 Apr 2023 16:53:37 +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=Hu5SQAf7VVbevcIvLu/69pmicukEt7E+1HRlj8lUCzg=; b=lgPCGLYDB2Cacv sWhhk/KgBkoNsT7JyTWIsK51nOduoeqhScec2YWrBeILDC2ZKexRBIFNyHRIecQ21cvq9c+3oVunF Y1/CKI6WtzG1d93oW8nYm+866rrHncNSt5zbxYkt/x4gg73XJUWYy4++MtPyhwi5NLPFWHyWP6dnX pl7JBMIfWF0Of3wR3DXbGZnoWv6hhDeSPlyGQKwqveQ3NJwXzI5E0KHCTEkm4i8A+FYAJK18HoH68 +l13Xc8dvn19tN/4CcEBde+d3XgpLTodNOYzwCy9F0y7mNuYAUyoxVmgBD4B3aCm2VUc8SvGNxWFW 0qDnmk7vBCkfNDdU6uoQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pooZa-002q4V-3B; Tue, 18 Apr 2023 16:52:54 +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-002psl-12 for linux-arm-kernel@lists.infradead.org; Tue, 18 Apr 2023 16:52:29 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 33IGqE0A091661; 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=Aq3JTwDCWq9huEhzI9/3uZzUpL12jcTTZbg8bSfodB0=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=yC1XKQQIAR6G18O9xs1R4V0dOyUanw7Bte88uT+RtmKfi4QiMYGJPiKcMX7u/XFkK LpHNH3bABiMzQxOMGMuzWhAloNqM9hlGwg0cdiVG8CeqN3fzzIU9YEAzy811uezXxQ OeIEvxsPM97SthjV0RTWFFN7jIQ88sRMuRRfyRCw= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 33IGqEgX123959 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 18 Apr 2023 11:52:14 -0500 Received: from DLEE101.ent.ti.com (157.170.170.31) 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 lelv0327.itg.ti.com (10.180.67.183) by DLEE101.ent.ti.com (157.170.170.31) 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 lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 33IGqEEW102192; 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 3/5] arm64: dts: ti: k3-j721e-*: Drop bootargs Date: Tue, 18 Apr 2023 11:52:10 -0500 Message-ID: <20230418165212.1456415-4-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_496803_7B520C8E X-CRM114-Status: GOOD ( 10.20 ) 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-j721e-common-proc-board.dts | 1 - arch/arm64/boot/dts/ti/k3-j721e-sk.dts | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts index 7db0603125aa..c11c092c1ce0 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts +++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts @@ -17,7 +17,6 @@ / { chosen { stdout-path = "serial2:115200n8"; - bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000"; }; gpio_keys: gpio-keys { diff --git a/arch/arm64/boot/dts/ti/k3-j721e-sk.dts b/arch/arm64/boot/dts/ti/k3-j721e-sk.dts index f650a7fd66b4..ad7b45aeed0a 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-sk.dts +++ b/arch/arm64/boot/dts/ti/k3-j721e-sk.dts @@ -18,7 +18,6 @@ / { chosen { stdout-path = "serial2:115200n8"; - bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000"; }; memory@80000000 { From patchwork Tue Apr 18 16:52:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 13215934 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 4EAC2C6FD18 for ; Tue, 18 Apr 2023 16:53:31 +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=DyeEsDxN1DX7bae2adyZvoJKMFn+/emo5mfe0Hcp1lo=; b=AcWbnTbv2XoJ9e gF79+/M9Iaw9boDbcTBAYFIk8IO+TDPcHQ9rTaIlXZMJsD8zbWPzGWBrYupzdsatm5O2e1tATSTg1 Kq1j6YMlKaeksxmVBQflT2eLLfJrxPxrvka1XudMRYjqud3WVEvQFR8aRQrA6lYnXiuRTQYEA4xow U1L0o+WrqSgZCGEOM5WsuETLUDA6YKMQB+AVkaeo8fb6prUhk77Aa5wWrXY6KGj03X/mUbmOQFtq3 0Y0N+4DvyJ64nIRvmj1fehulYDxpsc2TvSB1SG/Ka38ZviiPNj7TLS7WNgEWbcrfyLKU2YMWvkyej Syjek3gXls9a71qZaAzA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pooZN-002pye-34; Tue, 18 Apr 2023 16:52:41 +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-002psW-12 for linux-arm-kernel@lists.infradead.org; Tue, 18 Apr 2023 16:52:29 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 33IGqEUH091663; 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=LFeCXjPbdR5ejkZWF5hdFSRABroF0ppoky8uMxNYlBg=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=NuLBu7boE5DpjxxMiYy+M6YYaKEU2Ugnj2Si3MtSeITyA3IjolN1ke4Wiz4pNDvZs b05EtM/n/AdUra/iLZHlUGXxmUJJ9B4gQ6jYe8Vhp6EyYRovvUt9Jw7Iss+/L4ths6 Uw/4y/jTwDE07K5NMDK/k6mvesTrgtRzNVGy6AuY= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 33IGqEnb012871 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 18 Apr 2023 11:52:14 -0500 Received: from DLEE114.ent.ti.com (157.170.170.25) by DLEE113.ent.ti.com (157.170.170.24) 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 lelv0326.itg.ti.com (10.180.67.84) by DLEE114.ent.ti.com (157.170.170.25) 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 lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 33IGqEF7011973; 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 4/5] arm64: dts: ti: k3-j7200-common-proc-board: Drop bootargs Date: Tue, 18 Apr 2023 11:52:11 -0500 Message-ID: <20230418165212.1456415-5-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_427642_218CACE5 X-CRM114-Status: GOOD ( 10.22 ) 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-j7200-common-proc-board.dts | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts index 0d39d6b8cc0c..5506341aae21 100644 --- a/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts +++ b/arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts @@ -17,7 +17,6 @@ / { chosen { stdout-path = "serial2:115200n8"; - bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000"; }; evm_12v0: fixedregulator-evm12v0 { From patchwork Tue Apr 18 16:52:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 13215930 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 9FBE6C6FD18 for ; Tue, 18 Apr 2023 16:53:16 +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=3i2UuxCc57fat0ceC443fsByMNYx1IFPH2psIVIeSN0=; b=z+dR1XvgeFmcBO CIgpvA/ejQCSRKMpQ9nXCgpzYyaoDU2nlmUv6ZA37PjPxyjUrweZ3Oqkgqx5cB52DB130dQ8LUt/g vQ6VtmK74g5209AaAuC2de5gwBmyhErtH1mNi5VKgXV1Np5ZWPz+KBSjezLFZuelTul0mhreS9373 f5RWRObetkIdo8koVu1AL4TS8IH6gMn+Kgp45btRIIC1NF2kB7e0Yv3TimNn2EGpT8Mi05cRABg7x q7OnaeEIKNOJge2gWXhJGxcDSqg6NNYmmlHlDrnT+Falmdu9JMsj9+HCI1aghYRLnQNn8auj7/zNA v2338KlJ5DGeJTRsV4Kw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pooZB-002puu-2d; Tue, 18 Apr 2023 16:52:29 +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-002psZ-12 for linux-arm-kernel@lists.infradead.org; Tue, 18 Apr 2023 16:52:27 +0000 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 33IGqEEE091669; 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=q+CnsSg7jqwFZ+/DxGwUi7dqtbB/JAIJ6gWuZaoNov8=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=kTnyjCTLVKKZe9Ydf9B+tHM9dnDjkUJTT3KZFLduEoW53GzMByZc0YcPJuplWD311 ZgPZi29KfPEGEYRc5RGVrQkZNkPs1HP/Y9cwj0QVKi+Gr/EMq1mw6redqgGKjmd91Q u4QTMv5J2d0b6zWUVgRRxzEhMaDL1gYnu74ErX40= Received: from DFLE106.ent.ti.com (dfle106.ent.ti.com [10.64.6.27]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 33IGqEoC036072 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 18 Apr 2023 11:52:14 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE106.ent.ti.com (10.64.6.27) 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 DFLE114.ent.ti.com (10.64.6.35) 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 33IGqE7Q005092; 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 5/5] arm64: dts: ti: k3-j721s2-common-proc-board: Drop bootargs Date: Tue, 18 Apr 2023 11:52:12 -0500 Message-ID: <20230418165212.1456415-6-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_428559_EA74EA8A X-CRM114-Status: GOOD ( 10.11 ) 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-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 {