All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] riscv: defconfig: spacemit: enable i2c driver for K1 SoC
       [not found] <CGME20260603082338eucas1p2ec88154477479bf0547e5221e0919b07@eucas1p2.samsung.com>
@ 2026-06-03  8:23   ` Marek Szyprowski
  0 siblings, 0 replies; 4+ messages in thread
From: Marek Szyprowski @ 2026-06-03  8:23 UTC (permalink / raw)
  To: linux-riscv, spacemit
  Cc: Marek Szyprowski, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Alexandre Ghiti, Yixun Lan

Enable K1 SoC I2C driver to properly probe PMIC chip on BananaPiF3 board.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
---
 arch/riscv/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index c2c37327b987..08445df56006 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -157,6 +157,7 @@ CONFIG_HW_RANDOM_JH7110=m
 CONFIG_I2C=y
 CONFIG_I2C_CHARDEV=m
 CONFIG_I2C_DESIGNWARE_CORE=y
+CONFIG_I2C_K1=y
 CONFIG_I2C_MV64XXX=m
 CONFIG_SPI=y
 CONFIG_SPI_CADENCE_QUADSPI=m
-- 
2.34.1


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

* [PATCH] riscv: defconfig: spacemit: enable i2c driver for K1 SoC
@ 2026-06-03  8:23   ` Marek Szyprowski
  0 siblings, 0 replies; 4+ messages in thread
From: Marek Szyprowski @ 2026-06-03  8:23 UTC (permalink / raw)
  To: linux-riscv, spacemit
  Cc: Marek Szyprowski, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Alexandre Ghiti, Yixun Lan

Enable K1 SoC I2C driver to properly probe PMIC chip on BananaPiF3 board.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
---
 arch/riscv/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index c2c37327b987..08445df56006 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -157,6 +157,7 @@ CONFIG_HW_RANDOM_JH7110=m
 CONFIG_I2C=y
 CONFIG_I2C_CHARDEV=m
 CONFIG_I2C_DESIGNWARE_CORE=y
+CONFIG_I2C_K1=y
 CONFIG_I2C_MV64XXX=m
 CONFIG_SPI=y
 CONFIG_SPI_CADENCE_QUADSPI=m
-- 
2.34.1


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* Re: [PATCH] riscv: defconfig: spacemit: enable i2c driver for K1 SoC
  2026-06-03  8:23   ` Marek Szyprowski
@ 2026-06-03 15:00     ` Yixun Lan
  -1 siblings, 0 replies; 4+ messages in thread
From: Yixun Lan @ 2026-06-03 15:00 UTC (permalink / raw)
  To: Marek Szyprowski
  Cc: linux-riscv, spacemit, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Alexandre Ghiti

Hi Marek,

On 10:23 Wed 03 Jun     , Marek Szyprowski wrote:
> Enable K1 SoC I2C driver to properly probe PMIC chip on BananaPiF3 board.
> 
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
>  arch/riscv/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
> index c2c37327b987..08445df56006 100644
> --- a/arch/riscv/configs/defconfig
> +++ b/arch/riscv/configs/defconfig
> @@ -157,6 +157,7 @@ CONFIG_HW_RANDOM_JH7110=m
>  CONFIG_I2C=y
>  CONFIG_I2C_CHARDEV=m
>  CONFIG_I2C_DESIGNWARE_CORE=y
> +CONFIG_I2C_K1=y
We've got one patch already which try to solve it in another way..
https://lore.kernel.org/all/20260526-orangepi-sd-card-i2c-v1-1-b92268bfd467@gmail.com/

-- 
Yixun Lan (dlan)

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

* Re: [PATCH] riscv: defconfig: spacemit: enable i2c driver for K1 SoC
@ 2026-06-03 15:00     ` Yixun Lan
  0 siblings, 0 replies; 4+ messages in thread
From: Yixun Lan @ 2026-06-03 15:00 UTC (permalink / raw)
  To: Marek Szyprowski
  Cc: linux-riscv, spacemit, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Alexandre Ghiti

Hi Marek,

On 10:23 Wed 03 Jun     , Marek Szyprowski wrote:
> Enable K1 SoC I2C driver to properly probe PMIC chip on BananaPiF3 board.
> 
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
>  arch/riscv/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
> index c2c37327b987..08445df56006 100644
> --- a/arch/riscv/configs/defconfig
> +++ b/arch/riscv/configs/defconfig
> @@ -157,6 +157,7 @@ CONFIG_HW_RANDOM_JH7110=m
>  CONFIG_I2C=y
>  CONFIG_I2C_CHARDEV=m
>  CONFIG_I2C_DESIGNWARE_CORE=y
> +CONFIG_I2C_K1=y
We've got one patch already which try to solve it in another way..
https://lore.kernel.org/all/20260526-orangepi-sd-card-i2c-v1-1-b92268bfd467@gmail.com/

-- 
Yixun Lan (dlan)

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2026-06-03 15:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20260603082338eucas1p2ec88154477479bf0547e5221e0919b07@eucas1p2.samsung.com>
2026-06-03  8:23 ` [PATCH] riscv: defconfig: spacemit: enable i2c driver for K1 SoC Marek Szyprowski
2026-06-03  8:23   ` Marek Szyprowski
2026-06-03 15:00   ` Yixun Lan
2026-06-03 15:00     ` Yixun Lan

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.