From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6DF71392C3D; Wed, 13 May 2026 23:08:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778713737; cv=none; b=oYraIIp7cBqDEPm8WZ1ofAxsZ+uI80zD6tTeICgkwT1JZlewPVrJraUYecryvnApZczI02IyX07ydsG4nIfyZRKGK/abHPJAmvzbc818ZD69aVGYeojD7535ascRJRm4CeRbsfjw8SzHl9D39p4hvwYM/N+zF2wtoDhGK3D97uU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778713737; c=relaxed/simple; bh=D6bD9ihndQ7HnnIizWApF3388IXWv0B10nh9ibhu9wc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=neiMnwIUmHHexXY28DaZA3wcFe/bd57daHVae0qbX9vudFE4Wl2c5Oa66u/eWzzFmHsj3ozcaBPKM5id3yqYa608ibGjSwCnNMln5omiaZYTVLi8k9YAeqeHmywqSziGVQhcBWPKP+QNyjw4V19Azg9pry7nRVIeN9jyC8FUa+k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=h+u9yfW3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="h+u9yfW3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 43648C19425; Wed, 13 May 2026 23:08:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778713737; bh=D6bD9ihndQ7HnnIizWApF3388IXWv0B10nh9ibhu9wc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h+u9yfW37hi1uHOXGYL36u4RWpfBvTDv/FOr7LqL5sg9XQ5+jb3eMMdtSLWATmAV6 GwZl/LO0jrxnI1OxgntQbXqh3OctiwORu+v47Ri5aq3IYs0LpJ6c498gn+7zMqzDiJ NuWUlNCP13Z8olSU7fEVJ6lfz0Tbc7eytMK2YvgnU783Q4hvxHLfK8higCkHvikh0r TeOLooV0sHJgqAtMqcRLKBw4+ZfWYtDTVRqGGXWRPqzeH5V1eMGR/ZEMxw0Mscit7t gxUMVygeTm/Ok0tEqwyyT5yoX3Ajd1/Y+Cs28SDQUMuV4QP19kagMYcWbHBvU2xQCB 3dQ0VwLSibo+A== Date: Wed, 13 May 2026 18:08:53 -0500 From: "Rob Herring (Arm)" To: Changhuang Liang Cc: Sia Jee Heng , linux-hardening@vger.kernel.org, Hal Feng , linux-clk@vger.kernel.org, Palmer Dabbelt , Albert Ou , Michael Turquette , Emil Renner Berthing , Ley Foon Tan , Richard Cochran , linux-riscv@lists.infradead.org, Conor Dooley , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Paul Walmsley , netdev@vger.kernel.org, Philipp Zabel , Stephen Boyd , devicetree@vger.kernel.org, "Gustavo A . R . Silva" , Alexandre Ghiti , Kees Cook Subject: Re: [PATCH v2 19/22] dt-bindings: clock: Add StarFive JHB100 Peripheral-3 clock and reset generator Message-ID: <177871373279.2278435.14464810348159113928.robh@kernel.org> References: <20260508053632.818548-1-changhuang.liang@starfivetech.com> <20260508053632.818548-20-changhuang.liang@starfivetech.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260508053632.818548-20-changhuang.liang@starfivetech.com> On Thu, 07 May 2026 22:36:29 -0700, Changhuang Liang wrote: > Add bindings for the Peripheral-3 clock and reset generator (PER3CRG) > on the JHB100 RISC-V SoC by StarFive Ltd. > > Signed-off-by: Changhuang Liang > --- > .../clock/starfive,jhb100-per3crg.yaml | 76 +++++++++++++++++++ > .../dt-bindings/clock/starfive,jhb100-crg.h | 35 +++++++++ > .../dt-bindings/reset/starfive,jhb100-crg.h | 9 +++ > 3 files changed, 120 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/starfive,jhb100-per3crg.yaml > Reviewed-by: Rob Herring (Arm)