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 891B7C43217 for ; Fri, 11 Nov 2022 13:25:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231778AbiKKNZ0 (ORCPT ); Fri, 11 Nov 2022 08:25:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229675AbiKKNZZ (ORCPT ); Fri, 11 Nov 2022 08:25:25 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC55360F3; Fri, 11 Nov 2022 05:25:23 -0800 (PST) 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 F28F9CE27F5; Fri, 11 Nov 2022 13:25:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F2E68C433D6; Fri, 11 Nov 2022 13:25:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668173120; bh=JDnKZnPRFmzbZ0lpblhuGLALZBaT+iTrH+vhkxNzNWU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cKi5TGDoA5I580Ru9rfiNwIkbrfqG/d+kuYbLlKkB0C3wGK9wzo3Xsl1I1wAaj06c 0hMXTHdLHdh0+rWNG9FWp/b3bJs8xDKtRDFmj1GSXOJnQUxuIyKXCemk/xgE5eoE+k sexiCSu56uOqsm+Z2mm79iJoKp9QjeJiVHXShC2iJLmTkp4wNonCle9uMGJHl/Ff5j TNm4YQxQlP0WLx94M09TzNKtlfJqLsRrZurpZCW+mCpsYKa9KJ1l4LRqevTNRmV1UZ M6V0Rfhd3cH62rig6zxbaYw5CM56THmsKYhM0px6vpj4UiSu3hO2Tjq0WhRmxEg1dV 0wQLk6Cd/3pNg== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1otU1b-0002RN-DU; Fri, 11 Nov 2022 14:24:52 +0100 Date: Fri, 11 Nov 2022 14:24:51 +0100 From: Johan Hovold To: Johan Hovold Cc: Vinod Koul , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 02/14] dt-bindings: phy: qcom,qmp-usb3-dp: fix sc8280xp bindings Message-ID: References: <20221111092457.10546-1-johan+linaro@kernel.org> <20221111092457.10546-3-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221111092457.10546-3-johan+linaro@kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Nov 11, 2022 at 10:24:45AM +0100, Johan Hovold wrote: > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml > @@ -0,0 +1,111 @@ > +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm QMP USB4-USB3-DP PHY controller (SC8280XP) > + > +maintainers: > + - Vinod Koul > + > +description: > + The QMP PHY controller supports physical layer functionality for a number of > + controllers on Qualcomm chipsets, such as, PCIe, UFS and USB. > + > + See also: > + - include/dt-bindings/dt-bindings/phy/phy.h This trips up the binding checker which I failed to rerun after adding this reference. Apparently I missed adding a literal block marker '|' to the description. Will add in v2. Johan