All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Stephan Gerhold <stephan@gerhold.net>,
	Shawn Guo <shawn.guo@linaro.org>,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	Vinod Koul <vkoul@kernel.org>,
	krishna Lanka <quic_vamslank@quicinc.com>,
	Iskren Chernev <iskren.chernev@gmail.com>,
	Martin Botka <martin.botka@somainline.org>,
	linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [PATCH 17/34] dt-bindings: pinctrl: qcom,mdm9607: minor style cleanups
Date: Thu,  6 Oct 2022 16:06:20 +0200	[thread overview]
Message-ID: <20221006140637.246665-18-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20221006140637.246665-1-krzysztof.kozlowski@linaro.org>

Drop "binding" from description (and align it with other Qualcomm
pinctrl bindings), use double quotes consistently and drop redundant
quotes.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../bindings/pinctrl/qcom,mdm9607-pinctrl.yaml    | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,mdm9607-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,mdm9607-pinctrl.yaml
index 5a9002a83423..f832d776e1ab 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,mdm9607-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,mdm9607-pinctrl.yaml
@@ -9,9 +9,8 @@ title: Qualcomm Technologies, Inc. MDM9607 TLMM block
 maintainers:
   - Konrad Dybcio <konrad.dybcio@somainline.org>
 
-description: |
-  This binding describes the Top Level Mode Multiplexer block found in the
-  MDM9607 platform.
+description:
+  Top Level Mode Multiplexer pin controller in Qualcomm MDM9607 SoC.
 
 allOf:
   - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml#
@@ -25,10 +24,10 @@ properties:
 
   interrupts: true
   interrupt-controller: true
-  '#interrupt-cells': true
+  "#interrupt-cells": true
   gpio-controller: true
   gpio-reserved-ranges: true
-  '#gpio-cells': true
+  "#gpio-cells": true
   gpio-ranges: true
   wakeup-parent: true
 
@@ -39,20 +38,20 @@ required:
 additionalProperties: false
 
 patternProperties:
-  '-state$':
+  "-state$":
     oneOf:
       - $ref: "#/$defs/qcom-mdm9607-tlmm-state"
       - patternProperties:
           ".*":
             $ref: "#/$defs/qcom-mdm9607-tlmm-state"
 
-'$defs':
+$defs:
   qcom-mdm9607-tlmm-state:
     type: object
     description:
       Pinctrl node's client devices use subnodes for desired pin configuration.
       Client device subnodes use below standard properties.
-    $ref: "qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state"
+    $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state
 
     properties:
       pins:
