All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: Odroid XU3: Enable driver I2C support for OdroidXU3
@ 2019-02-24 12:41 Anand Moon
  2019-02-24 21:16 ` Lukasz Majewski
  2019-02-25  8:42 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Anand Moon @ 2019-02-24 12:41 UTC (permalink / raw)
  To: u-boot

This commit enables support for I2C S3C424X0 driver.

Signed-off-by: Anand Moon <linux.amoon@gmail.com>
---

ODROID-XU3 # i2c bus
Bus 0:  i2c at 12C60000
Bus 1:  i2c at 12C70000
Bus 2:  i2c at 12C80000
Bus 3:  i2c at 12C90000
Bus 4:  i2c at 12CA0000  (active 4)
   66: s2mps11_pmic at 66, offset len 1, flags 0
Bus 5:  i2c at 12CB0000
Bus 6:  i2c at 12CC0000
Bus 7:  i2c at 12CD0000
Bus 8:  i2c at 12E00000
Bus 9:  i2c at 12E10000
Bus 10: i2c at 12E20000
---
 configs/odroid-xu3_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig
index e35f8d6dde..441ce0fa76 100644
--- a/configs/odroid-xu3_defconfig
+++ b/configs/odroid-xu3_defconfig
@@ -33,6 +33,7 @@ CONFIG_ADC=y
 CONFIG_ADC_EXYNOS=y
 CONFIG_DFU_MMC=y
 CONFIG_MMC_DW=y
+CONFIG_SYS_I2C_S3C24X0=y
 CONFIG_SMC911X=y
 CONFIG_SMC911X_BASE=0x5000000
 CONFIG_DM_PMIC=y
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] ARM: Odroid XU3: Enable driver I2C support for OdroidXU3
  2019-02-24 12:41 [U-Boot] [PATCH] ARM: Odroid XU3: Enable driver I2C support for OdroidXU3 Anand Moon
@ 2019-02-24 21:16 ` Lukasz Majewski
  2019-02-25  8:42 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 4+ messages in thread
From: Lukasz Majewski @ 2019-02-24 21:16 UTC (permalink / raw)
  To: u-boot

On Sun, 24 Feb 2019 18:11:34 +0530
Anand Moon <linux.amoon@gmail.com> wrote:

> This commit enables support for I2C S3C424X0 driver.
> 
> Signed-off-by: Anand Moon <linux.amoon@gmail.com>
> ---
> 
> ODROID-XU3 # i2c bus
> Bus 0:  i2c at 12C60000
> Bus 1:  i2c at 12C70000
> Bus 2:  i2c at 12C80000
> Bus 3:  i2c at 12C90000
> Bus 4:  i2c at 12CA0000  (active 4)
>    66: s2mps11_pmic at 66, offset len 1, flags 0
> Bus 5:  i2c at 12CB0000
> Bus 6:  i2c at 12CC0000
> Bus 7:  i2c at 12CD0000
> Bus 8:  i2c at 12E00000
> Bus 9:  i2c at 12E10000
> Bus 10: i2c at 12E20000
> ---
>  configs/odroid-xu3_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/odroid-xu3_defconfig
> b/configs/odroid-xu3_defconfig index e35f8d6dde..441ce0fa76 100644
> --- a/configs/odroid-xu3_defconfig
> +++ b/configs/odroid-xu3_defconfig
> @@ -33,6 +33,7 @@ CONFIG_ADC=y
>  CONFIG_ADC_EXYNOS=y
>  CONFIG_DFU_MMC=y
>  CONFIG_MMC_DW=y
> +CONFIG_SYS_I2C_S3C24X0=y
>  CONFIG_SMC911X=y
>  CONFIG_SMC911X_BASE=0x5000000
>  CONFIG_DM_PMIC=y

Acked-by: Lukasz Majewski <lukma@denx.de>


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190224/23582654/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] ARM: Odroid XU3: Enable driver I2C support for OdroidXU3
  2019-02-24 12:41 [U-Boot] [PATCH] ARM: Odroid XU3: Enable driver I2C support for OdroidXU3 Anand Moon
  2019-02-24 21:16 ` Lukasz Majewski
@ 2019-02-25  8:42 ` Krzysztof Kozlowski
  2019-03-12  6:59   ` Minkyu Kang
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2019-02-25  8:42 UTC (permalink / raw)
  To: u-boot

On Sun, 24 Feb 2019 at 13:41, Anand Moon <linux.amoon@gmail.com> wrote:
>
> This commit enables support for I2C S3C424X0 driver.
>
> Signed-off-by: Anand Moon <linux.amoon@gmail.com>
> ---
>
> ODROID-XU3 # i2c bus
> Bus 0:  i2c at 12C60000
> Bus 1:  i2c at 12C70000
> Bus 2:  i2c at 12C80000
> Bus 3:  i2c at 12C90000
> Bus 4:  i2c at 12CA0000  (active 4)
>    66: s2mps11_pmic at 66, offset len 1, flags 0
> Bus 5:  i2c at 12CB0000
> Bus 6:  i2c at 12CC0000
> Bus 7:  i2c at 12CD0000
> Bus 8:  i2c at 12E00000
> Bus 9:  i2c at 12E10000
> Bus 10: i2c at 12E20000

But that's exactly the same output as without this patch...

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] ARM: Odroid XU3: Enable driver I2C support for OdroidXU3
  2019-02-25  8:42 ` Krzysztof Kozlowski
@ 2019-03-12  6:59   ` Minkyu Kang
  0 siblings, 0 replies; 4+ messages in thread
From: Minkyu Kang @ 2019-03-12  6:59 UTC (permalink / raw)
  To: u-boot

On 25/02/2019 17:42, Krzysztof Kozlowski wrote:
> On Sun, 24 Feb 2019 at 13:41, Anand Moon <linux.amoon@gmail.com> wrote:
>>
>> This commit enables support for I2C S3C424X0 driver.
>>
>> Signed-off-by: Anand Moon <linux.amoon@gmail.com>
>> ---
>>
>> ODROID-XU3 # i2c bus
>> Bus 0:  i2c at 12C60000
>> Bus 1:  i2c at 12C70000
>> Bus 2:  i2c at 12C80000
>> Bus 3:  i2c at 12C90000
>> Bus 4:  i2c at 12CA0000  (active 4)
>>    66: s2mps11_pmic at 66, offset len 1, flags 0
>> Bus 5:  i2c at 12CB0000
>> Bus 6:  i2c at 12CC0000
>> Bus 7:  i2c at 12CD0000
>> Bus 8:  i2c at 12E00000
>> Bus 9:  i2c at 12E10000
>> Bus 10: i2c at 12E20000
> 
> But that's exactly the same output as without this patch...
> 
> Best regards,
> Krzysztof
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-12  6:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-24 12:41 [U-Boot] [PATCH] ARM: Odroid XU3: Enable driver I2C support for OdroidXU3 Anand Moon
2019-02-24 21:16 ` Lukasz Majewski
2019-02-25  8:42 ` Krzysztof Kozlowski
2019-03-12  6:59   ` Minkyu Kang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.