diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-10-02 09:20:46 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-10-10 01:23:52 +0200 |
commit | 7f3bf4203774013bdb1648d7e2ce949e94564b07 (patch) | |
tree | e43863db53ea67363f89c24ba49ea01af6eff3c1 /MAINTAINERS | |
parent | of: Make of_dma_get_range() work on bus nodes (diff) | |
download | linux-7f3bf4203774013bdb1648d7e2ce949e94564b07.tar.xz linux-7f3bf4203774013bdb1648d7e2ce949e94564b07.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 296de2b51c83..320fc8bba872 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2699,7 +2699,7 @@ M: Bartosz Golaszewski <bgolaszewski@baylibre.com> L: linux-i2c@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git S: Maintained -F: Documentation/devicetree/bindings/eeprom/at24.txt +F: Documentation/devicetree/bindings/eeprom/at24.yaml F: drivers/misc/eeprom/at24.c ATA OVER ETHERNET (AOE) DRIVER |