dt-bindings: at24: convert the binding document to yaml
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 2 Oct 2019 07:20:46 +0000 (09:20 +0200)
committerRob Herring <robh@kernel.org>
Wed, 9 Oct 2019 23:23:52 +0000 (18:23 -0500)
commit7f3bf4203774013bdb1648d7e2ce949e94564b07
treee43863db53ea67363f89c24ba49ea01af6eff3c1
parent951d48855d86e72e0d6de73440fe09d363168064
dt-bindings: at24: convert the binding document to yaml

Convert the binding document for at24 EEPROMs from txt to yaml. The
compatible property uses a regex pattern to address all the possible
combinations of "vendor,model" strings.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
[robh: rework compatible schema, fix missing allOf for $ref, fix errors in example]
Signed-off-by: Rob Herring <robh@kernel.org>
[Bartosz: added comments explaining the compatible property]
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/eeprom/at24.txt
Documentation/devicetree/bindings/eeprom/at24.yaml [new file with mode: 0644]
MAINTAINERS