diff mbox series

[U-Boot,1/2] rockchip: lion-rk3368: defconfig: select PHY_MICREL_KSZ90X1

Message ID 1509371095-11117-1-git-send-email-philipp.tomsich@theobroma-systems.com
State Accepted
Commit ed6be4fcdfd4db56081e366c40dee7c3fb19ef59
Delegated to: Philipp Tomsich
Headers show
Series [U-Boot,1/2] rockchip: lion-rk3368: defconfig: select PHY_MICREL_KSZ90X1 | expand

Commit Message

Philipp Tomsich Oct. 30, 2017, 1:44 p.m. UTC
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(+)

Comments

Philipp Tomsich Oct. 31, 2017, 9:52 p.m. UTC | #1
> 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>
Philipp Tomsich Oct. 31, 2017, 9:59 p.m. UTC | #2
> 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!
diff mbox series

Patch

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