[U-Boot] [PATCH 02/23] spi: ich: Use compatible strings to distinguish controller version
Simon Glass
sjg at chromium.org
Mon Feb 1 17:19:38 CET 2016
On 1 February 2016 at 02:40, Bin Meng <bmeng.cn at gmail.com> wrote:
> At present ich spi driver gets the controller version information via
> pch, but this can be simply retrieved via spi node's compatible string.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> arch/x86/dts/bayleybay.dts | 2 +-
> arch/x86/dts/broadwell_som-6896.dts | 2 +-
> arch/x86/dts/chromebook_link.dts | 2 +-
> arch/x86/dts/chromebox_panther.dts | 2 +-
> arch/x86/dts/crownbay.dts | 2 +-
> arch/x86/dts/galileo.dts | 2 +-
> arch/x86/dts/minnowmax.dts | 2 +-
> drivers/spi/ich.c | 28 ++++++++++++++++++++++++----
> 8 files changed, 31 insertions(+), 11 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
Tested on Minnowmax:
Tested-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list