From patchwork Tue Apr 2 14:34:56 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13614349 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 5B703C6FD1F for ; Tue, 2 Apr 2024 15:48:57 +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=ydUwy/yoUe3ErmYz8zHK+mx8pvsTl4dkMOAFPrFNo3I=; b=nS93MdoVe4m0Yi SWFLIeZPGnNOTgWEYSXW8deh8UarjzCDITLGCiIH0eeXBYxerYJFppwyn3OFLR7+ap5h3HuN0TilI eMJIRvsw0CTYHb6cshiL2gSx36wA6d6Dq1nvs2QXgjVzKoKd29UxLttlbe2+9scBQNgXIK2EYMpL0 vWFXaRrKnRNvcThihwVHKO67ChLIgeUlz6VQ7k27LSSwQscaN/WsUabg6VULGe5S/hssxW/7IXEBH gFjll9T2+cQXBLCipQaj1pxtV/wq1OyPcIpq5pF4l6Xh4J35HotAK1jDWUcHAyM57k7Ze3lJ8Tywz q6sPXZfQaHa/hvmkcnWQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rrgNR-0000000BsJX-407M; Tue, 02 Apr 2024 15:48:45 +0000 Received: from laurent.telenet-ops.be ([2a02:1800:110:4::f00:19]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rrfE4-0000000Bbor-2Tuv for linux-arm-kernel@lists.infradead.org; Tue, 02 Apr 2024 14:35:05 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:76d0:2bff:fec8:549]) by laurent.telenet-ops.be with bizsmtp id 6Eay2C0090SSLxL01Eayhb; Tue, 02 Apr 2024 16:34:58 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rrfDa-00GBGH-Vz; Tue, 02 Apr 2024 16:34:58 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rrfE2-009rNP-8v; Tue, 02 Apr 2024 16:34:58 +0200 From: Geert Uytterhoeven To: Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH] arm64: dts: renesas: gray-hawk-single: Enable nfsroot Date: Tue, 2 Apr 2024 16:34:56 +0200 Message-Id: <0c291919071350674648317f8cf3efbd1ca4475f.1712068442.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240402_073501_130128_1CF8722B X-CRM114-Status: GOOD ( 11.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 Extend the default kernel command line for Gray Hawk Single for mounting the root filesystem via NFS, like is done for all other Renesas development boards. Signed-off-by: Geert Uytterhoeven --- To be queued in renesas-devel for v6.10. --- arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts b/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts index acf1d625ec410e55..cfbe8c8680cd8947 100644 --- a/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts +++ b/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts @@ -23,7 +23,7 @@ aliases { }; chosen { - bootargs = "ignore_loglevel"; + bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; stdout-path = "serial0:921600n8"; };