summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/lindar/gpio.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/lindar/gpio.inc b/board/lindar/gpio.inc
index c4f3123ebb..246b83cd3f 100644
--- a/board/lindar/gpio.inc
+++ b/board/lindar/gpio.inc
@@ -98,10 +98,10 @@ GPIO(EC_H1_PACKET_MODE, PIN(7, 5), GPIO_OUT_LOW) /* H1 Packet Mode */
GPIO(CCD_MODE_ODL, PIN(E, 5), GPIO_INPUT) /* Case Closed Debug Mode */
/*
- * Determine the polarity of these SSD signals and whether
- * they are open-drain.
+ * Despite their names, M2_SSD_PLN and M2_SSD_PLA are active-low, and M2_SSD_PLN
+ * is open-drain.
*/
-GPIO(M2_SSD_PLN, PIN(A, 0), GPIO_OUT_HIGH) /* SSD power-loss notification */
+GPIO(M2_SSD_PLN, PIN(A, 0), GPIO_ODR_HIGH) /* SSD power-loss notification */
GPIO(M2_SSD_PLA, PIN(7, 0), GPIO_INPUT) /* SSD power-loss acknoledgement */
/*