]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sunxi/ahci.c
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
[karo-tx-uboot.git] / board / sunxi / ahci.c
index 0c262eabb754785ca4a53064e47af53feee1d820..5e123285b03d2d8a8fb29b6c2712d11bf4fa1df5 100644 (file)
@@ -74,6 +74,7 @@ void scsi_init(void)
 {
        printf("SUNXI SCSI INIT\n");
 #ifdef CONFIG_SATAPWR
+       gpio_request(CONFIG_SATAPWR, "satapwr");
        gpio_direction_output(CONFIG_SATAPWR, 1);
 #endif