]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: ich-spi: Set the tx operation mode for ich 7
authorBin Meng <bmeng.cn@gmail.com>
Fri, 12 Dec 2014 14:06:16 +0000 (19:36 +0530)
committerSimon Glass <sjg@chromium.org>
Sat, 13 Dec 2014 22:08:04 +0000 (15:08 -0700)
commit996467172e29e28247d8e9a35ada43a1376b5883
treeea8bace6c613b6aeeea57f0a3c2a94e9fa4aaeda
parentfa388bca3eb3f81f6412c69f0e15ab05ad4918a7
x86: ich-spi: Set the tx operation mode for ich 7

ICH 7 SPI controller only supports byte program (02h) for SST flash.
Word program (ADh) is not supported.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
drivers/spi/ich.c