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 1912A38F633; Wed, 13 May 2026 23:09:47 +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=1778713788; cv=none; b=hJ7ii5iu9CE7Wa8A19yAU8GugCQmaCPHSc7seMQviQj5HI8ZtWA76KwysMDTRZkV4FqC10rak8nNAokkkfuLh1javk4ld8g0FpbNe7rY4bY+3SUsBbk0IxEQ0DWpcw9X8LKs3N6b5D8UmC6W6BciWoSyyHbHpsNQ3kXlzRK/HgM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778713788; c=relaxed/simple; bh=kjUAo1uOW2Oo49mudYiNDfnQY4SZr8+1RxA78MbMIyc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pKP/QEhit+hUpuNWFcQsAjnSXkRCavH4vecm00BiTmYhTQmO8xm+dYQ4t2kftB23PaYHq7FvCmf9k/reqEM8Lmx3Yp1PNLAr6KND+Kkx1Haafqxlq0MsJdFtXQ9qi0xCpWTZaPcEtA/J4MeSu7cV5bwejaCUmGLY1Bc+YFb8yhE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=c6TPnAKz; 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="c6TPnAKz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3BE03C19425; Wed, 13 May 2026 23:09:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778713787; bh=kjUAo1uOW2Oo49mudYiNDfnQY4SZr8+1RxA78MbMIyc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=c6TPnAKzFqcyGd7Z0pRJZ77LleZGuZ0fwo6JJqE0tYkIUyk5pwr+PIf8W2mGNjiH7 3GHXZj7XJuvTPT+pxtAy6+aLj7wKS0iStVX2HerLhyPbEOH3ib34zX/SkCI/wocCJk sfOPZJCI/9YdwlmbeHyvQEVUPwe4xxi8tsO502rYQX6FmlU/k/1pW6TsB+/rv1thxZ rVjFob4zEBSPQcIAeCUs5XniAU+185asL8Ev0hpvdkrl3knht6Q9bQvLhNKAIBdJfm Ei7WT9k3uYGG3aNOBBgrLcNceRaqOm43oF9YjSP4pTO9eZrcHqSQhQMcxwI5XSPyv6 TxLhLJxInm1pQ== Date: Wed, 13 May 2026 18:09:44 -0500 From: "Rob Herring (Arm)" To: Changhuang Liang Cc: Kees Cook , Emil Renner Berthing , linux-clk@vger.kernel.org, Hal Feng , Albert Ou , "Gustavo A . R . Silva" , Philipp Zabel , Conor Dooley , Michael Turquette , Paul Walmsley , Palmer Dabbelt , devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, netdev@vger.kernel.org, Stephen Boyd , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org, Alexandre Ghiti , Richard Cochran , Ley Foon Tan , Sia Jee Heng Subject: Re: [PATCH v2 15/22] dt-bindings: clock: Add StarFive JHB100 Peripheral-1 clock and reset generator Message-ID: <177871378355.2279463.2890936397180596400.robh@kernel.org> References: <20260508053632.818548-1-changhuang.liang@starfivetech.com> <20260508053632.818548-16-changhuang.liang@starfivetech.com> Precedence: bulk X-Mailing-List: devicetree@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-16-changhuang.liang@starfivetech.com> On Thu, 07 May 2026 22:36:25 -0700, Changhuang Liang wrote: > Add bindings for the Peripheral-1 clock and reset generator (PER1CRG) > on the JHB100 RISC-V SoC by StarFive Ltd. > > Signed-off-by: Changhuang Liang > --- > .../clock/starfive,jhb100-per1crg.yaml | 70 +++++++++++++++++++ > .../dt-bindings/clock/starfive,jhb100-crg.h | 60 ++++++++++++++++ > .../dt-bindings/reset/starfive,jhb100-crg.h | 19 +++++ > 3 files changed, 149 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/starfive,jhb100-per1crg.yaml > Reviewed-by: Rob Herring (Arm)