Re: [PATCH 02/20] sunxi: remove CONFIG_MACPWR

2023-08-09 Thread Sam Edwards
Hi Andre, Ditto my response to the previous patch. On 7/21/23 07:45, Andre Przywara wrote: The CONFIG_MACPWR Kconfig symbol is used to point to a GPIO that enables the power for the Ethernet "MAC" (mostly PHY, really). In the DT this is described with the phy-supply property in the MAC DT

Re: [PATCH 02/20] sunxi: remove CONFIG_MACPWR

2023-07-26 Thread Andre Przywara
Hi Sam, On 25/07/2023 22:21, Sam Edwards wrote: Hi Andre, Series looks good so far! I'm trying to move my testing build over to it now; I will report back when I've been running on it for a little bit. Cool, thanks! On 7/21/23 07:45, Andre Przywara wrote: diff --git

Re: [PATCH 02/20] sunxi: remove CONFIG_MACPWR

2023-07-25 Thread Sam Edwards
Hi Andre, Series looks good so far! I'm trying to move my testing build over to it now; I will report back when I've been running on it for a little bit. On 7/21/23 07:45, Andre Przywara wrote: diff --git a/board/sunxi/board.c b/board/sunxi/board.c index 7ac50c4ae8c..2db4a2d73ca 100644 ---

[PATCH 02/20] sunxi: remove CONFIG_MACPWR

2023-07-21 Thread Andre Przywara
The CONFIG_MACPWR Kconfig symbol is used to point to a GPIO that enables the power for the Ethernet "MAC" (mostly PHY, really). In the DT this is described with the phy-supply property in the MAC DT node, pointing to a (GPIO controlled) regulator. Since we need Ethernet only in U-Boot proper, and