From ed11fe16ffd74133684b91d6b5f78e519ff147e0 Mon Sep 17 00:00:00 2001 From: Bjorn Andersson Date: Thu, 29 Oct 2020 18:20:39 -0500 Subject: [PATCH] cdb_assist: Rely on the generic fastboot key handling The generic device code will now request toggling of the fastboot key based on the device's configuration, so remove the hard coded invocation. Signed-off-by: Bjorn Andersson --- cdb_assist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cdb_assist.c b/cdb_assist.c index 0dfb2e4..56a1b0c 100644 --- a/cdb_assist.c +++ b/cdb_assist.c @@ -475,7 +475,6 @@ int cdb_assist_power_on(struct device *dev) cdb_power(cdb, true); - cdb_gpio(cdb, 1, true); cdb_vbus(cdb, true); return 0;