servo: Deprecate the driver of rec_mode which sends EC host command

This driver also made us hard to repurpose the rec_mode for bring-up.

Found out this rec_mode driver in arm_ec_common.xml should be
deprecated. We no longer calls this driver to trigger recovery mode.
Instead, we call another abstraction power_state:rec.

I searched through the power_state drivers, the ones access the
rec_mode control doesn't use this arm_ec way (they access the native
servo pin). So it is safe to remove the arm_ec driver.

BUG=chromium:795946
TEST=Started servod on several ARM boards without error.

Change-Id: I541d77b46f9169a3f911ed693b492e36b082186e
Reviewed-on: https://chromium-review.googlesource.com/1018116
Commit-Ready: Wai-Hong Tam <waihong@google.com>
Tested-by: Wai-Hong Tam <waihong@google.com>
Reviewed-by: Nick Sanders <nsanders@chromium.org>
Reviewed-by: Todd Broch <tbroch@chromium.org>
3 files changed