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 12A61C433F5 for ; Fri, 11 Mar 2022 16:54:23 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E200B839E8; Fri, 11 Mar 2022 17:54:20 +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=1647017661; bh=mTUlAmgTL1x/D2Q3NoP4khWsiY8v21HR5RcvLdJZhIs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=fvMnz4N5oEM5UM/VdjXcnh/zA7ORC+7gJ+mobGM5da7ncnRv2WdSW9wdSJeB/8/f3 jgJhCnCvQRoJ2EPeC3OA6PTrOXTDFkcAhVGvdqPQ/aEpFCJXzyqizV46NvuQ4w3Omu kRFfvRlZDhfo8M3jQg+7CiULZ11lbDthdchWesoJFVg9JjqFfa/QXQTmEw3mZO/pgj j//qwxTl688B8n7QC7xehVv/xc0JN6rFXXIxcJ5kLtrQol9Ur7nwJ0rWJSLQ9HJ9Wb N1G6kzFoVEzdwZAvCWSAFJo1qj0faqo4y+U0k9qn6Jf1VrVyjcmqLvifX6lHDKBPwH hoZzH4kzSBtLQ== 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 C3CC583400; Fri, 11 Mar 2022 17:54:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1647017659; bh=mTUlAmgTL1x/D2Q3NoP4khWsiY8v21HR5RcvLdJZhIs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=aRnk5MOndOkW6lvGaxK7Cml/OlnUfNIGVTNwBBhLJa5DLRg5AafYJMntJK6da0g81 TNhkVtlO3L8UvQsgleYu0S3nJjK076zQEN642dKwiVzdhUJ9gqpOZWZrlaMWRtscau +XqeJiRvn86IlfCdQur26kLojSJFgJa6mfDbzWjnlyUoRW8YJE952L6u6vIPonj2DJ GL1LxZjvRyrnn5w6eEa4Che1uBgQhmsqFkIsWgfXuH4lNZmKL8ZOBvkmBR05yHqLyN 4ubZeFz14g7xw+j6U271WPaU55yhAuT6zdkLK83MPccq9pMYrZmBOOwpB3oehefzqM tS+Xblsp5ttWA== Message-ID: Date: Fri, 11 Mar 2022 17:54:17 +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 1/2] dt-bindings: imx8mq-clock: add mainline definitions 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-2-angus@akkea.ca> From: Marek Vasut In-Reply-To: <20220311163536.1330032-2-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: > Sync the clock ids with the mainline kernel Commit ID from mainline Linux kernel from which this was copied is missing.