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/broadwell_som-6896.dts | |
parent | a5dd1e6726c1bc249eaf230bad3eb14764a71998 (diff) | |
download | talos-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/broadwell_som-6896.dts')
-rw-r--r-- | arch/x86/dts/broadwell_som-6896.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/dts/broadwell_som-6896.dts b/arch/x86/dts/broadwell_som-6896.dts index 4e9e410b70..7b2c51504b 100644 --- a/arch/x86/dts/broadwell_som-6896.dts +++ b/arch/x86/dts/broadwell_som-6896.dts @@ -10,7 +10,7 @@ compatible = "advantech,som-6896", "intel,broadwell"; aliases { - spi0 = "/spi"; + spi0 = &spi; }; config { @@ -34,7 +34,7 @@ reg = <0x0000f800 0 0 0 0>; compatible = "intel,pch9"; - spi { + spi: spi { #address-cells = <1>; #size-cells = <0>; compatible = "intel,ich-spi"; |