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 A5F7CC54EBE for ; Thu, 12 Jan 2023 17:51:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233829AbjALRvn (ORCPT ); Thu, 12 Jan 2023 12:51:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34906 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234248AbjALRuw (ORCPT ); Thu, 12 Jan 2023 12:50:52 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8505030547; Thu, 12 Jan 2023 09:11:30 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 1C9B6620E2; Thu, 12 Jan 2023 17:11:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F2A86C433EF; Thu, 12 Jan 2023 17:11:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673543489; bh=wGqSSUxokKljpXDAZgu+rOwnQLNJ0q0o/BKGpJxolX8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h24o3Or9w6yeWnIZfAja/eIea6a5MIYmk1rIWXHaPEkUIKCSyIwyV4l4a0wabv4Jm 4YEgIeQT2KFqd/irpxZfk+p9nEaoy238e1ctA9xEsRTVBWB9TivXHCIkHqI1n0ojZT 8hfPPoobR/Gg3md9qhqk3PwxLChNPGhOr1xN58Al+P3CPUP4jTBr8j9EFs4stfgMQc 53Q+UTIObjcDRmp6npEjjBlnmNACRthADQb8GUNQI9TXTsL/hq/F2+KJ6CmAejpQ80 YxiHDtPRfJpmnaEnqH/TdfNO01jSVWD4LERW6RX2UK3vpYQF/crSNuOBMXtS9dYd/W 7PXJcsPiLhbjw== Date: Thu, 12 Jan 2023 22:41:25 +0530 From: Vinod Koul To: Dmitry Baryshkov Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Philipp Zabel , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 0/2] phy: qualcomm: pcie2: register as clock provider Message-ID: References: <20221229115932.3312318-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221229115932.3312318-1-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 29-12-22, 13:59, Dmitry Baryshkov wrote: > On Qualcomm QCS404 platform the PCIe2 PHY provides PIPE clock to the gcc > (Global Clock Controller). Register the PHY as clock provider. Applied, thanks -- ~Vinod