summaryrefslogtreecommitdiff
path: root/firmware/drivers/power.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/power.c')
-rw-r--r--firmware/drivers/power.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/drivers/power.c b/firmware/drivers/power.c
index 66e479e1ce..57b82844bb 100644
--- a/firmware/drivers/power.c
+++ b/firmware/drivers/power.c
@@ -67,7 +67,9 @@ void power_init(void)
67 GPIO1_OUT |= 0x00080000; 67 GPIO1_OUT |= 0x00080000;
68 GPIO1_ENABLE |= 0x00080000; 68 GPIO1_ENABLE |= 0x00080000;
69 GPIO1_FUNCTION |= 0x00080000; 69 GPIO1_FUNCTION |= 0x00080000;
70 70
71 /* Hard drive power, default = off */
72 GPIO_OUT |= 0x80000000;
71 GPIO_ENABLE |= 0x80000000; 73 GPIO_ENABLE |= 0x80000000;
72 GPIO_FUNCTION |= 0x80000000; 74 GPIO_FUNCTION |= 0x80000000;
73#ifdef HAVE_SPDIF_POWER 75#ifdef HAVE_SPDIF_POWER