diff options
author | Jagan Teki <jteki@openedev.com> | 2015-09-08 01:39:44 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2015-10-25 20:17:03 +0530 |
commit | 2775e91835638031d1134176d536ac2946fc5e6b (patch) | |
tree | d555520733d8ab27e8f95b5f6959e0e976fe89ef /include/configs | |
parent | 232a8e4ecc21c8ee4c500900c26f706cab60150d (diff) |
spi: zynq_qspi: Fix to configure CPOL, CPHA mask
priv->mode is initialized when .set_speed triggers
with mode value, so checking mode for configuring
CPOL, CPHA using priv->mode is invalid hence use
mode from .set_speed argument, and at the end
priv->mode will initialized with mode.
This patch also replaces formatting string to use
speed instead of mode in .set_speed ops.
Signed-off-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'include/configs')
0 files changed, 0 insertions, 0 deletions