diff options
author | Wolfram Sang <wsa@kernel.org> | 2021-04-07 20:35:32 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-04-08 22:39:12 +0200 |
commit | df8a39f2911a4c7769e0f760509f556a9e9d37af (patch) | |
tree | 9400d0c718c1e8d5d59d4f362106903fde9e50fd /Documentation | |
parent | 56b4c6515a367718ced8595debf1567c052ea0b2 (diff) | |
download | linux-df8a39f2911a4c7769e0f760509f556a9e9d37af.tar.bz2 |
i2c: imx: mention Oleksij as maintainer of the binding docs
When I removed myself as a maintainer of the yaml file, I missed that
some maintainer is required. Oleksij is already listed in MAINTAINERS
for this file, so add him here as well.
Fixes: 1ae6b3780848 ("i2c: imx: drop me as maintainer of binding docs")
Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-imx.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx.yaml b/Documentation/devicetree/bindings/i2c/i2c-imx.yaml index f33c6b29966b..3592d49235e0 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-imx.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-imx.yaml @@ -6,6 +6,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Freescale Inter IC (I2C) and High Speed Inter IC (HS-I2C) for i.MX +maintainers: + - Oleksij Rempel <o.rempel@pengutronix.de> + allOf: - $ref: /schemas/i2c/i2c-controller.yaml# |