cros_ec: Align uclass data to a cache boundary
authorSimon Glass <sjg@chromium.org>
Tue, 6 Nov 2018 22:21:21 +0000 (15:21 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
commit4bf6f2ad47f481d161876a87969c46f80a9b8e9d
treeb116dbc3723d889a87f52463ecbf4cb97698f0d6
parentdc05ac0f2f3a5b2f301e2790afe45cb11cf0258f
cros_ec: Align uclass data to a cache boundary

The LPC driver expects its buffer to be word-aligned. Add the required
flag to the uclass driver to ensure this.

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