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 07471C433EF for ; Tue, 5 Jul 2022 07:26:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231215AbiGEH0R (ORCPT ); Tue, 5 Jul 2022 03:26:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231193AbiGEH0M (ORCPT ); Tue, 5 Jul 2022 03:26:12 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 548F412AD2; Tue, 5 Jul 2022 00:26:11 -0700 (PDT) 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 sin.source.kernel.org (Postfix) with ESMTPS id A8F3CCE18D9; Tue, 5 Jul 2022 07:26:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0DA5AC341C7; Tue, 5 Jul 2022 07:26:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657005967; bh=2ke/GFcpKNlkf1abJKLSvHpq01nNyM6rM105EyusMAo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vD0UG/32u10tfpK5mUHaEpKbdaZsSMrAG0z8MyitWdYIoKNOhHDh6YZqHz5nbnELi 6bB0xZ57sqZJtTzEgLXxTQzJtzPi7rO5urI6IiVNe7wNjPETXJUGRqb8WL4H+HBcnu 5FRoskCWb2Qtr58GAwwpSQrewL7BMIec4zEh1RB0jbll1RAAF+BKcU7UeZ0b3IxejS j3k/L622MeDjlD0CnjQPmYst5ZlCCK95RJQX4VoKuWbyV/rs+DoPDjXpU65MyFljfx cwE3qB9L4UmImykpNnecYDQhRXiMFVoqpE/fAhkLQUkbA4eqD/XIH2KWiw3dnWjzPq U0skef4+wZo6w== Date: Tue, 5 Jul 2022 12:56:02 +0530 From: Vinod Koul To: Robert Marko Cc: agross@kernel.org, bjorn.andersson@linaro.org, kishon@ti.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dmitry.baryshkov@linaro.org Subject: Re: [PATCH v4 1/3] phy: qcom-qmp-pcie: make pipe clock rate configurable Message-ID: References: <20220621195512.1760362-1-robimarko@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220621195512.1760362-1-robimarko@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21-06-22, 21:55, Robert Marko wrote: > IPQ8074 Gen3 PCIe PHY uses 250MHz as the pipe clock rate instead of 125MHz > like every other PCIe QMP PHY does, so make it configurable as part of the > qmp_phy_cfg. Applied, thanks -- ~Vinod