Re: [PATCH] arm: mvebu: turris_omnia: Set ETHPRIME to DT alias

2022-07-21 Thread Stefan Roese
On 15.07.22 10:16, Pali Rohár wrote: CONFIG_ETHPRIME can be set to DT node name or alias which refers to DT node. Define ethernet aliases and set ETHPRIME to eth2 which refers to WAN ethernet port. This removes hardcoded DT node name from U-Boot configuration file. Signed-off-by: Pali Rohár A

Re: [PATCH] arm: mvebu: turris_omnia: Set ETHPRIME to DT alias

2022-07-18 Thread Stefan Roese
On 15.07.22 10:16, Pali Rohár wrote: CONFIG_ETHPRIME can be set to DT node name or alias which refers to DT node. Define ethernet aliases and set ETHPRIME to eth2 which refers to WAN ethernet port. This removes hardcoded DT node name from U-Boot configuration file. Signed-off-by: Pali Rohár R

Re: [PATCH] arm: mvebu: turris_omnia: Set ETHPRIME to DT alias

2022-07-15 Thread Pali Rohár
On Friday 15 July 2022 10:37:13 Marek Behún wrote: > On Fri, 15 Jul 2022 10:16:00 +0200 > Pali Rohár wrote: > > > CONFIG_ETHPRIME can be set to DT node name or alias which refers to DT > > node. Define ethernet aliases and set ETHPRIME to eth2 which refers to WAN > > ethernet port. This removes h

Re: [PATCH] arm: mvebu: turris_omnia: Set ETHPRIME to DT alias

2022-07-15 Thread Marek Behún
On Fri, 15 Jul 2022 10:16:00 +0200 Pali Rohár wrote: > CONFIG_ETHPRIME can be set to DT node name or alias which refers to DT > node. Define ethernet aliases and set ETHPRIME to eth2 which refers to WAN > ethernet port. This removes hardcoded DT node name from U-Boot > configuration file. > > Si