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

dt-bindings: pinctrl: qcom,qcm2290-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-19-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+5 -7
+5 -7
Documentation/devicetree/bindings/pinctrl/qcom,qcm2290-pinctrl.yaml Documentation/devicetree/bindings/pinctrl/qcom,qcm2290-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,qcm2290-pinctrl.yaml# 4 + $id: http://devicetree.org/schemas/pinctrl/qcom,qcm2290-tlmm.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Qualcomm Technologies, Inc. QCM2290 TLMM block ··· 10 10 - Shawn Guo <shawn.guo@linaro.org> 11 11 12 12 description: 13 - This binding describes the Top Level Mode Multiplexer block found in the 14 - QCM2290 platform. 13 + Top Level Mode Multiplexer pin controller in Qualcomm QCM2290 SoC. 15 14 16 15 properties: 17 16 compatible: ··· 27 28 gpio-ranges: true 28 29 wakeup-parent: true 29 30 30 - #PIN CONFIGURATION NODES 31 31 patternProperties: 32 - '-state$': 32 + "-state$": 33 33 oneOf: 34 34 - $ref: "#/$defs/qcom-qcm2290-tlmm-state" 35 35 - patternProperties: ··· 36 38 $ref: "#/$defs/qcom-qcm2290-tlmm-state" 37 39 additionalProperties: false 38 40 39 - '$defs': 41 + $defs: 40 42 qcom-qcm2290-tlmm-state: 41 43 type: object 42 44 description: 43 45 Pinctrl node's client devices use subnodes for desired pin configuration. 44 46 Client device subnodes use below standard properties. 45 - $ref: "qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state" 47 + $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state 46 48 47 49 properties: 48 50 pins: