]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: Power up 2nd SATA port for Thecus N2350
authorTony Dinh <mibodhi@gmail.com>
Tue, 7 Feb 2023 01:00:11 +0000 (17:00 -0800)
committerStefan Roese <sr@denx.de>
Mon, 13 Feb 2023 09:14:50 +0000 (10:14 +0100)
commit384e2d396c378063749849739e6b528be59c4071
tree7197de51a54ce0e48d284139767cc74c7ade6b9d
parent0ca42c18a86dcf423e079f0d4a163c5d1c190beb
arm: mvebu: Power up 2nd SATA port for Thecus N2350

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-mibodhi@gmail.com/

Signed-off-by: Tony Dinh <mibodhi@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
board/thecus/n2350/n2350.c