Commit 77987b87 authored by Rob Herring's avatar Rob Herring Committed by Dmitry Torokhov

dt-bindings: input: 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 avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarKrzysztof 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.orgSigned-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 1999a6b1
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Copyright 2019-2020 Artur Rojek # Copyright 2019-2020 Artur Rojek
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/input/adc-joystick.yaml#" $id: http://devicetree.org/schemas/input/adc-joystick.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: ADC attached joystick title: ADC attached joystick
......
...@@ -57,7 +57,7 @@ if: ...@@ -57,7 +57,7 @@ if:
contains: contains:
const: google,cros-ec-keyb const: google,cros-ec-keyb
then: then:
$ref: "/schemas/input/matrix-keymap.yaml#" $ref: /schemas/input/matrix-keymap.yaml#
required: required:
- keypad,num-rows - keypad,num-rows
- keypad,num-columns - keypad,num-columns
......
...@@ -10,7 +10,7 @@ maintainers: ...@@ -10,7 +10,7 @@ maintainers:
- Liu Ying <gnuiyl@gmail.com> - Liu Ying <gnuiyl@gmail.com>
allOf: allOf:
- $ref: "/schemas/input/matrix-keymap.yaml#" - $ref: /schemas/input/matrix-keymap.yaml#
description: | description: |
The KPP is designed to interface with a keypad matrix with 2-point contact The KPP is designed to interface with a keypad matrix with 2-point contact
......
...@@ -21,7 +21,7 @@ description: | ...@@ -21,7 +21,7 @@ description: |
properties: properties:
linux,keymap: linux,keymap:
$ref: '/schemas/types.yaml#/definitions/uint32-array' $ref: /schemas/types.yaml#/definitions/uint32-array
description: | description: |
An array of packed 1-cell entries containing the equivalent of row, An array of packed 1-cell entries containing the equivalent of row,
column and linux key-code. The 32-bit big endian cell is packed as: column and linux key-code. The 32-bit big endian cell is packed as:
......
...@@ -10,7 +10,7 @@ maintainers: ...@@ -10,7 +10,7 @@ maintainers:
- Mattijs Korpershoek <mkorpershoek@baylibre.com> - Mattijs Korpershoek <mkorpershoek@baylibre.com>
allOf: allOf:
- $ref: "/schemas/input/matrix-keymap.yaml#" - $ref: /schemas/input/matrix-keymap.yaml#
description: | description: |
Mediatek's Keypad controller is used to interface a SoC with a matrix-type Mediatek's Keypad controller is used to interface a SoC with a matrix-type
......
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/input/microchip,cap11xx.yaml#" $id: http://devicetree.org/schemas/input/microchip,cap11xx.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Microchip CAP11xx based capacitive touch sensors title: Microchip CAP11xx based capacitive touch sensors
......
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/input/pwm-vibrator.yaml#" $id: http://devicetree.org/schemas/input/pwm-vibrator.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: PWM vibrator title: PWM vibrator
......
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/input/regulator-haptic.yaml#" $id: http://devicetree.org/schemas/input/regulator-haptic.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Regulator Haptic title: Regulator Haptic
......
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/input/touchscreen/elan,elants_i2c.yaml#" $id: http://devicetree.org/schemas/input/touchscreen/elan,elants_i2c.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Elantech I2C Touchscreen title: Elantech I2C Touchscreen
......
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