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 DF518C77B7C for ; Tue, 25 Apr 2023 22:42:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236169AbjDYWml (ORCPT ); Tue, 25 Apr 2023 18:42:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231998AbjDYWmj (ORCPT ); Tue, 25 Apr 2023 18:42:39 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD76113FAF; Tue, 25 Apr 2023 15:42:38 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 52BBE62963; Tue, 25 Apr 2023 22:42:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D2744C433EF; Tue, 25 Apr 2023 22:42:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1682462557; bh=XyM8lR5M10fiZgWRQ3U0hnMcuI8zf5/9gAQknS/eazM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cjDkm3LUgPURAvpPiWvr0FoUJ+2lumJ+dJXBuG1ubztX3/CItCq70Yyu212veYjYU I+jGc3ZQGjSCkCfxS56h/JanDVYnF1G/rMacHMFcO5qipDQMMjaXnXz59xatG611+P m420nhVj1e30D8i9tDq/3Of0Uatx6GzwewJMzhPgy6ljfdhHS7KxTetys1sXejuKx0 Ip8rSi5hd+JScSnPcjlBPWlKdI+0y979asRn/GXyhQB4Oa3HAf60bgodO7pneGKpxk 59MdEFL3lbm5AnMRcEZ82ypTnYBdm9yPgh2Dz7jgD+166S/y9EIJWoZFvAS1AuJG5b u8tQmQ6dcBOtA== Date: Tue, 25 Apr 2023 15:46:19 -0700 From: Bjorn Andersson To: Krzysztof Kozlowski Cc: Andy Gross , Konrad Dybcio , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: phy: qcom,edp-phy: allow power-domains Message-ID: <20230425224619.66zcpogqc2efq6nq@ripper> References: <20230416151233.346336-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230416151233.346336-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, Apr 16, 2023 at 05:12:33PM +0200, Krzysztof Kozlowski wrote: > At least on SC8280XP the eDP PHY is part of power domain: > > sc8280xp-crd.dtb: phy@220c2a00: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski Thank you. Reviewed-by: Bjorn Andersson Regards, Bjorn > --- > Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml > index c4f8e6ffa5c3..6566353f1a02 100644 > --- a/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml > @@ -43,6 +43,9 @@ properties: > "#phy-cells": > const: 0 > > + power-domains: > + maxItems: 1 > + > vdda-phy-supply: true > vdda-pll-supply: true > > -- > 2.34.1 >