summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/socfpga_arria5_socdk.dts
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-07-21 11:25:14 +0200
committerMarek Vasut <marex@denx.de>2015-08-08 14:14:04 +0200
commitb09b72d83b17f353bed47df9ddaba8380a06e9f5 (patch)
treeb48ebbd9d37aaeb5643cd31c7c448baf7c445c68 /arch/arm/dts/socfpga_arria5_socdk.dts
parentbfa89d2ba8f0a278df6de584dcfbd33814753e33 (diff)
downloadblackbird-obmc-uboot-b09b72d83b17f353bed47df9ddaba8380a06e9f5.tar.gz
blackbird-obmc-uboot-b09b72d83b17f353bed47df9ddaba8380a06e9f5.zip
arm: dts: socfpga: Fix SPI aliases
The SPI aliases are completely wrong. First, they point to non-existing /spi@.* nodes instead of the correct /soc/spi@.* nodes. Second, the use ad-hoc string instead of a handle. Furthermore, they are copied multiple times in each board DTS. So fix it such that we move these into socfpga.dtsi and make them use the usual handles. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'arch/arm/dts/socfpga_arria5_socdk.dts')
-rw-r--r--arch/arm/dts/socfpga_arria5_socdk.dts8
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/dts/socfpga_arria5_socdk.dts b/arch/arm/dts/socfpga_arria5_socdk.dts
index 1b86897872..f2b5963f59 100644
--- a/arch/arm/dts/socfpga_arria5_socdk.dts
+++ b/arch/arm/dts/socfpga_arria5_socdk.dts
@@ -22,13 +22,9 @@
aliases {
/* this allow the ethaddr uboot environmnet variable contents
- * to be added to the gmac1 device tree blob.
- */
+ * to be added to the gmac1 device tree blob.
+ */
ethernet0 = &gmac1;
-
- spi0 = "/spi@ff705000"; /* QSPI */
- spi1 = "/spi@fff00000";
- spi2 = "/spi@fff01000";
};
regulator_3_3v: 3-3-v-regulator {
OpenPOWER on IntegriCloud