Commit 27404203 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

dt-bindings: pinctrl: qcom,sm8250-lpass-lpi: 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: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20221017230012.47878-32-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent e1c36247
...@@ -4,22 +4,20 @@ ...@@ -4,22 +4,20 @@
$id: http://devicetree.org/schemas/pinctrl/qcom,sm8250-lpass-lpi-pinctrl.yaml# $id: http://devicetree.org/schemas/pinctrl/qcom,sm8250-lpass-lpi-pinctrl.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Qualcomm Technologies, Inc. Low Power Audio SubSystem (LPASS) title: Qualcomm SM8250 SoC LPASS LPI TLMM
Low Power Island (LPI) TLMM block
maintainers: maintainers:
- Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
description: | description:
This binding describes the Top Level Mode Multiplexer block found in the Top Level Mode Multiplexer pin controller in the Low Power Audio SubSystem
LPASS LPI IP on most Qualcomm SoCs (LPASS) Low Power Island (LPI) of Qualcomm SM8250 SoC.
properties: properties:
compatible: compatible:
const: qcom,sm8250-lpass-lpi-pinctrl const: qcom,sm8250-lpass-lpi-pinctrl
reg: reg:
minItems: 2
maxItems: 2 maxItems: 2
clocks: clocks:
...@@ -34,7 +32,7 @@ properties: ...@@ -34,7 +32,7 @@ properties:
gpio-controller: true gpio-controller: true
'#gpio-cells': "#gpio-cells":
description: Specifying the pin number and flags, as defined in description: Specifying the pin number and flags, as defined in
include/dt-bindings/gpio/gpio.h include/dt-bindings/gpio/gpio.h
const: 2 const: 2
...@@ -110,7 +108,7 @@ $defs: ...@@ -110,7 +108,7 @@ $defs:
additionalProperties: false additionalProperties: false
allOf: allOf:
- $ref: "pinctrl.yaml#" - $ref: pinctrl.yaml#
required: required:
- compatible - compatible
...@@ -118,7 +116,7 @@ required: ...@@ -118,7 +116,7 @@ required:
- clocks - clocks
- clock-names - clock-names
- gpio-controller - gpio-controller
- '#gpio-cells' - "#gpio-cells"
- gpio-ranges - gpio-ranges
additionalProperties: false additionalProperties: false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment