commit | 9d7025297b06878b0cfc3b25e53a748e74fcfe55 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 16 14:52:28 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Jan 30 14:25:41 2021 -0700 |
tree | d8b222358a56ab098e8a66a3f09a5b2b0d0066ee | |
parent | 4c9eb5688d3125e20eef0e2eaebfdb96e8177d14 [diff] |
cros_ec: Add support for switches On x86 platforms the EC provides a way to read 'switches', which are on/off values determined by the EC. Add a new driver method for this and implement it for LPC. Signed-off-by: Simon Glass <sjg@chromium.org>