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 102098C18; Thu, 21 Dec 2023 04:58:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PxyFw2L2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 740A6C433C8; Thu, 21 Dec 2023 04:58:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1703134699; bh=Y7Unia0MjNq+xhf/SdLTJJEFwi9X+AFo3gAm06VmdUg=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=PxyFw2L2iNUVJDzrI9VTkR9HhM5eCtfp2BT4lZrs1fnvEIImg/gjyB6xjjz/yUlRH kmA6C8Z8254W2usVvRjg+tii8pqDFZLcG22/41Em1eK8FQCHASjyiuJtisaudxFi6H nIzODL3DWKdPXRIFhmB0jQ0VWYf8WLJuuSq+G1kRSjuHCGaQOGP+hEjUJ3G4e+Fii0 u/3bZm3JnAQUcX/k8ay839dsQZTtcLEISWmMSnHtiGMJPFfSuZvWN8MHI/F//XpWbq u4Dh1HHr+adP6d/bolTLU/vuoWK3CioN8cUNyrwRIWQ540q5f9//kFmBNUhsQTLfFH VbT7LcPPQBJug== Message-ID: Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: Subject: Re: [PATCH v4 1/4] dt-bindings: clock: sophgo: Add clock controller of CV1800 series SoC From: Stephen Boyd Cc: Jisheng Zhang , Liu Gui , Emil Renner Berthing , Jingbao Qiu , dlan@gentoo.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, Krzysztof Kozlowski To: Albert Ou , Chao Wei , Chen Wang , Conor Dooley , Inochi Amaoto , Krzysztof Kozlowski , Michael Turquette , Palmer Dabbelt , Paul Walmsley , Rob Herring Date: Wed, 20 Dec 2023 20:58:17 -0800 User-Agent: alot/0.10 Quoting Inochi Amaoto (2023-12-17 20:04:03) > Add definition for the clock controller of the CV1800 series SoC. >=20 > For CV181X, it has a clock that CV180X does not have. To avoid misuse, > also add a compatible string to identify CV181X series SoC. >=20 > Signed-off-by: Inochi Amaoto > Link: https://github.com/milkv-duo/duo-files/blob/main/hardware/CV1800B/C= V1800B-CV1801B-Preliminary-Datasheet-full-en.pdf > Reviewed-by: Krzysztof Kozlowski > --- Applied to clk-next