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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86F8BC433E0 for ; Thu, 18 Feb 2021 11:22:06 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BFF8964E4B for ; Thu, 18 Feb 2021 11:22:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BFF8964E4B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=manjaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=8tM9752tYDrgaS+AU7mOKxN3iWHkFKClOSHqtembn2A=; b=PobhqZrllzPNYJRLwV/L5/4BmX 9yt9gm4ZpAbbd0C4t/IIXF30GaBCja8Ah2fJzLNPDiR8RvubqQgZZYkoFJR2Q/fRRt8rdGb56ki7V UnxpJAxomp8LA7/1ZgX4gg6N0+q0dSq3aN10G5YzFKw4evN/1NDNE4zV+Ggfq7JD2oPFiYtXKOUbZ fLJ4JmLL4XB8zUvr7mqnld/81YznN51tULXd1BFJ77J8/GMBxyF7xqS/MvB/4vpVSB7RuyKG66Vgm AfL2fa4I3FUP1Pq+QwMIsiMF/bKdSn8hj8ck8GR54buxoiaPdkf1tiHA8uckpF12hSS8YU2yZN8sB adgzKZBA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1lChME-0008H0-NJ; Thu, 18 Feb 2021 11:20:30 +0000 Received: from mail.manjaro.org ([176.9.38.148]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1lChMC-0008GU-GS for linux-arm-kernel@lists.infradead.org; Thu, 18 Feb 2021 11:20:29 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.manjaro.org (Postfix) with ESMTP id 34AB93E600A0; Thu, 18 Feb 2021 12:20:26 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at manjaro.org Received: from mail.manjaro.org ([127.0.0.1]) by localhost (manjaro.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O9EmeLmQl_Hb; Thu, 18 Feb 2021 12:20:23 +0100 (CET) From: Tobias Schramm To: Icenowy Zheng , Maxime Ripard Subject: [PATCH v2 0/1] clk: sunxi-ng: v3s: use sigma-delta modulation for audio-pll Date: Thu, 18 Feb 2021 12:20:00 +0100 Message-Id: <20210218112001.479018-1-t.schramm@manjaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210218_062028_660230_DD559972 X-CRM114-Status: UNSURE ( 8.12 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jernej Skrabec , Tobias Schramm , Stephen Boyd , Michael Turquette , linux-kernel@vger.kernel.org, Chen-Yu Tsai , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, this patch extends the v3s audio-pll declaration to use sdm for supporting 24.576MHz and 22.5792MHz clock rates, required by the i2s peripheral driver. This is v2 of the patch. The previous version used a flexible postdivider only. However, that setup was unable to provide the 22.5792MHz clock rate. Cheers, Tobias Changelog: v2: - use sdm instead of postdivider for audio-pll - change patch subject to reflect use of sdm Tobias Schramm (1): clk: sunxi-ng: v3s: use sigma-delta modulation for audio-pll drivers/clk/sunxi-ng/ccu-sun8i-v3s.c | 33 ++++++++++++++++++---------- 1 file changed, 22 insertions(+), 11 deletions(-) -- 2.30.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel