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 8BDF7C433FE for ; Tue, 5 Oct 2021 15:45:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 60CBA61131 for ; Tue, 5 Oct 2021 15:45:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236234AbhJEPrQ (ORCPT ); Tue, 5 Oct 2021 11:47:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35384 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236039AbhJEPrL (ORCPT ); Tue, 5 Oct 2021 11:47:11 -0400 Received: from mail-oi1-x22c.google.com (mail-oi1-x22c.google.com [IPv6:2607:f8b0:4864:20::22c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B330C06174E for ; Tue, 5 Oct 2021 08:45:20 -0700 (PDT) Received: by mail-oi1-x22c.google.com with SMTP id z11so26802457oih.1 for ; Tue, 05 Oct 2021 08:45:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=DyGC1o0ExiPXVEzbLwM161zjxcLwXtL3mQFHYbOsiDo=; b=L9DrO2uUoQ/UpmFwlKvuVaRiu12KqmtBMCrJ2DKw5oxUJeW34nCAUCbRoMUM6Vk34w ZEn1A7xPxnl9G2tq4BMjqrXkoR4FGN/0sfLPauqPM5neqBW/CcBHVsADJLnA+lZ7mVFw 9DD9epEqNj0CvNGEDlT7pmoNOmmBhaQpa3QpMAQjbsdvnfwwISp5B88IwHqK2dZFo7Xh bHzU0WBMncx9+eKP0uX+iaLmoCw8dixxGSFSzseCChZCE9hYyK5niUZYosyY5BYPkRSN DKYsTQM9tjlwCAvC8pZl5xAh7D9/yjgiUPUmC96sdR0cdjpy5xXgmxALmFMajHyfUX5D LQew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=DyGC1o0ExiPXVEzbLwM161zjxcLwXtL3mQFHYbOsiDo=; b=RYHv2zURxyeWU2YN6oQeStMpb6WXhRDp+1NVNfohbMAwYn+AZYAM/aO4lTZhghVPLt 571YxdRM+ALMGNMVOjy/v2UhG7RTeDOF9azjNVuJ3Y6oP7PFZHSfgYQ9ZSvyG33XPl8t Mf2YA+nqLy4m0cmdFGb/pOvoWadqAIPEKk1jCiX6s9ARaNryEVIBa6Qt5Fw7/+XcOi+J T9LvbHvfpsJg5EXYSorXGgSYBU9nU1Tf8oDvXbvo07I1qmTzYBGOXgav/hQY3ch7l782 KsYBfysoz2oDGMF5VsGnh+nCtMhAWbPSJuUbEVw+IVISbBZkKckijPdUQpUn7g1Qltgs i8OQ== X-Gm-Message-State: AOAM5301zHbSuBrySpGdLm0VObCPa8Tu+WM3WNLX5VnKWOQhdfXzF+Fo FGl8PdG51LRrhxJT9nKa6/1cOw== X-Google-Smtp-Source: ABdhPJxcdpxGev1KAnRYwHDx/rf+AN5tzztCSHqw6+k+f4FyxvAWAqXGrACRtPVl44iPi8MVcXXF7Q== X-Received: by 2002:aca:110e:: with SMTP id 14mr3093834oir.18.1633448719808; Tue, 05 Oct 2021 08:45:19 -0700 (PDT) Received: from ripper ([2600:1700:a0:3dc8:205:1bff:fec0:b9b3]) by smtp.gmail.com with ESMTPSA id a3sm3345617oie.3.2021.10.05.08.45.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 05 Oct 2021 08:45:19 -0700 (PDT) Date: Tue, 5 Oct 2021 08:47:02 -0700 From: Bjorn Andersson To: Vinod Koul Cc: Shawn Guo , Rob Herring , 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: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon 04 Oct 23:34 PDT 2021, Vinod Koul wrote: > 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 > I think it's better if you take the two dt-bindings through your tree, so we avoid any potential merge conflicts related to possible other changes. Regards, Bjorn