diff mbox

ARM: shmobile: lager: fixup I2C device on defconfig

Message ID 87iovgorng.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Accepted
Commit d0523925902cf363fc7b217c9873517e98093e32
Headers show

Commit Message

Kuninori Morimoto Nov. 26, 2013, 1:53 a.m. UTC
R-Car H2 needs I2C_CAR, not I2C_SH_MOBILE

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/configs/lager_defconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Horman Nov. 28, 2013, 7:49 a.m. UTC | #1
On Mon, Nov 25, 2013 at 05:53:16PM -0800, Kuninori Morimoto wrote:
> R-Car H2 needs I2C_CAR, not I2C_SH_MOBILE
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>  arch/arm/configs/lager_defconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
> index 35b7cb7..883443f 100644
> --- a/arch/arm/configs/lager_defconfig
> +++ b/arch/arm/configs/lager_defconfig
> @@ -80,7 +80,7 @@ CONFIG_SERIAL_SH_SCI_CONSOLE=y
>  # CONFIG_HW_RANDOM is not set
>  CONFIG_I2C=y
>  CONFIG_I2C_GPIO=y
> -CONFIG_I2C_SH_MOBILE=y
> +CONFIG_I2C_RCAR=y
>  CONFIG_GPIO_SH_PFC=y
>  CONFIG_GPIOLIB=y
>  CONFIG_GPIO_RCAR=y

Thanks, I have queued this up.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
index 35b7cb7..883443f 100644
--- a/arch/arm/configs/lager_defconfig
+++ b/arch/arm/configs/lager_defconfig
@@ -80,7 +80,7 @@  CONFIG_SERIAL_SH_SCI_CONSOLE=y
 # CONFIG_HW_RANDOM is not set
 CONFIG_I2C=y
 CONFIG_I2C_GPIO=y
-CONFIG_I2C_SH_MOBILE=y
+CONFIG_I2C_RCAR=y
 CONFIG_GPIO_SH_PFC=y
 CONFIG_GPIOLIB=y
 CONFIG_GPIO_RCAR=y