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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1CE2FC433EF for ; Sat, 12 Feb 2022 05:59:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232138AbiBLF7b (ORCPT ); Sat, 12 Feb 2022 00:59:31 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:59796 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232070AbiBLF7b (ORCPT ); Sat, 12 Feb 2022 00:59:31 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6EA8C28E3E; Fri, 11 Feb 2022 21:59:28 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 19D9BB82E5D; Sat, 12 Feb 2022 05:59:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 005A0C340E7; Sat, 12 Feb 2022 05:59:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644645565; bh=zLYnKwrmxContgPMNSvT01cnK3yvmL4L5GqzxNmXjFM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MFJ2zzxnVvATjyri9ahDPNXdedhKIq0LT0Mh/m4DEbZQI2bhDBE59PMt6Ga+ng/oz qIcy3bBL7gl1VNKUBSF+HwCSWBElR+dmIAfQHGo25TzxeaF/j4Nyvw6RyK5OEaUveS nKVvGT9hvefQjW6oMcFz6UIz7v5Zh98JFf4dyCgDhK2psvdOEuTTS6cQJQNWWsUeiZ bDnCyDCfo4gBlXq6lC+Qlp541xpM2RmuZAhDBCWuhoCAymJ2P0NYW9VqjDbOID1JaI sA7CxU3f+hTwje1iqvMn/nEZW5v7xCESEByqK/MJV0k4mKb5qbodbE7PRM8BRLlgz4 AP8+cjqv8vAkw== Date: Sat, 12 Feb 2022 13:59:19 +0800 From: Shawn Guo To: Adam Ford Cc: linux-arm-kernel@lists.infradead.org, aford@beaconembedded.com, Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: imx8mm-beacon: Enable PCIe Message-ID: <20220212055918.GA4909@dragon> References: <20220205173102.970040-1-aford173@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220205173102.970040-1-aford173@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, Feb 05, 2022 at 11:31:01AM -0600, Adam Ford wrote: > The baseboard supports a PCIe slot with a 100MHz reference clock, > but it's controlled by a different GPIO, so a gated clock is > required. > > Signed-off-by: Adam Ford Applied, thanks!