diff options
author | Vignesh Raghavendra <vigneshr@ti.com> | 2021-05-26 12:04:12 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-06-04 22:28:29 +0200 |
commit | 02fa1189927f69f0f9d617789943fb4ae748012b (patch) | |
tree | aef4b67fb4c79ee600cac38a95dc23997883c0e2 /MAINTAINERS | |
parent | MAINTAINERS: Add linux-renesas-soc to the Renesas I2C entries (diff) | |
download | linux-02fa1189927f69f0f9d617789943fb4ae748012b.tar.xz linux-02fa1189927f69f0f9d617789943fb4ae748012b.zip |
dt-bindings: i2c: Move i2c-omap.txt to YAML format
Convert i2c-omap.txt to YAML schema for better checks and documentation.
Following properties were used in DT but were not documented in txt
bindings and has been included in YAML schema:
1. Include ti,am4372-i2c compatible
2. Document clocks property
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.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 3b6b8d88be5e..2b6a6efdf737 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13365,7 +13365,7 @@ M: Vignesh R <vigneshr@ti.com> L: linux-omap@vger.kernel.org L: linux-i2c@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/i2c/i2c-omap.txt +F: Documentation/devicetree/bindings/i2c/ti,omap4-i2c.yaml F: drivers/i2c/busses/i2c-omap.c OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS) |