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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0B58C433EF for ; Tue, 5 Oct 2021 06:34:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8161861350 for ; Tue, 5 Oct 2021 06:34:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232137AbhJEGgY (ORCPT ); Tue, 5 Oct 2021 02:36:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:60088 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230526AbhJEGgX (ORCPT ); Tue, 5 Oct 2021 02:36:23 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0D05861251; Tue, 5 Oct 2021 06:34:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633415673; bh=AstlIYtQpZekEfikMl1e8m7Syzc6J7RPE8yoOqvD4B8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AjlhIlJOzmzm0Q+KhaLGgoPnYIC7LWUM2z/38IoTBtHHMpDdUsCVUT3UBBrtNQfsM IGTaLnR5kmqk6WXlv/Y/LDFvQQ5uRqfhS1pu/ivtEnNXxR6b99mKh2Y04mvXBd3qlM mtadUBKnWDLqIAikTS4/eNlc5ZFrYnSlQfZ9RRcJsVfBIVWO27knBhUgy/o419cSE5 /iQrL5d+6WzRG8s+BBtjnoGrruoK6fFvbzFQyQf0EkPNczq3kq++IGOJIdmyWUQ+GX wrOvwKriROh5SB41BKrizqYHLVv9fyIp64z4HPKvjM0AKmwmXkU5p7/lCUaTqTqLHQ n0vGJ2yHsNUlw== Date: Tue, 5 Oct 2021 12:04:30 +0530 From: Vinod Koul To: Shawn Guo Cc: Rob Herring , Bjorn Andersson , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 02/10] dt-bindings: phy: qcom,qmp: IPQ6018 and IPQ8074 PCIe PHY require no supply Message-ID: References: <20210929034253.24570-1-shawn.guo@linaro.org> <20210929034253.24570-3-shawn.guo@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210929034253.24570-3-shawn.guo@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 29-09-21, 11:42, Shawn Guo wrote: > The qmp-phy driver suggests that 'vdda-phy-supply' and 'vdda-pll-supply' > are not required for IPQ6018 and IPQ8074 QMP PCIe PHY. Update the > bindings to reflect it. > > While at it, also correct the clock properies for IPQ8074 QMP PCIe PHY. > And as the result, 'qcom,ipq8074-qmp-pcie-phy' and > 'qcom,ipq6018-qmp-pcie-phy' share the same clock, reset and supply > bindings. Acked-By: Vinod Koul -- ~Vinod