Commit fc114c75 authored by Rob Herring's avatar Rob Herring Committed by Wolfram Sang

dt-bindings: i2c: 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: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Reviewed-by: default avatarAlain Volmat <alain.volmat@foss.st.com>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent 2a37dec1
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Copyright 2019 BayLibre, SAS # Copyright 2019 BayLibre, SAS
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/i2c/amlogic,meson6-i2c.yaml#" $id: http://devicetree.org/schemas/i2c/amlogic,meson6-i2c.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Amlogic Meson I2C Controller title: Amlogic Meson I2C Controller
......
# 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/i2c/apple,i2c.yaml#" $id: http://devicetree.org/schemas/i2c/apple,i2c.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Apple/PASemi I2C controller title: Apple/PASemi I2C controller
......
...@@ -75,7 +75,7 @@ required: ...@@ -75,7 +75,7 @@ required:
- clocks - clocks
allOf: allOf:
- $ref: "i2c-controller.yaml" - $ref: i2c-controller.yaml
- if: - if:
properties: properties:
compatible: compatible:
......
# 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/i2c/cdns,i2c-r1p10.yaml#" $id: http://devicetree.org/schemas/i2c/cdns,i2c-r1p10.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Cadence I2C controller title: Cadence I2C controller
......
...@@ -45,7 +45,7 @@ properties: ...@@ -45,7 +45,7 @@ properties:
i2c-parent: i2c-parent:
description: phandle of the I2C bus that this multiplexer's master-side port is connected to description: phandle of the I2C bus that this multiplexer's master-side port is connected to
$ref: "/schemas/types.yaml#/definitions/phandle" $ref: /schemas/types.yaml#/definitions/phandle
mux-gpios: mux-gpios:
description: list of GPIOs used to control the muxer description: list of GPIOs used to control the muxer
...@@ -55,7 +55,7 @@ properties: ...@@ -55,7 +55,7 @@ properties:
idle-state: idle-state:
description: Value to set the muxer to when idle. When no value is given, it defaults to the description: Value to set the muxer to when idle. When no value is given, it defaults to the
last value used. last value used.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
allOf: allOf:
- $ref: i2c-mux.yaml - $ref: i2c-mux.yaml
......
# 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/i2c/qcom,i2c-geni-qcom.yaml#" $id: http://devicetree.org/schemas/i2c/qcom,i2c-geni-qcom.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Qualcomm Geni based QUP I2C Controller title: Qualcomm Geni based QUP I2C Controller
......
...@@ -90,7 +90,7 @@ properties: ...@@ -90,7 +90,7 @@ properties:
st,syscfg-fmp: st,syscfg-fmp:
description: Use to set Fast Mode Plus bit within SYSCFG when Fast Mode description: Use to set Fast Mode Plus bit within SYSCFG when Fast Mode
Plus speed is selected by slave. Plus speed is selected by slave.
$ref: "/schemas/types.yaml#/definitions/phandle-array" $ref: /schemas/types.yaml#/definitions/phandle-array
items: items:
- items: - items:
- description: phandle to syscfg - description: phandle to syscfg
......
# 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/i2c/xlnx,xps-iic-2.00.a.yaml#" $id: http://devicetree.org/schemas/i2c/xlnx,xps-iic-2.00.a.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Xilinx IIC controller title: Xilinx IIC controller
......
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