Commit 374b5453 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

ASoC: dt-bindings: cirrus,cs35l45: drop unneeded quotes

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20230609140658.64557-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 62a97bea
...@@ -62,7 +62,7 @@ patternProperties: ...@@ -62,7 +62,7 @@ patternProperties:
GPIO pin direction. Valid only when 'gpio-ctrl' is 1 GPIO pin direction. Valid only when 'gpio-ctrl' is 1
0 = Output 0 = Output
1 = Input 1 = Input
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 1 maximum: 1
default: 1 default: 1
...@@ -71,7 +71,7 @@ patternProperties: ...@@ -71,7 +71,7 @@ patternProperties:
GPIO level. Valid only when 'gpio-ctrl' is 1 and 'gpio-dir' is 0 GPIO level. Valid only when 'gpio-ctrl' is 1 and 'gpio-dir' is 0
0 = Low 0 = Low
1 = High 1 = High
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 1 maximum: 1
default: 0 default: 0
...@@ -80,7 +80,7 @@ patternProperties: ...@@ -80,7 +80,7 @@ patternProperties:
GPIO level. Valid only when 'gpio-ctrl' is 1 and 'gpio-dir' is 0 GPIO level. Valid only when 'gpio-ctrl' is 1 and 'gpio-dir' is 0
0 = CMOS 0 = CMOS
1 = Open Drain 1 = Open Drain
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 1 maximum: 1
default: 0 default: 0
...@@ -90,7 +90,7 @@ patternProperties: ...@@ -90,7 +90,7 @@ patternProperties:
and 'gpio-dir' is 0 and 'gpio-dir' is 0
0 = Non-inverted, Active High 0 = Non-inverted, Active High
1 = Inverted, Active Low 1 = Inverted, Active Low
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 1 maximum: 1
default: 0 default: 0
...@@ -114,7 +114,7 @@ patternProperties: ...@@ -114,7 +114,7 @@ patternProperties:
0 = High impedance input 0 = High impedance input
1 = Pin acts as a GPIO, direction controlled by 'gpio-dir' 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir'
2-7 = Reserved 2-7 = Reserved
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 7 maximum: 7
default: 0 default: 0
......
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