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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 718B6C433EF for ; Thu, 24 Mar 2022 12:07:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 20B8A8409F; Thu, 24 Mar 2022 13:07:27 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=puri.sm Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=puri.sm header.i=@puri.sm header.b="MtWbGjNV"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id EDA48840A4; Thu, 24 Mar 2022 13:07:25 +0100 (CET) Received: from comms.puri.sm (comms.puri.sm [159.203.221.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 52B928408F for ; Thu, 24 Mar 2022 13:07:23 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=puri.sm Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=angus.ainslie@puri.sm Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id CA782E009F; Thu, 24 Mar 2022 05:06:50 -0700 (PDT) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KnNR6WSBVI5s; Thu, 24 Mar 2022 05:06:50 -0700 (PDT) Message-ID: <5a841f3a-bf55-70ca-298c-d0b3c015714e@puri.sm> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=puri.sm; s=comms; t=1648123610; bh=xv70Sxa8yGG0GfDkLACk/+g+PeUSfV6xBLfN5/1vpLY=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=MtWbGjNVuqb8mrvvRVtrQ0zEE4SrB3CCz0DrWzB61QtlcX5ILIZgq1FA4dOFQrTNx HIqMPAXcAxgOows5dER/LbbxY1FXOENuDZHbf4rGwzkLTjM94vBfgCEn1KV8oTBukv Q7o56VSAKPTVXQeJyu3Kc1P1RYQ8iAIeDsKeNEa0a/38rUngD5DaxntEkScXDk+Gcj 7bhh2VmUl076RWNyAP3Ia3bSDmRP0AM7/eXyKuXFglk0vcfsPgTeWKWqLxvCwR9oSZ 6Nj1+tyaDEQISqP050ZJ3AFoRUuUN4ZOyOYKcMSUyWpibm2PL/oJonuhi+xVZ/L+z5 BoBFLA+L0x4ng== Date: Thu, 24 Mar 2022 05:06:49 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq Content-Language: en-US To: Heiko Thiery , Angus Ainslie Cc: u-boot@lists.denx.de, Marek Vasut , lukma@denx.de, seanga2@gmail.com, sbabic@denx.de, festevam@gmail.com, kernel@puri.sm, uboot-imx@nxp.com, peng.fan@nxp.com References: <20220315130820.1054186-1-angus@akkea.ca> <20220315130820.1054186-3-angus@akkea.ca> From: Angus Ainslie In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Hi Heiko, On 2022-03-24 01:28, Heiko Thiery wrote: > Hi Angus, > > could you include the UART clocks? Sure I can add the UART clocks. We've also found an issue with devfreq using the current setup so it might be a few days before I send an update. Angus