* [PATCH] board: amlogic: enable PHY_REALTEK for selected boards
@ 2019-04-10 14:46 ` Neil Armstrong
0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2019-04-10 14:46 UTC (permalink / raw)
To: u-boot; +Cc: Neil Armstrong, u-boot-amlogic, baylibre-upstreaming
When using the generic PHY on boards using an RGMII Realtek PHY,
gigabit speed is not always reliable.
This patch enables the Realtek PHY driver for such boards.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
configs/khadas-vim2_defconfig | 1 +
configs/nanopi-k2_defconfig | 1 +
configs/odroid-c2_defconfig | 1 +
configs/s400_defconfig | 1 +
4 files changed, 4 insertions(+)
diff --git a/configs/khadas-vim2_defconfig b/configs/khadas-vim2_defconfig
index 080dd19590..f7fb9338e2 100644
--- a/configs/khadas-vim2_defconfig
+++ b/configs/khadas-vim2_defconfig
@@ -31,6 +31,7 @@ CONFIG_MMC_MESON_GX=y
CONFIG_MTD=y
CONFIG_DM_ETH=y
CONFIG_ETH_DESIGNWARE=y
+CONFIG_PHY_REALTEK=y
CONFIG_PHY=y
CONFIG_MESON_GXL_USB_PHY=y
CONFIG_PINCTRL=y
diff --git a/configs/nanopi-k2_defconfig b/configs/nanopi-k2_defconfig
index 8bbf48f41f..106c5c0193 100644
--- a/configs/nanopi-k2_defconfig
+++ b/configs/nanopi-k2_defconfig
@@ -28,6 +28,7 @@ CONFIG_DM_MMC=y
CONFIG_MMC_MESON_GX=y
CONFIG_DM_ETH=y
CONFIG_ETH_DESIGNWARE=y
+CONFIG_PHY_REALTEK=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_MESON_GXBB=y
CONFIG_DM_REGULATOR=y
diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
index 747da184b3..91baddbb60 100644
--- a/configs/odroid-c2_defconfig
+++ b/configs/odroid-c2_defconfig
@@ -29,6 +29,7 @@ CONFIG_DM_MMC=y
CONFIG_MMC_MESON_GX=y
CONFIG_DM_ETH=y
CONFIG_ETH_DESIGNWARE=y
+CONFIG_PHY_REALTEK=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_MESON_GXBB=y
CONFIG_DM_REGULATOR=y
diff --git a/configs/s400_defconfig b/configs/s400_defconfig
index 1bd4b7127b..9b8448e003 100644
--- a/configs/s400_defconfig
+++ b/configs/s400_defconfig
@@ -26,6 +26,7 @@ CONFIG_DM_MMC=y
CONFIG_MMC_MESON_GX=y
CONFIG_DM_ETH=y
CONFIG_ETH_DESIGNWARE=y
+CONFIG_PHY_REALTEK=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_MESON_AXG=y
CONFIG_DM_REGULATOR=y
--
2.21.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] board: amlogic: enable PHY_REALTEK for selected boards
@ 2019-04-10 14:46 ` Neil Armstrong
0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2019-04-10 14:46 UTC (permalink / raw)
To: u-boot
When using the generic PHY on boards using an RGMII Realtek PHY,
gigabit speed is not always reliable.
This patch enables the Realtek PHY driver for such boards.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
configs/khadas-vim2_defconfig | 1 +
configs/nanopi-k2_defconfig | 1 +
configs/odroid-c2_defconfig | 1 +
configs/s400_defconfig | 1 +
4 files changed, 4 insertions(+)
diff --git a/configs/khadas-vim2_defconfig b/configs/khadas-vim2_defconfig
index 080dd19590..f7fb9338e2 100644
--- a/configs/khadas-vim2_defconfig
+++ b/configs/khadas-vim2_defconfig
@@ -31,6 +31,7 @@ CONFIG_MMC_MESON_GX=y
CONFIG_MTD=y
CONFIG_DM_ETH=y
CONFIG_ETH_DESIGNWARE=y
+CONFIG_PHY_REALTEK=y
CONFIG_PHY=y
CONFIG_MESON_GXL_USB_PHY=y
CONFIG_PINCTRL=y
diff --git a/configs/nanopi-k2_defconfig b/configs/nanopi-k2_defconfig
index 8bbf48f41f..106c5c0193 100644
--- a/configs/nanopi-k2_defconfig
+++ b/configs/nanopi-k2_defconfig
@@ -28,6 +28,7 @@ CONFIG_DM_MMC=y
CONFIG_MMC_MESON_GX=y
CONFIG_DM_ETH=y
CONFIG_ETH_DESIGNWARE=y
+CONFIG_PHY_REALTEK=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_MESON_GXBB=y
CONFIG_DM_REGULATOR=y
diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
index 747da184b3..91baddbb60 100644
--- a/configs/odroid-c2_defconfig
+++ b/configs/odroid-c2_defconfig
@@ -29,6 +29,7 @@ CONFIG_DM_MMC=y
CONFIG_MMC_MESON_GX=y
CONFIG_DM_ETH=y
CONFIG_ETH_DESIGNWARE=y
+CONFIG_PHY_REALTEK=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_MESON_GXBB=y
CONFIG_DM_REGULATOR=y
diff --git a/configs/s400_defconfig b/configs/s400_defconfig
index 1bd4b7127b..9b8448e003 100644
--- a/configs/s400_defconfig
+++ b/configs/s400_defconfig
@@ -26,6 +26,7 @@ CONFIG_DM_MMC=y
CONFIG_MMC_MESON_GX=y
CONFIG_DM_ETH=y
CONFIG_ETH_DESIGNWARE=y
+CONFIG_PHY_REALTEK=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_MESON_AXG=y
CONFIG_DM_REGULATOR=y
--
2.21.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] board: amlogic: enable PHY_REALTEK for selected boards
2019-04-10 14:46 ` [U-Boot] " Neil Armstrong
@ 2019-04-23 9:29 ` Neil Armstrong
-1 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2019-04-23 9:29 UTC (permalink / raw)
To: u-boot; +Cc: u-boot-amlogic, baylibre-upstreaming
On 10/04/2019 16:46, Neil Armstrong wrote:
> When using the generic PHY on boards using an RGMII Realtek PHY,
> gigabit speed is not always reliable.
>
> This patch enables the Realtek PHY driver for such boards.
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
> configs/khadas-vim2_defconfig | 1 +
> configs/nanopi-k2_defconfig | 1 +
> configs/odroid-c2_defconfig | 1 +
> configs/s400_defconfig | 1 +
> 4 files changed, 4 insertions(+)
>
> diff --git a/configs/khadas-vim2_defconfig b/configs/khadas-vim2_defconfig
> index 080dd19590..f7fb9338e2 100644
> --- a/configs/khadas-vim2_defconfig
> +++ b/configs/khadas-vim2_defconfig
> @@ -31,6 +31,7 @@ CONFIG_MMC_MESON_GX=y
> CONFIG_MTD=y
> CONFIG_DM_ETH=y
> CONFIG_ETH_DESIGNWARE=y
> +CONFIG_PHY_REALTEK=y
> CONFIG_PHY=y
> CONFIG_MESON_GXL_USB_PHY=y
> CONFIG_PINCTRL=y
> diff --git a/configs/nanopi-k2_defconfig b/configs/nanopi-k2_defconfig
> index 8bbf48f41f..106c5c0193 100644
> --- a/configs/nanopi-k2_defconfig
> +++ b/configs/nanopi-k2_defconfig
> @@ -28,6 +28,7 @@ CONFIG_DM_MMC=y
> CONFIG_MMC_MESON_GX=y
> CONFIG_DM_ETH=y
> CONFIG_ETH_DESIGNWARE=y
> +CONFIG_PHY_REALTEK=y
> CONFIG_PINCTRL=y
> CONFIG_PINCTRL_MESON_GXBB=y
> CONFIG_DM_REGULATOR=y
> diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
> index 747da184b3..91baddbb60 100644
> --- a/configs/odroid-c2_defconfig
> +++ b/configs/odroid-c2_defconfig
> @@ -29,6 +29,7 @@ CONFIG_DM_MMC=y
> CONFIG_MMC_MESON_GX=y
> CONFIG_DM_ETH=y
> CONFIG_ETH_DESIGNWARE=y
> +CONFIG_PHY_REALTEK=y
> CONFIG_PINCTRL=y
> CONFIG_PINCTRL_MESON_GXBB=y
> CONFIG_DM_REGULATOR=y
> diff --git a/configs/s400_defconfig b/configs/s400_defconfig
> index 1bd4b7127b..9b8448e003 100644
> --- a/configs/s400_defconfig
> +++ b/configs/s400_defconfig
> @@ -26,6 +26,7 @@ CONFIG_DM_MMC=y
> CONFIG_MMC_MESON_GX=y
> CONFIG_DM_ETH=y
> CONFIG_ETH_DESIGNWARE=y
> +CONFIG_PHY_REALTEK=y
> CONFIG_PINCTRL=y
> CONFIG_PINCTRL_MESON_AXG=y
> CONFIG_DM_REGULATOR=y
>
Applied to u-boot-amlogic
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] board: amlogic: enable PHY_REALTEK for selected boards
@ 2019-04-23 9:29 ` Neil Armstrong
0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2019-04-23 9:29 UTC (permalink / raw)
To: u-boot
On 10/04/2019 16:46, Neil Armstrong wrote:
> When using the generic PHY on boards using an RGMII Realtek PHY,
> gigabit speed is not always reliable.
>
> This patch enables the Realtek PHY driver for such boards.
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
> configs/khadas-vim2_defconfig | 1 +
> configs/nanopi-k2_defconfig | 1 +
> configs/odroid-c2_defconfig | 1 +
> configs/s400_defconfig | 1 +
> 4 files changed, 4 insertions(+)
>
> diff --git a/configs/khadas-vim2_defconfig b/configs/khadas-vim2_defconfig
> index 080dd19590..f7fb9338e2 100644
> --- a/configs/khadas-vim2_defconfig
> +++ b/configs/khadas-vim2_defconfig
> @@ -31,6 +31,7 @@ CONFIG_MMC_MESON_GX=y
> CONFIG_MTD=y
> CONFIG_DM_ETH=y
> CONFIG_ETH_DESIGNWARE=y
> +CONFIG_PHY_REALTEK=y
> CONFIG_PHY=y
> CONFIG_MESON_GXL_USB_PHY=y
> CONFIG_PINCTRL=y
> diff --git a/configs/nanopi-k2_defconfig b/configs/nanopi-k2_defconfig
> index 8bbf48f41f..106c5c0193 100644
> --- a/configs/nanopi-k2_defconfig
> +++ b/configs/nanopi-k2_defconfig
> @@ -28,6 +28,7 @@ CONFIG_DM_MMC=y
> CONFIG_MMC_MESON_GX=y
> CONFIG_DM_ETH=y
> CONFIG_ETH_DESIGNWARE=y
> +CONFIG_PHY_REALTEK=y
> CONFIG_PINCTRL=y
> CONFIG_PINCTRL_MESON_GXBB=y
> CONFIG_DM_REGULATOR=y
> diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
> index 747da184b3..91baddbb60 100644
> --- a/configs/odroid-c2_defconfig
> +++ b/configs/odroid-c2_defconfig
> @@ -29,6 +29,7 @@ CONFIG_DM_MMC=y
> CONFIG_MMC_MESON_GX=y
> CONFIG_DM_ETH=y
> CONFIG_ETH_DESIGNWARE=y
> +CONFIG_PHY_REALTEK=y
> CONFIG_PINCTRL=y
> CONFIG_PINCTRL_MESON_GXBB=y
> CONFIG_DM_REGULATOR=y
> diff --git a/configs/s400_defconfig b/configs/s400_defconfig
> index 1bd4b7127b..9b8448e003 100644
> --- a/configs/s400_defconfig
> +++ b/configs/s400_defconfig
> @@ -26,6 +26,7 @@ CONFIG_DM_MMC=y
> CONFIG_MMC_MESON_GX=y
> CONFIG_DM_ETH=y
> CONFIG_ETH_DESIGNWARE=y
> +CONFIG_PHY_REALTEK=y
> CONFIG_PINCTRL=y
> CONFIG_PINCTRL_MESON_AXG=y
> CONFIG_DM_REGULATOR=y
>
Applied to u-boot-amlogic
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-04-23 9:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-10 14:46 [PATCH] board: amlogic: enable PHY_REALTEK for selected boards Neil Armstrong
2019-04-10 14:46 ` [U-Boot] " Neil Armstrong
2019-04-23 9:29 ` Neil Armstrong
2019-04-23 9:29 ` [U-Boot] " Neil Armstrong
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.