]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
i2c: sh_mobile: add support for r8a77990 (R-Car E3)
authorSimon Horman <horms+renesas@verge.net.au>
Wed, 21 Nov 2018 12:09:28 +0000 (13:09 +0100)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 14 Aug 2019 09:18:49 +0000 (11:18 +0200)
commiteca47d1ce1206034e1d96037e12ff6bbe09e738d
tree5cbb253df42328872f4339181a10104550d75503
parentbb187e86aba057118223ab97c7af7e79922ea5ec
i2c: sh_mobile: add support for r8a77990 (R-Car E3)

BugLink: https://bugs.launchpad.net/bugs/1837664
[ Upstream commit 5eb316e636eb298c204f5b368526d4480b63c0ba ]

Add support for the IIC code for the r8a77990 (R-Car E3).

It is not considered compatible with existing fallback bindings
due to the documented absence of automatic transmission registers.

These registers are currently not used by the driver and
thus the provides the same behaviour for "renesas,iic-r8a77990" and
"renesas,rcar-gen3-iic". The point of declaring incompatibility is
to allow for automatic transmission register support to be added to
"renesas,iic-r8a77990" and "renesas,rcar-gen3-iic" in future.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/i2c/busses/i2c-sh_mobile.c