From 3230eb3ed26b4e94943b4bdf85963741727f0535 Mon Sep 17 00:00:00 2001
From: schneider <schneider@blinkenlichts.net>
Date: Wed, 29 May 2019 16:40:51 +0200
Subject: [PATCH] change(pmic): Set SBB2 to 3.3 V to test rail split

---
 lib/card10/pmic.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/card10/pmic.c b/lib/card10/pmic.c
index adb3f1eb..2363d5fd 100644
--- a/lib/card10/pmic.c
+++ b/lib/card10/pmic.c
@@ -29,7 +29,8 @@ void pmic_init(void)
 #if BOARD_EVKIT
     MAX77650_setTV_SBB2(0b110010); //Set output Voltage of SBB2 to 3.3V
 #else
-    MAX77650_setTV_SBB2(0b110100); //Set output Voltage of SBB2 to 5.0V
+    //MAX77650_setTV_SBB2(0b110100); //Set output Voltage of SBB2 to 5.0V
+    MAX77650_setTV_SBB2(0b010010); //Set output Voltage of SBB2 to 3.3V
 #endif
     MAX77650_setADE_SBB2(0b0); //Disable Active Discharge at SBB2 Output
     MAX77650_setEN_SBB2(0b110); //Enable SBB2 is on irrespective of FPS whenever the on/off controller is in its "On via Software" or "On via On/Off Controller" states
-- 
GitLab