mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 00:51:29 +00:00
Since the INAs are now enabled based on rdd_attach, there is no need to have a a delay following enabling the 3.3V rail and the delay can't be a usleep() because ina_connect() is not being called from rdd_attach which is running in an interrupt context. BUG=chrome-os-partner:62375 BRANCH=none TEST=manual The usleep() call was causing a reboot but was only visible when using UART console. Verified that with this CL the reboot was no longer happening. Change-Id: Id9bbef4e89dee39a2dfa443c3af54c1f9a611ebd Signed-off-by: Scott <scollyer@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/438675 Reviewed-by: Mary Ruthven <mruthven@chromium.org> Commit-Queue: Vadim Bendebury <vbendeb@chromium.org> Trybot-Ready: Vadim Bendebury <vbendeb@chromium.org>