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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EBDCFC77B7C for ; Sat, 27 May 2023 08:24:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=HZBp3Or5NfJoOwytdEsfPVl5lW1c3OiQRJFA9s6Kgmg=; b=Kv3TFrJrk8qn0h 2Pt/+jsWzZFAJ9kTs/yhuyo0QEl9vMMj0havtCik8Ml122vXDHfzMIM1Ew4vxgMszjUHlcW9G3+Ty 6yoWTMpFYzekheXACH7Lyw8C6UDkzQMAyHKfpBTADyB4je8EUMfoBtSMd12+uCLt2h/QGuFM7t//l 3QlgHwiMxyYWviZj4qxVnApasHB9kkBuKl86MrnBAeiBvkzwu0+LulCVL6+JbEar2cvgR7h772gjA /IoMQZHTBZ+vXm4+2fvm36+wjee2IB/EQfo8tgwwS1DHtIiGkALuUiLfVA0s8qh2SwzptMKdGfErL H4A9GeA564CLQJYqzZgQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q2pDl-005E7Q-07; Sat, 27 May 2023 08:24:17 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q2pDh-005E6j-2r for linux-arm-kernel@lists.infradead.org; Sat, 27 May 2023 08:24:15 +0000 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 dfw.source.kernel.org (Postfix) with ESMTPS id 277CD60AC6; Sat, 27 May 2023 08:24:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9E371C433EF; Sat, 27 May 2023 08:24:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685175852; bh=oe1bFSjPFC7aAo7kx8CjL5ute0kXP6a2xVcKGImnNHs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JVNnvEXy9gDEJP/+4bf1OE53AQrxVITwbqdDpvDetOPIVtPaTr9u8Zh0MXvGJzeZd Yc/A5+gL72dI2cT3idP0xgKCaQXsckLiQiUJDeuDcanNqHk+hNxrpMB7ZGDhdWfZq+ 12H32K1j0yVzEunuv+MkIA0J8LXyKqBYOrVOvwYgWuRZn9pyk8qjzLsSnip8JmDf37 uUeT/pnHIFBD0SBlRcNnLdtP6wY1KEtACAnLAg9628cZSDmEqS7BVuUcX24l7h/xMx 4sPjmxTNVD3xvuJzCba6WyzdADG2ASrqDyupuiD0kpX/DSsv0kFMm5z1+ZW//etOVu 9MUuiugMTVh2Q== Date: Sat, 27 May 2023 16:24:01 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Conor Dooley , Fabio Estevam , Krzysztof Kozlowski , NXP Linux Team , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , devicetree@vger.kernel.org Subject: Re: [PATCH] arm64: dts: imx8mp: Describe PCIe clock generator on DH electronics i.MX8M Plus DHCOM on PDK3 Message-ID: <20230527082401.GC528183@dragon> References: <20230515155102.61227-1-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230515155102.61227-1-marex@denx.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230527_012413_984963_AA834DBC X-CRM114-Status: GOOD ( 11.73 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, May 15, 2023 at 05:51:02PM +0200, Marek Vasut wrote: > The PDK3 carrier board contains a PCIe clock generator which is used to > supply the PCIe clock lanes. This generator is always on, unless external > CLKREQ signal toggles an output off, but this is handled in hardware. The > generator does however have I2C interface, describe it in DT. > > Signed-off-by: Marek Vasut Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel