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

dt-bindings: pinctrl: qcom,sm8250: minor style cleanups

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

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

+17 -19
+17 -19
Documentation/devicetree/bindings/pinctrl/qcom,sm8250-pinctrl.yaml
··· 9 9 maintainers: 10 10 - Bjorn Andersson <bjorn.andersson@linaro.org> 11 11 12 - description: | 13 - This binding describes the Top Level Mode Multiplexer block found in the 14 - SM8250 platform. 12 + description: 13 + Top Level Mode Multiplexer pin controller in the Qualcomm SM8250 SoC. 15 14 16 15 properties: 17 16 compatible: 18 17 const: qcom,sm8250-pinctrl 19 18 20 19 reg: 21 - minItems: 3 22 20 maxItems: 3 23 21 24 22 reg-names: 25 23 items: 26 - - const: "west" 27 - - const: "south" 28 - - const: "north" 24 + - const: west 25 + - const: south 26 + - const: north 29 27 30 28 interrupts: true 31 29 interrupt-controller: true ··· 119 121 - | 120 122 #include <dt-bindings/interrupt-controller/arm-gic.h> 121 123 pinctrl@1f00000 { 122 - compatible = "qcom,sm8250-pinctrl"; 123 - reg = <0x0f100000 0x300000>, 124 - <0x0f500000 0x300000>, 125 - <0x0f900000 0x300000>; 126 - reg-names = "west", "south", "north"; 127 - interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; 128 - gpio-controller; 129 - #gpio-cells = <2>; 130 - interrupt-controller; 131 - #interrupt-cells = <2>; 132 - gpio-ranges = <&tlmm 0 0 180>; 133 - wakeup-parent = <&pdc>; 124 + compatible = "qcom,sm8250-pinctrl"; 125 + reg = <0x0f100000 0x300000>, 126 + <0x0f500000 0x300000>, 127 + <0x0f900000 0x300000>; 128 + reg-names = "west", "south", "north"; 129 + interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; 130 + gpio-controller; 131 + #gpio-cells = <2>; 132 + interrupt-controller; 133 + #interrupt-cells = <2>; 134 + gpio-ranges = <&tlmm 0 0 180>; 135 + wakeup-parent = <&pdc>; 134 136 };