diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-01-27 00:56:34 -0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-01-28 13:53:30 +0800 |
commit | 81aaa3d9fce5ce9641e5f0c3354da876d859b3b6 (patch) | |
tree | 410ef19c0021dd425a6955c6bf2ca85ab077ea77 /arch/x86/dts/galileo.dts | |
parent | a5dd1e6726c1bc249eaf230bad3eb14764a71998 (diff) | |
download | u-boot-81aaa3d9fce5ce9641e5f0c3354da876d859b3b6.tar.gz u-boot-81aaa3d9fce5ce9641e5f0c3354da876d859b3b6.tar.xz u-boot-81aaa3d9fce5ce9641e5f0c3354da876d859b3b6.zip |
x86: Correct spi node alias
With recent changes spi node was moved to a place as a subnode under
pch, so update the alias to refer to its correct place as well.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-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, 2 insertions, 2 deletions
diff --git a/arch/x86/dts/galileo.dts b/arch/x86/dts/galileo.dts index a2f5a1f223..dd75fc4dc9 100644 --- a/arch/x86/dts/galileo.dts +++ b/arch/x86/dts/galileo.dts @@ -18,7 +18,7 @@ compatible = "intel,galileo", "intel,quark"; aliases { - spi0 = "/spi"; + spi0 = &spi; }; config { @@ -115,7 +115,7 @@ >; }; - spi { + spi: spi { #address-cells = <1>; #size-cells = <0>; compatible = "intel,ich-spi"; |