i2c: Add Renesas RZ/V2M controller
authorPhil Edworthy <phil.edworthy@renesas.com>
Fri, 8 Jul 2022 10:03:50 +0000 (11:03 +0100)
committerWolfram Sang <wsa@kernel.org>
Fri, 22 Jul 2022 16:46:41 +0000 (18:46 +0200)
commite0ca796a151bd4de76efd71aade2b4805a95c93d
treeac5bdbe08d127e4514e907c75ae380079f7d7e38
parentba7a4d15e2c40f8fa37b38e4379e70019227dba0
i2c: Add Renesas RZ/V2M controller

Yet another i2c controller from Renesas that is found on the RZ/V2M
(r9a09g011) SoC. It can support only 100kHz and 400KHz operation.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
[wsa: removed superfluous class type and renamed a function]
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-rzv2m.c [new file with mode: 0644]