]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: dts: socfpga: Fix SPI aliases
authorMarek Vasut <marex@denx.de>
Tue, 21 Jul 2015 09:25:14 +0000 (11:25 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:19 +0000 (08:17 +0200)
commitbc43bfc2bf28527880591503978f42caf7dd9a70
tree9fb38f6679a066864b0f19c82d9978864f80c66d
parent9d2812859ad26da4ad826233765056bedceb7fff
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>
arch/arm/dts/socfpga.dtsi
arch/arm/dts/socfpga_arria5_socdk.dts
arch/arm/dts/socfpga_cyclone5_socdk.dts
arch/arm/dts/socfpga_cyclone5_socrates.dts