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

dt-bindings: i2c: Convert arm,i2c-versatile to DT schema

Convert the arm,i2c-versatile binding to DT schema format.

Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
[wsa: fixed "arn" typo spotted by Krzysztof]
Signed-off-by: Wolfram Sang <wsa@kernel.org>

authored by

Rob Herring and committed by
Wolfram Sang
74557cb4 57758458

+30 -11
+29
Documentation/devicetree/bindings/i2c/arm,i2c-versatile.yaml
··· 1 + # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/i2c/arm,i2c-versatile.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: I2C Controller on ARM Ltd development platforms 8 + 9 + maintainers: 10 + - Linus Walleij <linus.walleij@linaro.org> 11 + 12 + allOf: 13 + - $ref: /schemas/i2c/i2c-controller.yaml# 14 + 15 + properties: 16 + compatible: 17 + const: arm,versatile-i2c 18 + 19 + reg: 20 + maxItems: 1 21 + 22 + required: 23 + - compatible 24 + - reg 25 + 26 + unevaluatedProperties: false 27 + 28 + ... 29 +
-10
Documentation/devicetree/bindings/i2c/i2c-versatile.txt
··· 1 - i2c Controller on ARM Versatile platform: 2 - 3 - Required properties: 4 - - compatible : Must be "arm,versatile-i2c"; 5 - - reg 6 - - #address-cells = <1>; 7 - - #size-cells = <0>; 8 - 9 - Optional properties: 10 - - Child nodes conforming to i2c bus binding
+1 -1
MAINTAINERS
··· 1520 1520 F: Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml 1521 1521 F: Documentation/devicetree/bindings/auxdisplay/arm,versatile-lcd.yaml 1522 1522 F: Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml 1523 - F: Documentation/devicetree/bindings/i2c/i2c-versatile.txt 1523 + F: Documentation/devicetree/bindings/i2c/arm,i2c-versatile.yaml 1524 1524 F: Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt 1525 1525 F: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml 1526 1526 F: arch/arm/boot/dts/arm-realview-*