* [PATCH 1/1] ARM: exynos_defconfig: Enable HS-I2C
@ 2014-03-04 12:22 Sachin Kamat
2014-04-24 8:02 ` Tushar Behera
0 siblings, 1 reply; 4+ messages in thread
From: Sachin Kamat @ 2014-03-04 12:22 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, sachin.kamat
High speed I2C is used on Exynos5 based SoCs. Enable it.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
arch/arm/configs/exynos_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index 4ce7b70ea901..e07a227ec0db 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -65,6 +65,7 @@ CONFIG_TCG_TIS_I2C_INFINEON=y
CONFIG_I2C=y
CONFIG_I2C_MUX=y
CONFIG_I2C_ARB_GPIO_CHALLENGE=y
+CONFIG_I2C_EXYNOS5=y
CONFIG_I2C_S3C2410=y
CONFIG_DEBUG_GPIO=y
# CONFIG_HWMON is not set
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] ARM: exynos_defconfig: Enable HS-I2C
2014-03-04 12:22 [PATCH 1/1] ARM: exynos_defconfig: Enable HS-I2C Sachin Kamat
@ 2014-04-24 8:02 ` Tushar Behera
2014-04-26 11:14 ` Kukjin Kim
0 siblings, 1 reply; 4+ messages in thread
From: Tushar Behera @ 2014-04-24 8:02 UTC (permalink / raw)
To: linux-samsung-soc, kgene.kim; +Cc: Sachin Kamat
On 03/04/2014 05:52 PM, Sachin Kamat wrote:
> High speed I2C is used on Exynos5 based SoCs. Enable it.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
> arch/arm/configs/exynos_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
> index 4ce7b70ea901..e07a227ec0db 100644
> --- a/arch/arm/configs/exynos_defconfig
> +++ b/arch/arm/configs/exynos_defconfig
> @@ -65,6 +65,7 @@ CONFIG_TCG_TIS_I2C_INFINEON=y
> CONFIG_I2C=y
> CONFIG_I2C_MUX=y
> CONFIG_I2C_ARB_GPIO_CHALLENGE=y
> +CONFIG_I2C_EXYNOS5=y
> CONFIG_I2C_S3C2410=y
> CONFIG_DEBUG_GPIO=y
> # CONFIG_HWMON is not set
>
Kukjin,
Please consider picking this patch when you plan to update
exynos_defconfig. With this change on upstream kernel, we are able to
get Arndale_Octa board to boot and mount an MMC partition successfully.
--
Tushar Behera
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH 1/1] ARM: exynos_defconfig: Enable HS-I2C
2014-04-24 8:02 ` Tushar Behera
@ 2014-04-26 11:14 ` Kukjin Kim
2014-04-28 3:56 ` Tushar Behera
0 siblings, 1 reply; 4+ messages in thread
From: Kukjin Kim @ 2014-04-26 11:14 UTC (permalink / raw)
To: 'Tushar Behera', linux-samsung-soc; +Cc: 'Sachin Kamat'
Tushar Behera wrote:
>
> On 03/04/2014 05:52 PM, Sachin Kamat wrote:
> > High speed I2C is used on Exynos5 based SoCs. Enable it.
> >
> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> > ---
> > arch/arm/configs/exynos_defconfig | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/arm/configs/exynos_defconfig
> b/arch/arm/configs/exynos_defconfig
> > index 4ce7b70ea901..e07a227ec0db 100644
> > --- a/arch/arm/configs/exynos_defconfig
> > +++ b/arch/arm/configs/exynos_defconfig
> > @@ -65,6 +65,7 @@ CONFIG_TCG_TIS_I2C_INFINEON=y
> > CONFIG_I2C=y
> > CONFIG_I2C_MUX=y
> > CONFIG_I2C_ARB_GPIO_CHALLENGE=y
> > +CONFIG_I2C_EXYNOS5=y
> > CONFIG_I2C_S3C2410=y
> > CONFIG_DEBUG_GPIO=y
> > # CONFIG_HWMON is not set
> >
> Kukjin,
>
> Please consider picking this patch when you plan to update
> exynos_defconfig. With this change on upstream kernel, we are able to
> get Arndale_Octa board to boot and mount an MMC partition successfully.
>
Oh, OK.
BTW, basically the boot should be fine with/without selecting
I2C_EXYNOS5...or if the config is required always for arndale_octa board, it
should be enabled without any manual selecting. I think, it means this is
just temporal solution not right approach to fix the problem..
I need to look at the codes...
Thanks,
Kukjin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] ARM: exynos_defconfig: Enable HS-I2C
2014-04-26 11:14 ` Kukjin Kim
@ 2014-04-28 3:56 ` Tushar Behera
0 siblings, 0 replies; 4+ messages in thread
From: Tushar Behera @ 2014-04-28 3:56 UTC (permalink / raw)
To: Kukjin Kim, linux-samsung-soc; +Cc: 'Sachin Kamat'
On 04/26/2014 04:44 PM, Kukjin Kim wrote:
> Tushar Behera wrote:
>>
>> On 03/04/2014 05:52 PM, Sachin Kamat wrote:
>>> High speed I2C is used on Exynos5 based SoCs. Enable it.
>>>
>>> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>>> ---
>>> arch/arm/configs/exynos_defconfig | 1 +
>>> 1 file changed, 1 insertion(+)
>>>
>>> diff --git a/arch/arm/configs/exynos_defconfig
>> b/arch/arm/configs/exynos_defconfig
>>> index 4ce7b70ea901..e07a227ec0db 100644
>>> --- a/arch/arm/configs/exynos_defconfig
>>> +++ b/arch/arm/configs/exynos_defconfig
>>> @@ -65,6 +65,7 @@ CONFIG_TCG_TIS_I2C_INFINEON=y
>>> CONFIG_I2C=y
>>> CONFIG_I2C_MUX=y
>>> CONFIG_I2C_ARB_GPIO_CHALLENGE=y
>>> +CONFIG_I2C_EXYNOS5=y
>>> CONFIG_I2C_S3C2410=y
>>> CONFIG_DEBUG_GPIO=y
>>> # CONFIG_HWMON is not set
>>>
>> Kukjin,
>>
>> Please consider picking this patch when you plan to update
>> exynos_defconfig. With this change on upstream kernel, we are able to
>> get Arndale_Octa board to boot and mount an MMC partition successfully.
>>
> Oh, OK.
>
> BTW, basically the boot should be fine with/without selecting
The boot is just fine. Just that, we can't use the MMC partition to
mount rootfs.
> I2C_EXYNOS5...or if the config is required always for arndale_octa board, it
> should be enabled without any manual selecting. I think, it means this is
> just temporal solution not right approach to fix the problem..
>
I don't see any reason why HS-I2C support not be enabled by default on
exynos_defconfig. On many boards,the regulators are connected HS-I2C bus
and without this option enabled the regulators don't come by default.
If you have any reason why this is not the right approach to fix the
problem, please let us know.
> I need to look at the codes...
>
> Thanks,
> Kukjin
>
--
Tushar Behera
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-04-28 3:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04 12:22 [PATCH 1/1] ARM: exynos_defconfig: Enable HS-I2C Sachin Kamat
2014-04-24 8:02 ` Tushar Behera
2014-04-26 11:14 ` Kukjin Kim
2014-04-28 3:56 ` Tushar Behera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox