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

dt-bindings: extcon: wlf,arizona: drop unneeded quotes

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

authored by

Krzysztof Kozlowski and committed by
Chanwoo Choi
94da3da9 bcfa8e33

+7 -7
+7 -7
Documentation/devicetree/bindings/extcon/wlf,arizona.yaml
··· 23 23 headphone detect mode to HPDETL, ARIZONA_ACCDET_MODE_HPR/2 sets it 24 24 to HPDETR. If this node is not included or if the value is unknown, 25 25 then headphone detection mode is set to HPDETL. 26 - $ref: "/schemas/types.yaml#/definitions/uint32" 26 + $ref: /schemas/types.yaml#/definitions/uint32 27 27 minimum: 1 28 28 maximum: 2 29 29 ··· 51 51 description: 52 52 Additional software microphone detection debounce specified in 53 53 milliseconds. 54 - $ref: "/schemas/types.yaml#/definitions/uint32" 54 + $ref: /schemas/types.yaml#/definitions/uint32 55 55 56 56 wlf,micd-pol-gpio: 57 57 description: ··· 63 63 description: 64 64 Time allowed for MICBIAS to startup prior to performing microphone 65 65 detection, specified as per the ARIZONA_MICD_TIME_XXX defines. 66 - $ref: "/schemas/types.yaml#/definitions/uint32" 66 + $ref: /schemas/types.yaml#/definitions/uint32 67 67 minimum: 0 68 68 maximum: 12 69 69 ··· 71 71 description: 72 72 Delay between successive microphone detection measurements, specified 73 73 as per the ARIZONA_MICD_TIME_XXX defines. 74 - $ref: "/schemas/types.yaml#/definitions/uint32" 74 + $ref: /schemas/types.yaml#/definitions/uint32 75 75 minimum: 0 76 76 maximum: 12 77 77 ··· 79 79 description: 80 80 Microphone detection hardware debounces specified as the number of 81 81 measurements to take. 82 - $ref: "/schemas/types.yaml#/definitions/uint32" 82 + $ref: /schemas/types.yaml#/definitions/uint32 83 83 enum: [2, 4] 84 84 85 85 wlf,micd-timeout-ms: ··· 97 97 CTIA / OMTP headsets), the field can be of variable length but 98 98 should always be a multiple of 3 cells long, each three cell group 99 99 represents one polarity configuration. 100 - $ref: "/schemas/types.yaml#/definitions/uint32-matrix" 100 + $ref: /schemas/types.yaml#/definitions/uint32-matrix 101 101 items: 102 102 items: 103 103 - description: ··· 119 119 description: 120 120 Settings for the general purpose switch, set as one of the 121 121 ARIZONA_GPSW_XXX defines. 122 - $ref: "/schemas/types.yaml#/definitions/uint32" 122 + $ref: /schemas/types.yaml#/definitions/uint32 123 123 minimum: 0 124 124 maximum: 3 125 125