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

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: Rob Herring <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Reviewed-by: Alain Volmat <alain.volmat@foss.st.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>

authored by

Rob Herring and committed by
Wolfram Sang
fc114c75 2a37dec1

+14 -14
+2 -2
Documentation/devicetree/bindings/i2c/amlogic,meson6-i2c.yaml
··· 2 2 # Copyright 2019 BayLibre, SAS 3 3 %YAML 1.2 4 4 --- 5 - $id: "http://devicetree.org/schemas/i2c/amlogic,meson6-i2c.yaml#" 6 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 5 + $id: http://devicetree.org/schemas/i2c/amlogic,meson6-i2c.yaml# 6 + $schema: http://devicetree.org/meta-schemas/core.yaml# 7 7 8 8 title: Amlogic Meson I2C Controller 9 9
+2 -2
Documentation/devicetree/bindings/i2c/apple,i2c.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/i2c/apple,i2c.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/i2c/apple,i2c.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Apple/PASemi I2C controller 8 8
+1 -1
Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml
··· 75 75 - clocks 76 76 77 77 allOf: 78 - - $ref: "i2c-controller.yaml" 78 + - $ref: i2c-controller.yaml 79 79 - if: 80 80 properties: 81 81 compatible:
+2 -2
Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.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/i2c/cdns,i2c-r1p10.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/i2c/cdns,i2c-r1p10.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Cadence I2C controller 8 8
+2 -2
Documentation/devicetree/bindings/i2c/i2c-mux-gpio.yaml
··· 45 45 46 46 i2c-parent: 47 47 description: phandle of the I2C bus that this multiplexer's master-side port is connected to 48 - $ref: "/schemas/types.yaml#/definitions/phandle" 48 + $ref: /schemas/types.yaml#/definitions/phandle 49 49 50 50 mux-gpios: 51 51 description: list of GPIOs used to control the muxer ··· 55 55 idle-state: 56 56 description: Value to set the muxer to when idle. When no value is given, it defaults to the 57 57 last value used. 58 - $ref: "/schemas/types.yaml#/definitions/uint32" 58 + $ref: /schemas/types.yaml#/definitions/uint32 59 59 60 60 allOf: 61 61 - $ref: i2c-mux.yaml
+2 -2
Documentation/devicetree/bindings/i2c/qcom,i2c-geni-qcom.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/i2c/qcom,i2c-geni-qcom.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/i2c/qcom,i2c-geni-qcom.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Qualcomm Geni based QUP I2C Controller 8 8
+1 -1
Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml
··· 90 90 st,syscfg-fmp: 91 91 description: Use to set Fast Mode Plus bit within SYSCFG when Fast Mode 92 92 Plus speed is selected by slave. 93 - $ref: "/schemas/types.yaml#/definitions/phandle-array" 93 + $ref: /schemas/types.yaml#/definitions/phandle-array 94 94 items: 95 95 - items: 96 96 - description: phandle to syscfg
+2 -2
Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.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/i2c/xlnx,xps-iic-2.00.a.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/i2c/xlnx,xps-iic-2.00.a.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Xilinx IIC controller 8 8