summaryrefslogtreecommitdiffstats
path: root/arch/x86/dts/minnowmax.dts
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-01-27 00:56:34 -0800
committerBin Meng <bmeng.cn@gmail.com>2016-01-28 13:53:30 +0800
commit81aaa3d9fce5ce9641e5f0c3354da876d859b3b6 (patch)
tree410ef19c0021dd425a6955c6bf2ca85ab077ea77 /arch/x86/dts/minnowmax.dts
parenta5dd1e6726c1bc249eaf230bad3eb14764a71998 (diff)
downloadtalos-obmc-uboot-81aaa3d9fce5ce9641e5f0c3354da876d859b3b6.tar.gz
talos-obmc-uboot-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/minnowmax.dts')
-rw-r--r--arch/x86/dts/minnowmax.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/dts/minnowmax.dts b/arch/x86/dts/minnowmax.dts
index e7ef7c987b..7afdf6c30b 100644
--- a/arch/x86/dts/minnowmax.dts
+++ b/arch/x86/dts/minnowmax.dts
@@ -20,7 +20,7 @@
aliases {
serial0 = &serial;
- spi0 = "/spi";
+ spi0 = &spi;
};
config {
@@ -218,7 +218,7 @@
>;
};
- spi {
+ spi: spi {
#address-cells = <1>;
#size-cells = <0>;
compatible = "intel,ich-spi";
OpenPOWER on IntegriCloud