From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 1 Feb 2016 09:19:38 -0700 Subject: [U-Boot] [PATCH 02/23] spi: ich: Use compatible strings to distinguish controller version In-Reply-To: <1454319658-17431-3-git-send-email-bmeng.cn@gmail.com> References: <1454319658-17431-1-git-send-email-bmeng.cn@gmail.com> <1454319658-17431-3-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 1 February 2016 at 02:40, Bin Meng 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 > --- > > 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 Tested on Minnowmax: Tested-by: Simon Glass