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 44DB0CF31AF for ; Wed, 2 Oct 2024 10:26:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Transfer-Encoding:Content-Type: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=GG22PCAy5GDSNLAXARod0zp6N6PCzYEHWA9/uKhGMpc=; b=SXJE31QjybppryzuvFT5wDeKp3 TpeZWIXl9xU8sDrhOAMW7xEyhj/HgqKUekRZX9QKqmb8ERxt20VANGXZoStqtDRmjc0lbjMynnrzU R2YjVhdcpWmYrSaGF2gryyA2R9LvbyHxgT1SYkvPLDsvoZ0dQ8mxmNHhDhFuPEZTcTH6lh++2ipzT Vygxzf+5GvyGbA84ZwFTUrJyp+PLhyP/PtzMDWd5LlMeRKm979UMnc6hMzgUlntwVa3KnmjeYOp69 OfeFMjc6KwFDnB/iQhis2WEA8NCPuUPABUNM3kab4vZTAvFgT5Zc4lIUFN4wlC7OR+4fVRXNErIkN L47XeUzA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1svwYJ-00000005U36-0xS3; Wed, 02 Oct 2024 10:25:51 +0000 Received: from layka.disroot.org ([178.21.23.139]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1svwVD-00000005TZJ-07Gn; Wed, 02 Oct 2024 10:22:40 +0000 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id A677D23CB3; Wed, 2 Oct 2024 12:22:37 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id JpG7VOy15MuO; Wed, 2 Oct 2024 12:22:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1727864557; bh=mJKvs9FLRZJEhIPy4X5obYmCOTWrv4Y6lROopBRIP0U=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=ZAUbyOdmY1iWScCGppAp8saDjp7y/6eUmxNQjbT2zYu8/q+STLhhrCjb2J7gotCOk 7aY3oWJuqtLAjs+jIQnqNjP49GsKu4jI8yWHKMk5bS8yiCn2Kl/VMABiBPDhuXka3H QMbFMNBfardQhG/pTgPFNy3inTf396+nbzZitoiMuN75kO3rJcGhiqUmm785U6PaxB nW4xm7PttncmUtKOOK+0FTbZttA8nWJo3szNesn1s68Y4YK+O/rLh6fyPYjyJj+eZ0 jpWrZIRt4V8ZVs2VJMeTWeKxmYCGpn7isvCXFUA0thlmj3fNoXo44GP/1dsiwPsR5G DzuEwFqnAas2Q== Date: Wed, 2 Oct 2024 10:22:15 +0000 From: Yao Zi To: Heiko =?iso-8859-1?Q?St=FCbner?= , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Philipp Zabel Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Celeste Liu Subject: Re: [PATCH 4/8] clk: rockchip: Add PLL flag ROCKCHIP_PLL_FIXED_MODE Message-ID: References: <20241001042401.31903-2-ziyao@disroot.org> <8495918.NyiUUSuA9g@diego> <3798659.MHq7AAxBmi@diego> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3798659.MHq7AAxBmi@diego> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241002_032239_223240_E44263FF X-CRM114-Status: GOOD ( 11.46 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Oct 02, 2024 at 12:12:11PM +0200, Heiko Stübner wrote: > Am Mittwoch, 2. Oktober 2024, 12:08:20 CEST schrieb Yao Zi: > > On Wed, Oct 02, 2024 at 10:16:49AM +0200, Heiko Stübner wrote: > > btw, for the documentation, is there any technical reference manual > > of RK3528 available publicly? Please let me know if it's true, it will > > be quite helpful to understand clock tree better :) > > Sadly not. So far there hasn't been a "leak" yet and Rockchip also seems > to have gotten more restrictive for whatever strange reason, so with my > NDA I also only got part1 of the manual. Oops, sad but also much thanks. Best regards, Yao Zi