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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 36A00C433EF for ; Tue, 23 Nov 2021 05:13:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=452QWZ2FG3PRO1p53e28e6v+e+pkA6/zOVIBdrq7Bpc=; b=RsjnwcvUdWVhsd GfoopJOK0fNu2yLdap+4JhxUtS/Ds5jsV8XvsEAgS08k8CFJIr666I5YkD/4YIdxy6E1cQyl0S0/k DHJ6yQifWhbbVaY1FZT0fK8esUwNYe0o4qlqLmlyXrOk18cPCbs/ZB+gOq5+zO7KN1VAnPFnTTqOR 6V6bG+pW3BsR1/CdDUcKMDkxziVSuZKgxieiOlldCTamfRq0Pjh1ebPe6tkFk1ctVdIpoeZOZnH5j 7DWysXxBrj9hW+e4RTPOcX/NeFYivnqAhrmw/CEbPb5ys5TV4OA1NIXzW6IMQD3fKTFS2Y1zYn5m/ Kkg/rXgsacwSG4910Hdw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mpO5t-000p5j-4n; Tue, 23 Nov 2021 05:11:49 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mpO5q-000p5F-1J; Tue, 23 Nov 2021 05:11:47 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id CE1E960187; Tue, 23 Nov 2021 05:11:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637644305; bh=pwCsV32PddfqKxDNCQ85J0Dw/5UwXakf4JnoU0OOMUY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PcyE1h4jBIU+Tp4uxwSpOmM48ssx6zW869/ImXd6Il/y9d8BZBBZMSGvE9yJSvekv ZtOHq+cFwi2UNNuuvOm4aFP++h3KtT99rZOZSs/Ch8yOngOgcg4bwtsaWcemBqk3Lg qQ3yZDqrB6+v2ERFCcZAdMm9UJovxPfeMr27AgBBKxyBMYO4EfJW5QIutn8G/NOr89 T7agXKRIXin+zee459rS70hovvj3PysssCP3jSrLHAd41/6kDQvOTzPdsFaNBcmH1B 3s4Mou4EAPrkr6W2bGfzJ/J7bTwgzmRedPkr9WYU9d+3QzXS/pTNckoZRM0IY6dhUt Viar+uD2q9edA== Date: Tue, 23 Nov 2021 10:41:41 +0530 From: Vinod Koul To: Liam Beguin Cc: Anurag Kumar Vulisha , Laurent Pinchart , Kishon Vijay Abraham I , Rob Herring , Michal Simek , Liam Beguin , linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/1] dt-bindings: phy: zynqmp-psgtr: fix USB phy name Message-ID: References: <20211117003841.2030813-1-lvb@xiphos.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211117003841.2030813-1-lvb@xiphos.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211122_211146_150429_841A00A2 X-CRM114-Status: GOOD ( 13.02 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 16-11-21, 19:38, Liam Beguin wrote: > PHY_TYPE_USB is undefined and was added as PHY_TYPE_USB2 and > PHY_TYPE_USB3 in 2fbbc96d1600 (phy: Add PHY header file for DT x Driver > defines, 2014-11-04). Fix documentation to avoid misleading users. Applied, thanks > > Signed-off-by: Liam Beguin > --- > Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml b/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml > index 04d5654efb38..79906519c652 100644 > --- a/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml > +++ b/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml > @@ -29,7 +29,7 @@ properties: > - PHY_TYPE_PCIE > - PHY_TYPE_SATA > - PHY_TYPE_SGMII > - - PHY_TYPE_USB > + - PHY_TYPE_USB3 > - description: The PHY instance > minimum: 0 > maximum: 1 # for DP, SATA or USB > -- > 2.34.0 -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel