From patchwork Tue Jul 5 09:41:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 587856 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 F0DF3C43334 for ; Tue, 5 Jul 2022 09:49:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231689AbiGEJtV (ORCPT ); Tue, 5 Jul 2022 05:49:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230517AbiGEJtI (ORCPT ); Tue, 5 Jul 2022 05:49:08 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0BD3512AC9; Tue, 5 Jul 2022 02:49:05 -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 sin.source.kernel.org (Postfix) with ESMTPS id 6B5E6CE1811; Tue, 5 Jul 2022 09:49:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 23D1DC341CF; Tue, 5 Jul 2022 09:49:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657014542; bh=7FwLRC+kaJKNAor2Em2HVLe0zohhBgTEt6rXgUIFLUg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UaJguFOMq3Vfr33WlA8A3NoNXHyeszzqG1TbiJfnDbvPTkut1oe0aIE9LPQWog7G/ xzsdtYoIPhhx2VaWBuX5iBg4Bm5KQZhDqH0Wkn4f03KS4+yDgfx4DX3LB962wSQzUp wMGX+0SbToYTJ6OcwWC5t+lPJMZ20Wgxg4uFDMReU4ZUG6xdfXWgNLC6v+1MMY1Xoi nRtrywYibb+ev2pcHjrmvlsXcb/wFZSBGpyjWfWunNhQUjnh0VdZNteuEPZYOAKXG5 YvQKThVycIkocjR/yWTVP1OgISMGcdWMv8gZ2iOA0nM1Czq5QZT8c45QJH52wYd43x G91HZcKt6P0tw== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1o8fB0-0004Wx-PT; Tue, 05 Jul 2022 11:49:02 +0200 From: Johan Hovold To: Vinod Koul , Rob Herring , Krzysztof Kozlowski Cc: Andy Gross , Bjorn Andersson , Kishon Vijay Abraham I , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 03/43] dt-bindings: phy: qcom,qmp: clean up descriptions Date: Tue, 5 Jul 2022 11:41:59 +0200 Message-Id: <20220705094239.17174-4-johan+linaro@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220705094239.17174-1-johan+linaro@kernel.org> References: <20220705094239.17174-1-johan+linaro@kernel.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Clean up the descriptions somewhat by using uppercase "PHY" consistently and spelling out "clock". Signed-off-by: Johan Hovold --- .../devicetree/bindings/phy/qcom,qmp-phy.yaml | 102 +++++++++--------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml index 38e0ade01687..83f777b4636f 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml @@ -11,7 +11,7 @@ maintainers: - Vinod Koul description: - QMP phy controller supports physical layer functionality for a number of + QMP PHY controller supports physical layer functionality for a number of controllers on Qualcomm chipsets, such as, PCIe, UFS, and USB. properties: @@ -107,7 +107,7 @@ patternProperties: "^phy@[0-9a-f]+$": type: object description: - Each device node of QMP phy is required to have as many child nodes as + Each device node of QMP PHY is required to have as many child nodes as the number of lanes the PHY has. required: @@ -134,10 +134,10 @@ allOf: properties: clocks: items: - - description: Phy aux clock. - - description: Phy config clock. - - description: 19.2 MHz ref clk. - - description: Phy common block aux clock. + - description: PHY aux clock. + - description: PHY config clock. + - description: 19.2 MHz ref clock. + - description: PHY common block aux clock. clock-names: items: - const: aux @@ -146,8 +146,8 @@ allOf: - const: com_aux resets: items: - - description: reset of phy block. - - description: phy common block reset. + - description: Reset of PHY block. + - description: PHY common block reset. reset-names: items: - const: phy @@ -166,9 +166,9 @@ allOf: properties: clocks: items: - - description: Phy aux clock. - - description: Phy config clock. - - description: 19.2 MHz ref clk. + - description: PHY aux clock. + - description: PHY config clock. + - description: 19.2 MHz ref clock. clock-names: items: - const: aux @@ -176,8 +176,8 @@ allOf: - const: ref resets: items: - - description: reset of phy block. - - description: phy common block reset. + - description: Reset of PHY block. + - description: PHY common block reset. reset-names: items: - const: phy @@ -195,9 +195,9 @@ allOf: properties: clocks: items: - - description: Phy aux clock. - - description: Phy config clock. - - description: 19.2 MHz ref clk. + - description: PHY aux clock. + - description: PHY config clock. + - description: 19.2 MHz ref clock. clock-names: items: - const: aux @@ -205,9 +205,9 @@ allOf: - const: ref resets: items: - - description: reset of phy block. - - description: phy common block reset. - - description: phy's ahb cfg block reset. + - description: Reset of PHY block. + - description: PHY common block reset. + - description: PHY's ahb cfg block reset. reset-names: items: - const: phy @@ -229,9 +229,9 @@ allOf: properties: clocks: items: - - description: Phy aux clock. - - description: Phy config clock. - - description: 19.2 MHz ref clk. + - description: PHY aux clock. + - description: PHY config clock. + - description: 19.2 MHz ref clock. clock-names: items: - const: aux @@ -239,8 +239,8 @@ allOf: - const: ref resets: items: - - description: reset of phy block. - - description: phy common block reset. + - description: Reset of PHY block. + - description: PHY common block reset. reset-names: items: - const: phy @@ -258,7 +258,7 @@ allOf: properties: clocks: items: - - description: 19.2 MHz ref clk. + - description: 19.2 MHz ref clock. clock-names: items: - const: ref @@ -287,8 +287,8 @@ allOf: properties: clocks: items: - - description: 19.2 MHz ref clk. - - description: Phy reference aux clock. + - description: 19.2 MHz ref clock. + - description: PHY reference aux clock. clock-names: items: - const: ref @@ -313,16 +313,16 @@ allOf: properties: clocks: items: - - description: Phy aux clock. - - description: Phy config clock. + - description: PHY aux clock. + - description: PHY config clock. clock-names: items: - const: aux - const: cfg_ahb resets: items: - - description: reset of phy block. - - description: phy common block reset. + - description: Reset of PHY block. + - description: PHY common block reset. reset-names: items: - const: phy @@ -345,10 +345,10 @@ allOf: properties: clocks: items: - - description: Phy aux clock. - - description: Phy config clock. - - description: 19.2 MHz ref clk. - - description: Phy refgen clk. + - description: PHY aux clock. + - description: PHY config clock. + - description: 19.2 MHz ref clock. + - description: PHY refgen clock. clock-names: items: - const: aux @@ -357,7 +357,7 @@ allOf: - const: refgen resets: items: - - description: reset of phy block. + - description: Reset of PHY block. reset-names: items: - const: phy @@ -377,10 +377,10 @@ allOf: properties: clocks: items: - - description: Phy aux clock. - - description: 19.2 MHz ref clk source. - - description: 19.2 MHz ref clk. - - description: Phy common block aux clock. + - description: PHY aux clock. + - description: 19.2 MHz ref clock source. + - description: 19.2 MHz ref clock. + - description: PHY common block aux clock. clock-names: items: - const: aux @@ -389,8 +389,8 @@ allOf: - const: com_aux resets: items: - - description: reset of phy block. - - description: phy common block reset. + - description: Reset of PHY block. + - description: PHY common block reset. reset-names: items: - const: phy @@ -409,9 +409,9 @@ allOf: properties: clocks: items: - - description: Phy aux clock. - - description: 19.2 MHz ref clk. - - description: Phy common block aux clock. + - description: PHY aux clock. + - description: 19.2 MHz ref clock. + - description: PHY common block aux clock. clock-names: items: - const: aux @@ -419,8 +419,8 @@ allOf: - const: com_aux resets: items: - - description: reset of phy block. - - description: phy common block reset. + - description: Reset of PHY block. + - description: PHY common block reset. reset-names: items: - const: phy @@ -438,9 +438,9 @@ allOf: properties: clocks: items: - - description: Phy config clock. - - description: 19.2 MHz ref clk. - - description: Phy common block aux clock. + - description: PHY config clock. + - description: 19.2 MHz ref clock. + - description: PHY common block aux clock. clock-names: items: - const: cfg_ahb @@ -449,7 +449,7 @@ allOf: resets: items: - description: phy_phy reset. - - description: reset of phy block. + - description: reset of PHY block. reset-names: items: - const: phy_phy