All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: keystone: Add aliases for SPI nodes
@ 2016-04-13 10:52 ` Vignesh R
  0 siblings, 0 replies; 6+ messages in thread
From: Vignesh R @ 2016-04-13 10:52 UTC (permalink / raw)
  To: Santosh Shilimkar
  Cc: Tom Rini, devicetree, linux-arm-kernel, linux-kernel, Vignesh R

Add aliases for SPI nodes, this is required to probe the SPI devices in
U-Boot.

Signed-off-by: Vignesh R <vigneshr@ti.com>
---
 arch/arm/boot/dts/keystone.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi
index 3f272826f537..94d4e45138ce 100644
--- a/arch/arm/boot/dts/keystone.dtsi
+++ b/arch/arm/boot/dts/keystone.dtsi
@@ -20,6 +20,9 @@
 
 	aliases {
 		serial0	= &uart0;
+		spi0 = &spi0;
+		spi1 = &spi1;
+		spi2 = &spi2;
 	};
 
 	memory {
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] ARM: dts: keystone: Add aliases for SPI nodes
@ 2016-04-13 10:52 ` Vignesh R
  0 siblings, 0 replies; 6+ messages in thread
From: Vignesh R @ 2016-04-13 10:52 UTC (permalink / raw)
  To: Santosh Shilimkar
  Cc: Tom Rini, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Vignesh R

Add aliases for SPI nodes, this is required to probe the SPI devices in
U-Boot.

Signed-off-by: Vignesh R <vigneshr-l0cyMroinI0@public.gmane.org>
---
 arch/arm/boot/dts/keystone.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi
index 3f272826f537..94d4e45138ce 100644
--- a/arch/arm/boot/dts/keystone.dtsi
+++ b/arch/arm/boot/dts/keystone.dtsi
@@ -20,6 +20,9 @@
 
 	aliases {
 		serial0	= &uart0;
+		spi0 = &spi0;
+		spi1 = &spi1;
+		spi2 = &spi2;
 	};
 
 	memory {
-- 
2.8.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] ARM: dts: keystone: Add aliases for SPI nodes
@ 2016-04-13 10:52 ` Vignesh R
  0 siblings, 0 replies; 6+ messages in thread
From: Vignesh R @ 2016-04-13 10:52 UTC (permalink / raw)
  To: linux-arm-kernel

Add aliases for SPI nodes, this is required to probe the SPI devices in
U-Boot.

Signed-off-by: Vignesh R <vigneshr@ti.com>
---
 arch/arm/boot/dts/keystone.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi
index 3f272826f537..94d4e45138ce 100644
--- a/arch/arm/boot/dts/keystone.dtsi
+++ b/arch/arm/boot/dts/keystone.dtsi
@@ -20,6 +20,9 @@
 
 	aliases {
 		serial0	= &uart0;
+		spi0 = &spi0;
+		spi1 = &spi1;
+		spi2 = &spi2;
 	};
 
 	memory {
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] ARM: dts: keystone: Add aliases for SPI nodes
@ 2016-04-13 16:00   ` santosh shilimkar
  0 siblings, 0 replies; 6+ messages in thread
From: santosh shilimkar @ 2016-04-13 16:00 UTC (permalink / raw)
  To: Vignesh R, Santosh Shilimkar
  Cc: Tom Rini, devicetree, linux-arm-kernel, linux-kernel

On 4/13/2016 3:52 AM, Vignesh R wrote:
> Add aliases for SPI nodes, this is required to probe the SPI devices in
> U-Boot.
>
> Signed-off-by: Vignesh R <vigneshr@ti.com>
> ---
Applied. Thanks !!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] ARM: dts: keystone: Add aliases for SPI nodes
@ 2016-04-13 16:00   ` santosh shilimkar
  0 siblings, 0 replies; 6+ messages in thread
From: santosh shilimkar @ 2016-04-13 16:00 UTC (permalink / raw)
  To: Vignesh R, Santosh Shilimkar
  Cc: Tom Rini, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On 4/13/2016 3:52 AM, Vignesh R wrote:
> Add aliases for SPI nodes, this is required to probe the SPI devices in
> U-Boot.
>
> Signed-off-by: Vignesh R <vigneshr-l0cyMroinI0@public.gmane.org>
> ---
Applied. Thanks !!
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] ARM: dts: keystone: Add aliases for SPI nodes
@ 2016-04-13 16:00   ` santosh shilimkar
  0 siblings, 0 replies; 6+ messages in thread
From: santosh shilimkar @ 2016-04-13 16:00 UTC (permalink / raw)
  To: linux-arm-kernel

On 4/13/2016 3:52 AM, Vignesh R wrote:
> Add aliases for SPI nodes, this is required to probe the SPI devices in
> U-Boot.
>
> Signed-off-by: Vignesh R <vigneshr@ti.com>
> ---
Applied. Thanks !!

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-04-13 16:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-13 10:52 [PATCH] ARM: dts: keystone: Add aliases for SPI nodes Vignesh R
2016-04-13 10:52 ` Vignesh R
2016-04-13 10:52 ` Vignesh R
2016-04-13 16:00 ` santosh shilimkar
2016-04-13 16:00   ` santosh shilimkar
2016-04-13 16:00   ` santosh shilimkar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.