mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
dt-bindings: i2c: Drop unneeded quotes
[ Upstream commit fc114c7568 ]
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>
Stable-dep-of: d4e001ffeccf ("dt-bindings: i2c: atmel,at91sam: correct path to i2c-controller schema")
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
777f3c9954
commit
58d65ce94b
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# 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:
|
|||||||
- clocks
|
- clocks
|
||||||
|
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: "i2c-controller.yaml"
|
- $ref: i2c-controller.yaml
|
||||||
- if:
|
- if:
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# 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:
|
|||||||
|
|
||||||
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:
|
|||||||
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
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# 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:
|
|||||||
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
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user