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 5F89CC433F5 for ; Fri, 11 Mar 2022 16:57:17 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5513E83400; Fri, 11 Mar 2022 17:57:15 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1647017835; bh=DSdPWBZJepFDXk4YaWDvw5tEqy053PSbj8vakkCJHdw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=F722wORCWpTINeCMQABTKROpkXcSmASCaJvnwtMyPTwEceZhkw/zxBXOeJUiJf89k 4r8pz9kpORnqggTzUKBi5pzqR5AwUgYBQP5QSU7T7GvZYGY6KBv0oIlw5X3UaHiSXW QBj/GaRWtBghwwV9fyalta5BbdalVPTe89X+X1yhGZ2CCwugZTnkbNegS8IYE9zvCZ o2OjIDjMFTRzm3KTztzVJP0eA31m4+eMfw4xX30t3hB0Jx5pFboHTQEIG0iZIk0BgQ iTiD1C1v7rYHgrO9IpErywqTaMk/EaoAjwutfyVbZEniMFe+wJkm9a/JFVVobwZPOX bC9bvzvCNx8xA== Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 9844980F47; Fri, 11 Mar 2022 17:57:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1647017833; bh=DSdPWBZJepFDXk4YaWDvw5tEqy053PSbj8vakkCJHdw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=bKAskRsvW5OO4XSnM/rKIFrpPjucgZjagDBe0vW/Bk/LVEB6CiFxuDvArrlmDJ5vs FXGVaQduinmlL6P0yvSwmx3MtuXFoN8PD7Pfh6Se8bHUCieVQEJEPHTkcEE5OSh6yj arjM0G0xprEw+goNf89CoxZ4VkCATjJ3iekqxoC/6Y3B0qGik7b5nWQhT9RqojHYOj +0loP5UR/BxCLKuMBpXj2Rj1DBGZO8svNpMKs84g8UpWgy/vrJI6aFCWZJ7PNAxnbo IamklH8mNLd65rx0lIqUkrXrQyEtPvDpH2tFWLYJbVOpf5rHQyRiXiJ9MgBP3cjohy AL1V59NcC00Nw== Message-ID: <14af7ab4-59a7-1af6-2f53-446eefcb87b5@denx.de> Date: Fri, 11 Mar 2022 17:57:12 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: [PATCH v2 2/2] clk: imx8mq: Add a clock driver for the imx8mq Content-Language: en-US To: Angus Ainslie , u-boot@lists.denx.de Cc: lukma@denx.de, seanga2@gmail.com, sbabic@denx.de, festevam@gmail.com, kernel@puri.sm, uboot-imx@nxp.com References: <20220311163536.1330032-1-angus@akkea.ca> <20220311163536.1330032-3-angus@akkea.ca> From: Marek Vasut In-Reply-To: <20220311163536.1330032-3-angus@akkea.ca> 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 On 3/11/22 17:35, Angus Ainslie wrote: > This is a DM clock drvier based off the imx8mm u-boot driver and the linux > kernel driver. s@drvier@driver@ > All of the PLLs and clocks are initialized so the subsystems below are > functional and tested. > > 1) USB host and peripheral > 2) ECSPI > 3) UART > 4) I2C all busses > 5) USDHC for eMMC support > 6) USB storage > 7) GPIO > 8) DRAM > > The PLL rate tables are from the kernel > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=43cdaa1567ad3931fbde438853947d45238cc040 That patch is three years old. That patch is for MX8M Mini clock, not for MX8M(Q). You can use the abbreviated commit ID instead: 43cdaa1567ad3 ("clk: imx8mm: Move 1443X/1416X PLL clock structure to common place") But that seems to be the wrong commit.