All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] rockchip: lion-rk3368: defconfig: select PHY_MICREL_KSZ90X1
@ 2017-10-30 13:44 Philipp Tomsich
  2017-10-30 13:44 ` [U-Boot] [PATCH 2/2] rockchip: puma-rk3399: " Philipp Tomsich
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Philipp Tomsich @ 2017-10-30 13:44 UTC (permalink / raw)
  To: u-boot

The RK3368-uQ7 uses a KSZ9031 PHY on-module.  Enable PHY_MICREL_KSZ90X1
in the associated defconfig.

References: da3b9e7f ("Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig")
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
---

 configs/lion-rk3368_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/lion-rk3368_defconfig b/configs/lion-rk3368_defconfig
index 959180c..8dae75c 100644
--- a/configs/lion-rk3368_defconfig
+++ b/configs/lion-rk3368_defconfig
@@ -67,6 +67,7 @@ CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_MACRONIX=y
 CONFIG_SPI_FLASH_WINBOND=y
 CONFIG_PHY_MICREL=y
+CONFIG_PHY_MICREL_KSZ90X1=y
 CONFIG_DM_ETH=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_RGMII=y
-- 
2.1.4

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

* [U-Boot] [PATCH 2/2] rockchip: puma-rk3399: defconfig: select PHY_MICREL_KSZ90X1
  2017-10-30 13:44 [U-Boot] [PATCH 1/2] rockchip: lion-rk3368: defconfig: select PHY_MICREL_KSZ90X1 Philipp Tomsich
@ 2017-10-30 13:44 ` Philipp Tomsich
  2017-10-31 21:52   ` [U-Boot] [U-Boot, " Philipp Tomsich
  2017-10-31 21:59   ` Philipp Tomsich
  2017-10-31 21:52 ` [U-Boot] [U-Boot, 1/2] rockchip: lion-rk3368: " Philipp Tomsich
  2017-10-31 21:59 ` Philipp Tomsich
  2 siblings, 2 replies; 6+ messages in thread
From: Philipp Tomsich @ 2017-10-30 13:44 UTC (permalink / raw)
  To: u-boot

The RK3368-uQ7 uses a KSZ9031 PHY on-module.  Enable PHY_MICREL_KSZ90X1
in the associated defconfig (this somehow got lost with da3b9e7f).

References: da3b9e7f ("Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig")
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
---

 configs/puma-rk3399_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig
index d8b24f1..ebbf8a9 100644
--- a/configs/puma-rk3399_defconfig
+++ b/configs/puma-rk3399_defconfig
@@ -57,6 +57,7 @@ CONFIG_MMC_SDHCI_ROCKCHIP=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_WINBOND=y
 CONFIG_PHY_MICREL=y
+CONFIG_PHY_MICREL_KSZ90X1=y
 CONFIG_DM_ETH=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_GMAC_ROCKCHIP=y
-- 
2.1.4

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

* [U-Boot] [U-Boot, 1/2] rockchip: lion-rk3368: defconfig: select PHY_MICREL_KSZ90X1
  2017-10-30 13:44 [U-Boot] [PATCH 1/2] rockchip: lion-rk3368: defconfig: select PHY_MICREL_KSZ90X1 Philipp Tomsich
  2017-10-30 13:44 ` [U-Boot] [PATCH 2/2] rockchip: puma-rk3399: " Philipp Tomsich
@ 2017-10-31 21:52 ` Philipp Tomsich
  2017-10-31 21:59 ` Philipp Tomsich
  2 siblings, 0 replies; 6+ messages in thread
From: Philipp Tomsich @ 2017-10-31 21:52 UTC (permalink / raw)
  To: u-boot

> The RK3368-uQ7 uses a KSZ9031 PHY on-module.  Enable PHY_MICREL_KSZ90X1
> in the associated defconfig.
> 
> References: da3b9e7f ("Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig")
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
>  configs/lion-rk3368_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

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

* [U-Boot] [U-Boot, 2/2] rockchip: puma-rk3399: defconfig: select PHY_MICREL_KSZ90X1
  2017-10-30 13:44 ` [U-Boot] [PATCH 2/2] rockchip: puma-rk3399: " Philipp Tomsich
@ 2017-10-31 21:52   ` Philipp Tomsich
  2017-10-31 21:59   ` Philipp Tomsich
  1 sibling, 0 replies; 6+ messages in thread
From: Philipp Tomsich @ 2017-10-31 21:52 UTC (permalink / raw)
  To: u-boot

> The RK3368-uQ7 uses a KSZ9031 PHY on-module.  Enable PHY_MICREL_KSZ90X1
> in the associated defconfig (this somehow got lost with da3b9e7f).
> 
> References: da3b9e7f ("Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig")
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
>  configs/puma-rk3399_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

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

* [U-Boot] [U-Boot, 1/2] rockchip: lion-rk3368: defconfig: select PHY_MICREL_KSZ90X1
  2017-10-30 13:44 [U-Boot] [PATCH 1/2] rockchip: lion-rk3368: defconfig: select PHY_MICREL_KSZ90X1 Philipp Tomsich
  2017-10-30 13:44 ` [U-Boot] [PATCH 2/2] rockchip: puma-rk3399: " Philipp Tomsich
  2017-10-31 21:52 ` [U-Boot] [U-Boot, 1/2] rockchip: lion-rk3368: " Philipp Tomsich
@ 2017-10-31 21:59 ` Philipp Tomsich
  2 siblings, 0 replies; 6+ messages in thread
From: Philipp Tomsich @ 2017-10-31 21:59 UTC (permalink / raw)
  To: u-boot

> The RK3368-uQ7 uses a KSZ9031 PHY on-module.  Enable PHY_MICREL_KSZ90X1
> in the associated defconfig.
> 
> References: da3b9e7f ("Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig")
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
>  configs/lion-rk3368_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied to u-boot-rockchip, thanks!

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

* [U-Boot] [U-Boot, 2/2] rockchip: puma-rk3399: defconfig: select PHY_MICREL_KSZ90X1
  2017-10-30 13:44 ` [U-Boot] [PATCH 2/2] rockchip: puma-rk3399: " Philipp Tomsich
  2017-10-31 21:52   ` [U-Boot] [U-Boot, " Philipp Tomsich
@ 2017-10-31 21:59   ` Philipp Tomsich
  1 sibling, 0 replies; 6+ messages in thread
From: Philipp Tomsich @ 2017-10-31 21:59 UTC (permalink / raw)
  To: u-boot

> The RK3368-uQ7 uses a KSZ9031 PHY on-module.  Enable PHY_MICREL_KSZ90X1
> in the associated defconfig (this somehow got lost with da3b9e7f).
> 
> References: da3b9e7f ("Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig")
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
>  configs/puma-rk3399_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied to u-boot-rockchip, thanks!

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

end of thread, other threads:[~2017-10-31 21:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-30 13:44 [U-Boot] [PATCH 1/2] rockchip: lion-rk3368: defconfig: select PHY_MICREL_KSZ90X1 Philipp Tomsich
2017-10-30 13:44 ` [U-Boot] [PATCH 2/2] rockchip: puma-rk3399: " Philipp Tomsich
2017-10-31 21:52   ` [U-Boot] [U-Boot, " Philipp Tomsich
2017-10-31 21:59   ` Philipp Tomsich
2017-10-31 21:52 ` [U-Boot] [U-Boot, 1/2] rockchip: lion-rk3368: " Philipp Tomsich
2017-10-31 21:59 ` Philipp Tomsich

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.