Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: pinctrl: qcom,sdx65-tlmm: minor style cleanups

Drop "binding" from description (and align it with other Qualcomm
pinctrl bindings), use double quotes consistently, drop redundant
quotes and rename file to match compatible (to match coding
convention).

Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20221017230012.47878-20-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+5 -7
+5 -7
Documentation/devicetree/bindings/pinctrl/qcom,sdx65-pinctrl.yaml Documentation/devicetree/bindings/pinctrl/qcom,sdx65-tlmm.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: http://devicetree.org/schemas/pinctrl/qcom,sdx65-pinctrl.yaml# 4 + $id: http://devicetree.org/schemas/pinctrl/qcom,sdx65-tlmm.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Qualcomm Technologies, Inc. SDX65 TLMM block ··· 10 10 - Vamsi krishna Lanka <quic_vamslank@quicinc.com> 11 11 12 12 description: 13 - This binding describes the Top Level Mode Multiplexer block found in the 14 - SDX65 platform. 13 + Top Level Mode Multiplexer pin controller in Qualcomm SDX65 SoC. 15 14 16 15 properties: 17 16 compatible: ··· 29 30 gpio-reserved-ranges: 30 31 maxItems: 1 31 32 32 - #PIN CONFIGURATION NODES 33 33 patternProperties: 34 - '-state$': 34 + "-state$": 35 35 oneOf: 36 36 - $ref: "#/$defs/qcom-sdx65-tlmm-state" 37 37 - patternProperties: ··· 38 40 $ref: "#/$defs/qcom-sdx65-tlmm-state" 39 41 additionalProperties: false 40 42 41 - '$defs': 43 + $defs: 42 44 qcom-sdx65-tlmm-state: 43 45 type: object 44 46 description: 45 47 Pinctrl node's client devices use subnodes for desired pin configuration. 46 48 Client device subnodes use below standard properties. 47 - $ref: "qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state" 49 + $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state 48 50 49 51 properties: 50 52 pins: