]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: shmobile: r8a7790: Fix I2C controller names
authorValentine Barshak <valentine.barshak@cogentembedded.com>
Fri, 27 Dec 2013 10:58:08 +0000 (14:58 +0400)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 6 Jan 2014 05:25:39 +0000 (14:25 +0900)
commitdb455c786886465c4d7fcd012fe2684b4c887776
tree8754dcd1200ff3b805a8b1c2d175c68a3857341a
parentd85bcfa916ffdf078f188aeab60f738b290f4309
ARM: shmobile: r8a7790: Fix I2C controller names

This fixes the issue introduced by the following commit:
b448c904f5058b6c "ARM: shmobile: r8a7790: add I2C support"

The R8A7790 is an R-Car Gen2 SoC. The clock division factor
(CDF) width is 3 bits on Gen2 as opposed to 2 bits on Gen1.
Fix the device names for R8A7790 SoC to make the R-Car I2C
driver configure the hardware properly.

Changes in V2:
* rebased on top of the latest branch;
* capitalized ARM in the subject line;
* noted the commit that caused the issue in the log.

Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/clock-r8a7790.c
arch/arm/mach-shmobile/setup-r8a7790.c