Re: [PATCH v2 01/22] sunxi: remove CONFIG_SATAPWR

2023-10-21 Thread Samuel Holland
On 10/21/23 18:27, Andre Przywara wrote: > On Thu, 19 Oct 2023 18:51:30 -0500 > Samuel Holland wrote: > > Hi Samuel, > > thanks for having a look! > >> On 9/28/23 16:54, Andre Przywara wrote: >>> The CONFIG_SATAPWR Kconfig symbol was used to point to a GPIO that >>> enables the power for a SATA

Re: [PATCH v2 01/22] sunxi: remove CONFIG_SATAPWR

2023-10-21 Thread Andre Przywara
On Thu, 19 Oct 2023 18:51:30 -0500 Samuel Holland wrote: Hi Samuel, thanks for having a look! > On 9/28/23 16:54, 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 targ

Re: [PATCH v2 01/22] sunxi: remove CONFIG_SATAPWR

2023-10-19 Thread Samuel Holland
On 9/28/23 16:54, 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 need SATA >

[PATCH v2 01/22] sunxi: remove CONFIG_SATAPWR

2023-09-28 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 AHC