Re: [RFC PATCH 01/17] sunxi: remove CONFIG_SATAPWR

2022-12-14 Thread Samuel Holland
Andre, On 12/14/22 08:25, Andre Przywara wrote: > On Wed, 14 Dec 2022 02:37:12 -0600 Samuel Holland wrote: >> On 12/5/22 18:45, Andre Przywara wrote: >>> diff --git a/configs/Sinovoip_BPI_M3_defconfig >>> b/configs/Sinovoip_BPI_M3_defconfig >>> index ab70eff68eb..bcc8b1fba98 100644 >>> ---

Re: [RFC PATCH 01/17] sunxi: remove CONFIG_SATAPWR

2022-12-14 Thread Andre Przywara
On Wed, 14 Dec 2022 02:37:12 -0600 Samuel Holland wrote: Hi Samuel, many thanks for having a look! > On 12/5/22 18:45, Andre Przywara wrote: > > The CONFIG_SATAPWR Kconfig symbol was used to point to a GPIO that > > enables the power for a SATA harddisk. > > In the DT this is described with

Re: [RFC PATCH 01/17] sunxi: remove CONFIG_SATAPWR

2022-12-14 Thread Samuel Holland
Hi Andre, On 12/5/22 18:45, Andre Przywara wrote: > The CONFIG_SATAPWR Kconfig symbol was used to point to a GPIO that > enables the power for a SATA harddisk. > In the DT this is described with the target-supply property in the AHCI > DT node, pointing to a (GPIO controlled) regulator. Since we

[RFC PATCH 01/17] sunxi: remove CONFIG_SATAPWR

2022-12-05 Thread Andre Przywara
The CONFIG_SATAPWR Kconfig symbol was used to point to a GPIO that enables the power for a SATA harddisk. In the DT this is described with the target-supply property in the AHCI DT node, pointing to a (GPIO controlled) regulator. Since we need SATA only in U-Boot proper, and use a DM driver for