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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EF062CA0EC9 for ; Mon, 11 Sep 2023 21:58:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355060AbjIKV4K (ORCPT ); Mon, 11 Sep 2023 17:56:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45772 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244435AbjIKUbe (ORCPT ); Mon, 11 Sep 2023 16:31:34 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC17BFB; Mon, 11 Sep 2023 13:31:29 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 78406C433C9; Mon, 11 Sep 2023 20:31:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694464289; bh=377+1V6Tv6JYTAiugUCOFQVdbsCc62iMLppW1xTy8D4=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=kdLmXHAo+Wg9ksR2yKwxupnfv6klUME4sKSV64I15MtgZ0QilfsPqa87YIAmAypB9 T7eNtVWqIgwv1f6oLbhn2cSKf9GDCK6LZ18bfnoV6ASNlkDij9iTtsmz/TXI1hkky4 EJEHL2Tasmzl43KnEnPrA1wjb+QmgZTR1W67I49B8ZkcSPhg+eXcN31png0+wett0v w6Y+2RsimXVSOL71iHzDxWyNlMZudKGrvo5R4LSppjatPaaRsMIk4TyXX7lasHtdbb a5aBrJFadJ4Rt/sYoh2cOjPkL+FpRLOCpgb7iBYP0k+/B2G2fUg8lNGF28IUdWmxuw 8jHTZYN1i+L2Q== Message-ID: <6c6c6564b92a838ecb4325ecd9f768c4.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230824092624.20020-1-zhifeng.tang@unisoc.com> References: <20230824092624.20020-1-zhifeng.tang@unisoc.com> Subject: Re: [PATCH V2] clk: sprd: Fix thm_parents incorrect configuration From: Stephen Boyd Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Zhifeng Tang , Wenming Wu To: Baolin Wang , Chunyan Zhang , Cixi Geng , Michael Turquette , Orson Zhai , Zhifeng Tang Date: Mon, 11 Sep 2023 13:31:27 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Zhifeng Tang (2023-08-24 02:26:24) > The thm*_clk have two clock sources 32k and 250k,excluding 32m. >=20 > Fixes: af3bd36573e3 ("clk: sprd: Add clocks support for UMS512") > Signed-off-by: Zhifeng Tang > Acked-by: Chunyan Zhang > Reviewed-by: Baolin Wang > --- Applied to clk-fixes