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

dt-bindings: input: Drop unneeded quotes

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

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> # for mediatek,mt6779-keypad.yaml
Link: https://lore.kernel.org/r/20230320234718.2930154-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>

+14 -14
+2 -2
Documentation/devicetree/bindings/input/adc-joystick.yaml
··· 2 2 # Copyright 2019-2020 Artur Rojek 3 3 %YAML 1.2 4 4 --- 5 - $id: "http://devicetree.org/schemas/input/adc-joystick.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 5 + $id: http://devicetree.org/schemas/input/adc-joystick.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 8 title: ADC attached joystick 9 9
+1 -1
Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml
··· 57 57 contains: 58 58 const: google,cros-ec-keyb 59 59 then: 60 - $ref: "/schemas/input/matrix-keymap.yaml#" 60 + $ref: /schemas/input/matrix-keymap.yaml# 61 61 required: 62 62 - keypad,num-rows 63 63 - keypad,num-columns
+1 -1
Documentation/devicetree/bindings/input/imx-keypad.yaml
··· 10 10 - Liu Ying <gnuiyl@gmail.com> 11 11 12 12 allOf: 13 - - $ref: "/schemas/input/matrix-keymap.yaml#" 13 + - $ref: /schemas/input/matrix-keymap.yaml# 14 14 15 15 description: | 16 16 The KPP is designed to interface with a keypad matrix with 2-point contact
+1 -1
Documentation/devicetree/bindings/input/matrix-keymap.yaml
··· 21 21 22 22 properties: 23 23 linux,keymap: 24 - $ref: '/schemas/types.yaml#/definitions/uint32-array' 24 + $ref: /schemas/types.yaml#/definitions/uint32-array 25 25 description: | 26 26 An array of packed 1-cell entries containing the equivalent of row, 27 27 column and linux key-code. The 32-bit big endian cell is packed as:
+1 -1
Documentation/devicetree/bindings/input/mediatek,mt6779-keypad.yaml
··· 10 10 - Mattijs Korpershoek <mkorpershoek@baylibre.com> 11 11 12 12 allOf: 13 - - $ref: "/schemas/input/matrix-keymap.yaml#" 13 + - $ref: /schemas/input/matrix-keymap.yaml# 14 14 15 15 description: | 16 16 Mediatek's Keypad controller is used to interface a SoC with a matrix-type
+2 -2
Documentation/devicetree/bindings/input/microchip,cap11xx.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/input/microchip,cap11xx.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/input/microchip,cap11xx.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Microchip CAP11xx based capacitive touch sensors 8 8
+2 -2
Documentation/devicetree/bindings/input/pwm-vibrator.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/input/pwm-vibrator.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/input/pwm-vibrator.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: PWM vibrator 8 8
+2 -2
Documentation/devicetree/bindings/input/regulator-haptic.yaml
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/input/regulator-haptic.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/input/regulator-haptic.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Regulator Haptic 8 8
+2 -2
Documentation/devicetree/bindings/input/touchscreen/elan,elants_i2c.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/input/touchscreen/elan,elants_i2c.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/input/touchscreen/elan,elants_i2c.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Elantech I2C Touchscreen 8 8