From mboxrd@z Thu Jan 1 00:00:00 1970 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 3A01EC71136 for ; Wed, 11 Jun 2025 18:00:15 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=u2Mt0cs/vBU6nE22cMZQ7hk8xkyENIDqwiZ2KLx1fuE=; b=oWAqcQ+QhttXA8 cO+96rQj/lWSrjbTCOdsbH72TUOVCUNz9mY9OirNfxUU7JsKIYeWGUx5yc1baaWItvOYmcAayVv/g 686/r6xEabivhV2Lw41puAX7GpZMNO5V1msfUKHH67kGNwuly+snplpmjoYqVfVowK18JqW6+0/gw +FJsiKoBb8WJ0fEYw8kP7SCNK7CcVYhSK1onh+jMULkH2J8ncIBqJ/6AKjr1H6TF5ol/EkxdNxoxy 4qJRUgcFvpwI/H/QPBzANxpQpWHO9F1glnpZN3xXELxa+mR8qBHN3zCpDUE3XeM+I5Nx7UTx9RmGp QkKtMWq51ceWi941YVnQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uPPkA-0000000Amg8-2Bix; Wed, 11 Jun 2025 18:00:10 +0000 Received: from mail.gentoo.org ([2001:470:ea4a:1:5054:ff:fec7:86e4] helo=smtp.gentoo.org) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uPLxs-0000000A1Ta-3OrD for linux-riscv@lists.infradead.org; Wed, 11 Jun 2025 13:58:05 +0000 Received: from localhost (unknown [116.232.147.71]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange secp256r1 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dlan) by smtp.gentoo.org (Postfix) with ESMTPSA id 02DD633BEB9; Wed, 11 Jun 2025 13:58:01 +0000 (UTC) Date: Wed, 11 Jun 2025 13:57:57 +0000 From: Yixun Lan To: Guodong Xu Cc: vkoul@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, p.zabel@pengutronix.de, drew@pdp7.com, emil.renner.berthing@canonical.com, inochiama@gmail.com, geert+renesas@glider.be, tglx@linutronix.de, hal.feng@starfivetech.com, joel@jms.id.au, duje.mihanovic@skole.hr, elder@riscstar.com, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, spacemit@lists.linux.dev Subject: Re: [PATCH 6/8] riscv: dts: spacemit: Enable PDMA0 controller on Banana Pi F3 Message-ID: <20250611135757-GYC125008@gentoo> References: <20250611125723.181711-1-guodong@riscstar.com> <20250611125723.181711-7-guodong@riscstar.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20250611125723.181711-7-guodong@riscstar.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250611_065804_876430_05C36BBC X-CRM114-Status: GOOD ( 14.06 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Hi Guodong, On 20:57 Wed 11 Jun , Guodong Xu wrote: > Enable the Peripheral DMA controller (PDMA0) on the SpacemiT K1-based > Banana Pi F3 board by setting its status to "okay". This board-specific > configuration activates the PDMA controller defined in the SoC's base > device tree. > Although this series is actively developed under Bananapi-f3 board but it should work fine with jupiter board, so I'd suggest to enable it too, thanks > Signed-off-by: Guodong Xu > --- > arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts b/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts > index 2363f0e65724..115222c065ab 100644 > --- a/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts > +++ b/arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts > @@ -45,3 +45,7 @@ &uart0 { > pinctrl-0 = <&uart0_2_cfg>; > status = "okay"; > }; > + > +&pdma0 { > + status = "okay"; > +}; > -- > 2.43.0 > > -- Yixun Lan (dlan) _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv