diff mbox

[U-Boot,1/4] dm: tegra: dts: add aliases for spi on apalis_t30

Message ID 129d3d32bc929a0dfbfe7ff923ee33eab3c2c6cd.1424182672.git.marcel@ziswiler.com
State Superseded
Delegated to: Tom Warren
Headers show

Commit Message

Marcel Ziswiler Feb. 17, 2015, 2:28 p.m. UTC
All boards with a SPI interface have a suitable spi alias except Apalis
T30. Add these missing aliases just as the following commit did for the
others:

d2f60f93325ac31f5f30ee94f15b87c89db46aec

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
---
 arch/arm/dts/tegra30-apalis.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Stephen Warren Feb. 17, 2015, 8:31 p.m. UTC | #1
On 02/17/2015 07:28 AM, Marcel Ziswiler wrote:
> All boards with a SPI interface have a suitable spi alias except Apalis
> T30. Add these missing aliases just as the following commit did for the
> others:
>
> d2f60f93325ac31f5f30ee94f15b87c89db46aec

You probably don't need to respin like this, but it's a good idea to 
include the commit subject too, so it can be found in other branches/... 
that have cherry-picked it. In this case:

d2f60f93325a "dm: tegra: dts: Add aliases for spi on tegra30 boards"
diff mbox

Patch

diff --git a/arch/arm/dts/tegra30-apalis.dts b/arch/arm/dts/tegra30-apalis.dts
index 15db0f2..75c5d5f 100644
--- a/arch/arm/dts/tegra30-apalis.dts
+++ b/arch/arm/dts/tegra30-apalis.dts
@@ -18,6 +18,10 @@ 
 		sdhci0 = "/sdhci@78000600";
 		sdhci1 = "/sdhci@78000400";
 		sdhci2 = "/sdhci@78000000";
+		spi0 = "/spi@7000d400";
+		spi1 = "/spi@7000dc00";
+		spi2 = "/spi@7000de00";
+		spi3 = "/spi@7000da00";
 		usb0 = "/usb@7d000000";
 		usb1 = "/usb@7d004000";
 		usb2 = "/usb@7d008000";