summaryrefslogtreecommitdiff
path: root/board/scarlet/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/scarlet/board.c')
-rw-r--r--board/scarlet/board.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/board/scarlet/board.c b/board/scarlet/board.c
index 7638bee9cf..97c6f61e10 100644
--- a/board/scarlet/board.c
+++ b/board/scarlet/board.c
@@ -461,13 +461,3 @@ int board_allow_i2c_passthru(int port)
{
return (port == I2C_PORT_VIRTUAL_BATTERY);
}
-
-void usb_charger_set_switches(int port, enum usb_switch setting)
-{
- /*
- * There is no USB2 switch anywhere on this board. But based
- * on the discussion in b:65446459, RK3399's USB PHY is powered
- * off when USB charging port detection is going on, so things
- * should mostly work without a USB2 switch.
- */
-}