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=-17.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 6241DC433E0 for ; Fri, 8 Jan 2021 15:14:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 140D523998 for ; Fri, 8 Jan 2021 15:14:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727483AbhAHPOG (ORCPT ); Fri, 8 Jan 2021 10:14:06 -0500 Received: from hqnvemgate25.nvidia.com ([216.228.121.64]:16921 "EHLO hqnvemgate25.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725806AbhAHPOG (ORCPT ); Fri, 8 Jan 2021 10:14:06 -0500 Received: from hqmail.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate25.nvidia.com (using TLS: TLSv1.2, AES256-SHA) id ; Fri, 08 Jan 2021 07:13:25 -0800 Received: from [10.25.98.33] (172.20.145.6) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Fri, 8 Jan 2021 15:13:20 +0000 Subject: Re: [PATCH v2 1/2] clk: tegra30: Add hda clock default rates to clock driver To: Peter Geis , Michael Turquette , Stephen Boyd , "Peter De Schrijver" , Prashant Gaikwad , Thierry Reding , Jonathan Hunter , Jaroslav Kysela , Takashi Iwai , Mohan Kumar CC: , , , , Ion Agorria References: <20210108135913.2421585-1-pgwipeout@gmail.com> <20210108135913.2421585-2-pgwipeout@gmail.com> From: Sameer Pujar Message-ID: Date: Fri, 8 Jan 2021 20:43:16 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20210108135913.2421585-2-pgwipeout@gmail.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB X-Originating-IP: [172.20.145.6] X-ClientProxiedBy: HQMAIL111.nvidia.com (172.20.187.18) To HQMAIL107.nvidia.com (172.20.187.13) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1610118805; bh=OVh5cu6AG+BPRULLnidGp+AXOyPhHTYBhMs7JavYrOc=; h=Subject:To:CC:References:From:Message-ID:Date:User-Agent: MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding: Content-Language:X-Originating-IP:X-ClientProxiedBy; b=sSidw/slIQ9npmyK4Om8U5bcnuD7kXNCpbqKEZuvuINwRSjfoqp54zM8HvBbDlLZ3 jVnKVrC9VLjaeqespOieFT2Zl0CckYNHZJ3qyeX/tET9IHdBojThZnZZlGxcgYAByr kbpS0UpKkBZElJ51nb+5cz+is36K20nRGTg2bReJUDpu1HJI3UMh1xuuHjoem0/zom PaE2nfPaqfLsmDewNNpLwXgZmjotjvxrDjdOFL5/dRpwLCtdkV1imSwpac9u1i/34V RIEkL578uRA6bUKLHa52pfQ0S2ElfYO3L6YDTXhT5eHn/CBkEUbclYnDEQdm7gXgQE jqNm7LQB5vD+g== Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On 1/8/2021 7:29 PM, Peter Geis wrote: > External email: Use caution opening links or attachments > > > Current implementation defaults the hda clocks to clk_m. This causes hda > to run too slow to operate correctly. Fix this by defaulting to pll_p and > setting the frequency to the correct rate. > > This matches upstream t124 and downstream t30. > > Acked-by: Jon Hunter > Tested-by: Ion Agorria > Signed-off-by: Peter Geis > --- > drivers/clk/tegra/clk-tegra30.c | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Sameer Pujar