-- 
2.34.1


  parent reply	other threads:[~2022-10-06 14:08 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-06 14:06 [PATCH 00/34] pinctrl/arm64: qcom: continued - fix Qualcomm TLMM pinctrl schema warnings (5th set) Krzysztof Kozlowski
2022-10-06 14:06 ` [PATCH 01/34] dt-bindings: pinctrl: qcom,mdm9607: drop ref to pinctrl.yaml Krzysztof Kozlowski
2022-10-06 20:22   ` Rob Herring
2022-10-06 14:06 ` [PATCH 02/34] dt-bindings: pinctrl: qcom,sc7280: drop checks used in common TLMM Krzysztof Kozlowski
2022-10-06 20:22   ` Rob Herring
2022-10-06 14:06 ` [PATCH 03/34] dt-bindings: pinctrl: qcom,sc8180x: drop ref to pinctrl.yaml Krzysztof Kozlowski
2022-10-06 20:23   ` Rob Herring
2022-10-06 14:06 ` [PATCH 04/34] dt-bindings: pinctrl: qcom,sc8180x: drop checks used in common TLMM Krzysztof Kozlowski
2022-10-06 20:23   ` Rob Herring
2022-10-06 14:06 ` [PATCH 05/34] dt-bindings: pinctrl: qcom,sc8280xp: " Krzysztof Kozlowski
2022-10-06 20:24   ` Rob Herring
2022-10-06 14:06 ` [PATCH 06/34] dt-bindings: pinctrl: qcom,sm6115: use common TLMM schema Krzysztof Kozlowski
2022-10-06 20:24   ` Rob Herring
2022-10-07 12:43   ` Iskren Chernev
2022-10-06 14:06 ` [PATCH 07/34] dt-bindings: pinctrl: qcom,sm6125: drop checks used in common TLMM Krzysztof Kozlowski
2022-10-06 20:25   ` Rob Herring
2022-10-06 14:06 ` [PATCH 08/34] dt-bindings: pinctrl: qcom,sm6125: drop ref to pinctrl.yaml Krzysztof Kozlowski
2022-10-06 20:25   ` Rob Herring
2022-10-06 14:06 ` [PATCH 09/34] dt-bindings: pinctrl: qcom,sm6350: " Krzysztof Kozlowski
2022-10-06 20:26   ` Rob Herring
2022-10-06 14:06 ` [PATCH 10/34] dt-bindings: pinctrl: qcom,sm6350: drop checks used in common TLMM Krzysztof Kozlowski
2022-10-06 14:06 ` [PATCH 11/34] dt-bindings: pinctrl: qcom,sm6375-tlmm: drop ref to pinctrl.yaml Krzysztof Kozlowski
2022-10-06 20:26   ` Rob Herring
2022-10-06 14:06 ` [PATCH 12/34] dt-bindings: pinctrl: qcom,sm6375-tlmm: drop checks used in common TLMM Krzysztof Kozlowski
2022-10-06 20:27   ` Rob Herring
2022-10-06 14:06 ` [PATCH 13/34] dt-bindings: pinctrl: qcom,sm8250: use common TLMM schema Krzysztof Kozlowski
2022-10-06 20:27   ` Rob Herring
2022-10-06 14:06 ` [PATCH 14/34] dt-bindings: pinctrl: qcom,sm8350: drop ref to pinctrl.yaml Krzysztof Kozlowski
2022-10-06 20:28   ` Rob Herring
2022-10-06 14:06 ` [PATCH 15/34] dt-bindings: pinctrl: qcom,sm8350: drop checks used in common TLMM Krzysztof Kozlowski
2022-10-06 20:30   ` Rob Herring
2022-10-06 14:06 ` [PATCH 16/34] dt-bindings: pinctrl: qcom,sm8450: " Krzysztof Kozlowski
2022-10-06 20:32   ` Rob Herring
2022-10-06 14:06 ` Krzysztof Kozlowski [this message]
2022-10-06 20:33   ` [PATCH 17/34] dt-bindings: pinctrl: qcom,mdm9607: minor style cleanups Rob Herring
2022-10-06 14:06 ` [PATCH 18/34] dt-bindings: pinctrl: qcom,msm8909-tlmm: " Krzysztof Kozlowski
2022-10-06 15:36   ` Stephan Gerhold
2022-10-06 20:37   ` Rob Herring
2022-10-06 14:06 ` [PATCH 19/34] dt-bindings: pinctrl: qcom,qcm2290: " Krzysztof Kozlowski
2022-10-06 20:38   ` Rob Herring
2022-10-06 14:06 ` [PATCH 20/34] dt-bindings: pinctrl: qcom,sdx65: " Krzysztof Kozlowski
2022-10-06 20:38   ` Rob Herring
2022-10-06 14:06 ` [PATCH 21/34] dt-bindings: pinctrl: qcom,sc8180x: " Krzysztof Kozlowski
2022-10-06 20:38   ` Rob Herring
2022-10-06 14:06 ` [PATCH 22/34] dt-bindings: pinctrl: qcom,sc8280xp: " Krzysztof Kozlowski
2022-10-06 20:38   ` Rob Herring
2022-10-06 14:06 ` [PATCH 23/34] dt-bindings: pinctrl: qcom,sm6115: " Krzysztof Kozlowski
2022-10-06 20:38   ` Rob Herring
2022-10-06 14:06 ` [PATCH 24/34] dt-bindings: pinctrl: qcom,sm6125: " Krzysztof Kozlowski
2022-10-06 20:39   ` Rob Herring
2022-10-06 14:06 ` [PATCH 25/34] dt-bindings: pinctrl: qcom,sm6350: " Krzysztof Kozlowski
2022-10-06 20:39   ` Rob Herring
2022-10-06 14:06 ` [PATCH 26/34] dt-bindings: pinctrl: qcom,sm6375: " Krzysztof Kozlowski
2022-10-06 20:39   ` Rob Herring
2022-10-06 14:06 ` [PATCH 27/34] dt-bindings: pinctrl: qcom,sm8250: " Krzysztof Kozlowski
2022-10-06 20:40   ` Rob Herring
2022-10-06 14:06 ` [PATCH 28/34] dt-bindings: pinctrl: qcom,sm8350: " Krzysztof Kozlowski
2022-10-06 20:40   ` Rob Herring
2022-10-06 14:06 ` [PATCH 29/34] dt-bindings: pinctrl: qcom,sm8450: " Krzysztof Kozlowski
2022-10-06 20:40   ` Rob Herring
2022-10-06 14:06 ` [PATCH 30/34] dt-bindings: pinctrl: qcom,sc7280-lpass-lpi: " Krzysztof Kozlowski
2022-10-06 20:40   ` Rob Herring
2022-10-06 14:06 ` [PATCH 31/34] dt-bindings: pinctrl: qcom,sm8250-lpass-lpi: " Krzysztof Kozlowski
2022-10-06 20:41   ` Rob Herring
2022-10-06 14:06 ` [PATCH 32/34] dt-bindings: pinctrl: qcom,sc8280xp-lpass-lpi: " Krzysztof Kozlowski
2022-10-06 20:41   ` Rob Herring
2022-10-06 14:06 ` [PATCH 33/34] dt-bindings: pinctrl: qcom,sm8450-lpass-lpi: " Krzysztof Kozlowski
2022-10-06 20:48   ` Rob Herring
2022-10-06 14:06 ` [PATCH 34/34] dt-bindings: pinctrl: qcom: adjust description Krzysztof Kozlowski
2022-10-06 20:49   ` Rob Herring
2022-10-06 15:49 ` [PATCH 00/34] pinctrl/arm64: qcom: continued - fix Qualcomm TLMM pinctrl schema warnings (5th set) Stephan Gerhold
2022-10-06 20:21   ` Krzysztof Kozlowski
2022-10-17  9:24 ` Linus Walleij
2022-10-18  2:02   ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221006140637.246665-18-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=iskren.chernev@gmail.com \
    --cc=konrad.dybcio@somainline.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=martin.botka@somainline.org \
    --cc=quic_vamslank@quicinc.com \
    --cc=robh+dt@kernel.org \
    --cc=shawn.guo@linaro.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=stephan@gerhold.net \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.