All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: Orange Pi Win: enable ethernet
@ 2020-01-26 12:38 Jernej Skrabec
  2020-01-26 14:03 ` Jagan Teki
  0 siblings, 1 reply; 4+ messages in thread
From: Jernej Skrabec @ 2020-01-26 12:38 UTC (permalink / raw)
  To: u-boot

Orange Pi Win has gigabit ethernet port, but default U-Boot
configuration for that board didn't enable it.

Fix that.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
---
 configs/orangepi_win_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/orangepi_win_defconfig b/configs/orangepi_win_defconfig
index ad74febe10..7a713ff0e2 100644
--- a/configs/orangepi_win_defconfig
+++ b/configs/orangepi_win_defconfig
@@ -3,6 +3,7 @@ CONFIG_ARCH_SUNXI=y
 CONFIG_NR_DRAM_BANKS=1
 CONFIG_SPL=y
 CONFIG_MACH_SUN50I=y
+CONFIG_MACPWR="PD14"
 CONFIG_RESERVE_ALLWINNER_BOOT0_HEADER=y
 CONFIG_SPL_SPI_SUNXI=y
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
@@ -12,6 +13,7 @@ CONFIG_SYS_SPI_U_BOOT_OFFS=0x8000
 # CONFIG_SPL_EFI_PARTITION is not set
 CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-orangepi-win"
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
+CONFIG_PHY_REALTEK=y
 CONFIG_SUN8I_EMAC=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_OHCI_HCD=y
-- 
2.25.0

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

* [PATCH] configs: Orange Pi Win: enable ethernet
  2020-01-26 12:38 [PATCH] configs: Orange Pi Win: enable ethernet Jernej Skrabec
@ 2020-01-26 14:03 ` Jagan Teki
  2020-01-26 14:12   ` Jernej Škrabec
  0 siblings, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2020-01-26 14:03 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 26, 2020 at 6:09 PM Jernej Skrabec <jernej.skrabec@siol.net> wrote:
>
> Orange Pi Win has gigabit ethernet port, but default U-Boot
> configuration for that board didn't enable it.
>
> Fix that.

The missing one is ethernet phy not the ethernet since sun8i_emac
already enabled? if agree I will update commit message while applying?

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

* [PATCH] configs: Orange Pi Win: enable ethernet
  2020-01-26 14:03 ` Jagan Teki
@ 2020-01-26 14:12   ` Jernej Škrabec
  2020-01-26 15:30     ` Jagan Teki
  0 siblings, 1 reply; 4+ messages in thread
From: Jernej Škrabec @ 2020-01-26 14:12 UTC (permalink / raw)
  To: u-boot

Dne nedelja, 26. januar 2020 ob 15:03:55 CET je Jagan Teki napisal(a):
> On Sun, Jan 26, 2020 at 6:09 PM Jernej Skrabec <jernej.skrabec@siol.net> 
wrote:
> > Orange Pi Win has gigabit ethernet port, but default U-Boot
> > configuration for that board didn't enable it.
> > 
> > Fix that.
> 
> The missing one is ethernet phy not the ethernet since sun8i_emac
> already enabled? if agree I will update commit message while applying?

Agreed, thank you.

Best regards,
Jernej

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

* [PATCH] configs: Orange Pi Win: enable ethernet
  2020-01-26 14:12   ` Jernej Škrabec
@ 2020-01-26 15:30     ` Jagan Teki
  0 siblings, 0 replies; 4+ messages in thread
From: Jagan Teki @ 2020-01-26 15:30 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 26, 2020 at 7:42 PM Jernej Å krabec <jernej.skrabec@siol.net> wrote:
>
> Dne nedelja, 26. januar 2020 ob 15:03:55 CET je Jagan Teki napisal(a):
> > On Sun, Jan 26, 2020 at 6:09 PM Jernej Skrabec <jernej.skrabec@siol.net>
> wrote:
> > > Orange Pi Win has gigabit ethernet port, but default U-Boot
> > > configuration for that board didn't enable it.
> > >
> > > Fix that.
> >
> > The missing one is ethernet phy not the ethernet since sun8i_emac
> > already enabled? if agree I will update commit message while applying?
>
> Agreed, thank you.

Applied to u-boot-sunxi/master

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

end of thread, other threads:[~2020-01-26 15:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-26 12:38 [PATCH] configs: Orange Pi Win: enable ethernet Jernej Skrabec
2020-01-26 14:03 ` Jagan Teki
2020-01-26 14:12   ` Jernej Škrabec
2020-01-26 15:30     ` Jagan Teki

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.