diff options
author | Cristian Ciocaltea <cristian.ciocaltea@gmail.com> | 2020-11-20 02:56:04 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2020-12-09 23:22:08 +0300 |
commit | 730f205190a15439c8896f420cde6bbe50c454c2 (patch) | |
tree | 2eff0d74fd0fb6b98ac6707db61492d8c6d32db5 /MAINTAINERS | |
parent | f7414cd6923fd7f78e57086fc964ba2dc25db5c1 (diff) | |
download | linux-730f205190a15439c8896f420cde6bbe50c454c2.tar.xz |
dt-bindings: i2c: owl: Convert Actions Semi Owl binding to a schema
Convert the Actions Semi Owl I2C DT binding to a YAML schema for
enabling DT validation.
Additionally, add a new compatible string corresponding to the I2C
controller found in the S500 variant of the Actions Semi Owl SoCs
family.
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@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 1d097b9da354..693207a781ab 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1501,7 +1501,7 @@ S: Maintained F: Documentation/devicetree/bindings/arm/actions.yaml F: Documentation/devicetree/bindings/clock/actions,owl-cmu.txt F: Documentation/devicetree/bindings/dma/owl-dma.yaml -F: Documentation/devicetree/bindings/i2c/i2c-owl.txt +F: Documentation/devicetree/bindings/i2c/i2c-owl.yaml F: Documentation/devicetree/bindings/interrupt-controller/actions,owl-sirq.yaml F: Documentation/devicetree/bindings/mmc/owl-mmc.yaml F: Documentation/devicetree/bindings/pinctrl/actions,* |