Re: [RESEND PATCH v2] arm: mvebu: Power up 2nd SATA port for Thecus N2350

2023-02-13 Thread Stefan Roese
On 2/7/23 02:00, Tony Dinh wrote: Currently, only the 1st SATA port is powered up (by GPIO1 12). Add GPIO1 13 in board initialization to power up the 2nd SATA port. Note that this patch depends on the initial add-support patch: https://patchwork.ozlabs.org/project/uboot/patch/20230201231306.7010

Re: [RESEND PATCH v2] arm: mvebu: Power up 2nd SATA port for Thecus N2350

2023-02-07 Thread Stefan Roese
On 2/7/23 02:00, Tony Dinh wrote: Currently, only the 1st SATA port is powered up (by GPIO1 12). Add GPIO1 13 in board initialization to power up the 2nd SATA port. Note that this patch depends on the initial add-support patch: https://patchwork.ozlabs.org/project/uboot/patch/20230201231306.7010

[RESEND PATCH v2] arm: mvebu: Power up 2nd SATA port for Thecus N2350

2023-02-06 Thread Tony Dinh
Currently, only the 1st SATA port is powered up (by GPIO1 12). Add GPIO1 13 in board initialization to power up the 2nd SATA port. Note that this patch depends on the initial add-support patch: https://patchwork.ozlabs.org/project/uboot/patch/20230201231306.7010-1-mibo...@gmail.com/ Signed-off-by