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

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

+6 -7
+6 -7
Documentation/devicetree/bindings/pinctrl/qcom,sm8350-pinctrl.yaml Documentation/devicetree/bindings/pinctrl/qcom,sm8350-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,sm8350-pinctrl.yaml# 4 + $id: http://devicetree.org/schemas/pinctrl/qcom,sm8350-tlmm.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Qualcomm Technologies, Inc. SM8350 TLMM block ··· 9 9 maintainers: 10 10 - Vinod Koul <vkoul@kernel.org> 11 11 12 - description: | 13 - This binding describes the Top Level Mode Multiplexer (TLMM) block found 14 - in the SM8350 platform. 12 + description: 13 + Top Level Mode Multiplexer pin controller in Qualcomm SM8350 SoC. 15 14 16 15 allOf: 17 16 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml# ··· 24 25 25 26 interrupts: true 26 27 interrupt-controller: true 27 - '#interrupt-cells': true 28 + "#interrupt-cells": true 28 29 gpio-controller: true 29 30 gpio-reserved-ranges: true 30 - '#gpio-cells': true 31 + "#gpio-cells": true 31 32 gpio-ranges: true 32 33 wakeup-parent: true 33 34 ··· 38 39 additionalProperties: false 39 40 40 41 patternProperties: 41 - '-state$': 42 + "-state$": 42 43 oneOf: 43 44 - $ref: "#/$defs/qcom-sm8350-tlmm-state" 44 45 - patternProperties: