diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-04-15 04:00:11 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-30 00:51:48 (GMT) |
commit | 0a9bb489bf02effd59443a497e5ad7d66509ea1d (patch) | |
tree | b060ab1cc8cf0e3fe34aec7af524465136d9ce58 /arch/x86/dts/galileo.dts | |
parent | 19268834fb208a7deb43f9a00b034e0c6abab3cd (diff) | |
download | u-boot-fsl-qoriq-0a9bb489bf02effd59443a497e5ad7d66509ea1d.tar.xz |
x86: Add alias for SPI node in the board dts
Since Intel ICH SPI driver has been converted to driver model, we need
add an alias for SPI node in the board dts files otherwise SPI flash
won't be detected due to 'invalid bus' error.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/dts/galileo.dts')
-rw-r--r-- | arch/x86/dts/galileo.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/dts/galileo.dts b/arch/x86/dts/galileo.dts index 66af64a..60dbc5f 100644 --- a/arch/x86/dts/galileo.dts +++ b/arch/x86/dts/galileo.dts @@ -14,6 +14,10 @@ model = "Intel Galileo"; compatible = "intel,galileo", "intel,quark"; + aliases { + spi0 = "/spi"; + }; + config { silent_console = <0>; }; |