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=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 D5A15C433B4 for ; Tue, 18 May 2021 11:39:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BAB1F61285 for ; Tue, 18 May 2021 11:39:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348681AbhERLlG (ORCPT ); Tue, 18 May 2021 07:41:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:49076 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348268AbhERLlE (ORCPT ); Tue, 18 May 2021 07:41:04 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id F0393611BD; Tue, 18 May 2021 11:39:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1621337986; bh=UuzjoZQAgtP5TrBiEAAkMusdRlGv9OEnQByPr+J8Oug=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=huiO1381jMo+dEy+gqcBG39NdQ6joCTUyrnObV4NB2DGooXrNdUi8y0ZjZfHJKXro dGZaiD/nwo0xK9jAz148uJlZuaBZBzbaGaW0JrhzcSMubLd+8+7RYe2E2XX37tLh0N xUk0oW4Q/AmxneFoMxWNwzUPKs6Lz6jUMxA8ZoJnFfyaewc0LkGyy+o3j7TlVX1oHO g1crrnkjgrLY+4S2g75VMkCno6MRYYHIzukjSqY/EKetx1EuWF6gyWh01pKXOGWJ5r Ieaqs6q2caKbmLwrwjDmPnxsc2EQ16ICXGgrPxX6bYxC5aGIjzLBGKcZAEmAMgKHxz zGHVWz+EiHDpw== Date: Tue, 18 May 2021 17:09:43 +0530 From: Vinod Koul To: Jonathan Marek Cc: linux-arm-msm@vger.kernel.org, robert.foss@linaro.org, andrey.konovalov@linaro.org, Andy Gross , Bjorn Andersson , Michael Turquette , Stephen Boyd , open list , "open list:COMMON CLK FRAMEWORK" Subject: Re: [PATCH 3/3] clk: qcom: Add camera clock controller driver for SM8250 Message-ID: References: <20210513175258.5842-1-jonathan@marek.ca> <20210513175258.5842-4-jonathan@marek.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210513175258.5842-4-jonathan@marek.ca> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 13-05-21, 13:52, Jonathan Marek wrote: > +static const struct alpha_pll_config cam_cc_pll1_config = { > + .l = 0x1F, > + .alpha = 0x4000, > + .config_ctl_val = 0x20485699, > + .config_ctl_hi_val = 0x00002261, > + .config_ctl_hi1_val = 0x329A699C, lower hexes here and few other places as well > + > +static const struct alpha_pll_config cam_cc_pll2_config = { > + .l = 0x4B, > + //.cal_l = 0x4B, debug artifact? -- ~Vinod