]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: cros_ec: Don't require protocol 3 support
authorSimon Glass <sjg@chromium.org>
Sun, 25 Jan 2015 15:27:17 +0000 (08:27 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Jan 2015 00:09:57 +0000 (17:09 -0700)
commit8bbb38b15fd585a9d51f8ee064ce17e535d8025e
tree23106d8e7e65abdb1a7ebf0cbc11b5c34cd9436b
parent94f7afdf7e9909204d0005196db47cca2a28e4cb
dm: cros_ec: Don't require protocol 3 support

I2C is now deprecated on ARM platforms and there are no devices that use it
with the v3 protocol. We can't require v3 support if we want to support I2C.
Adjust the error handling to suit.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/misc/cros_ec.c