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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3C38C71144 for ; Fri, 18 Aug 2023 12:41:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244565AbjHRMlU (ORCPT ); Fri, 18 Aug 2023 08:41:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1376913AbjHRMkt (ORCPT ); Fri, 18 Aug 2023 08:40:49 -0400 Received: from fd01.gateway.ufhost.com (fd01.gateway.ufhost.com [61.152.239.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65D4E3A8D; Fri, 18 Aug 2023 05:40:47 -0700 (PDT) Received: from EXMBX165.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX165", Issuer "EXMBX165" (not verified)) by fd01.gateway.ufhost.com (Postfix) with ESMTP id 459737FD3; Fri, 18 Aug 2023 20:40:44 +0800 (CST) Received: from EXMBX072.cuchost.com (172.16.6.82) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 18 Aug 2023 20:40:44 +0800 Received: from [192.168.125.62] (183.27.97.249) by EXMBX072.cuchost.com (172.16.6.82) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 18 Aug 2023 20:40:43 +0800 Message-ID: Date: Fri, 18 Aug 2023 20:40:42 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.2 Subject: Re: [PATCH v1 0/2] Add dma and tdm nodes for StarFive JH7110 SOC To: Conor Dooley , Conor Dooley , "Emil Renner Berthing" , Rob Herring , Krzysztof Kozlowski , Walker Chen CC: Conor Dooley , , , References: <20230724065158.925-1-walker.chen@starfivetech.com> <20230726-upriver-net-8490aa69df8a@spud> Content-Language: en-US From: Hal Feng In-Reply-To: <20230726-upriver-net-8490aa69df8a@spud> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [183.27.97.249] X-ClientProxiedBy: EXCAS066.cuchost.com (172.16.6.26) To EXMBX072.cuchost.com (172.16.6.82) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 26 Jul 2023 17:21:39 +0100, Conor Dooley wrote: > From: Conor Dooley > > On Mon, 24 Jul 2023 14:51:56 +0800, Walker Chen wrote: >> These patches add dma and tdm nodes for the StarFive JH7110 SoC, they >> are based on linux-next. I have tested them on the VisionFive2 board. >> Thanks. >> >> Best regards, >> Walker >> >> [...] > > Applied to riscv-dt-for-next, thanks! > > [1/2] riscv: dts: starfive: jh7110: add dma controller node > https://git.kernel.org/conor/c/ac73c09716c3 > [2/2] riscv: dts: starfive: jh7110: add the node and pins configuration for tdm > https://git.kernel.org/conor/c/e7c304c0346d Hi, Conor, You had deleted the `status = "okay";` of usb0 by mistake in this commit. &usb0 { dr_mode = "peripheral"; - status = "okay"; }; Could you please help fix it? Best regards, Hal