diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-02-01 09:40:37 (GMT) |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-02-05 04:47:20 (GMT) |
commit | 1f9eb59d273983ba8c65368120285ac6425476f7 (patch) | |
tree | 00992dcbc6c9247cdddd4d3abee40b4bc4160d0d /arch/x86/dts/galileo.dts | |
parent | 9eb4339ba45fc7147b013c8e8d579ebc6d8d1bdb (diff) | |
download | u-boot-fsl-qoriq-1f9eb59d273983ba8c65368120285ac6425476f7.tar.xz |
spi: ich: Use compatible strings to distinguish controller version
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@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/dts/galileo.dts')
-rw-r--r-- | arch/x86/dts/galileo.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/dts/galileo.dts b/arch/x86/dts/galileo.dts index dd75fc4..a9b2994 100644 --- a/arch/x86/dts/galileo.dts +++ b/arch/x86/dts/galileo.dts @@ -118,7 +118,7 @@ spi: spi { #address-cells = <1>; #size-cells = <0>; - compatible = "intel,ich-spi"; + compatible = "intel,ich7-spi"; spi-flash@0 { #size-cells = <1>; #address-cells = <1>; |