linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] ARM: dts: da850-evm: add chosen and SPI alias
@ 2017-09-04 22:12 Adam Ford
  2018-02-26  6:33 ` Sekhar Nori
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2017-09-04 22:12 UTC (permalink / raw)
  To: linux-arm-kernel

This patch will add the chosen container to point stdout-path to serial2
and set the alias for spi0 to spi1 since the SPI NOR flash exists on SPI1.

Suggested-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Adam Ford <aford173@gmail.com>
---
Changes in V2:
  Reword the comment code without any actual change to the code.

Requires pending patch ("ARM: dts: da850-evm: add serial and ethernet aliases")

diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts
index c755079..3962fa4 100644
--- a/arch/arm/boot/dts/da850-evm.dts
+++ b/arch/arm/boot/dts/da850-evm.dts
@@ -15,11 +15,16 @@
 	compatible = "ti,da850-evm", "ti,da850";
 	model = "DA850/AM1808/OMAP-L138 EVM";
 
+	chosen {
+		stdout-path = &serial2;
+	};
+
 	aliases {
 		serial0 = &serial0;
 		serial1 = &serial1;
 		serial2 = &serial2;
 		ethernet0 = &eth0;
+		spi0 = &spi1;
 	};
 
 	soc at 1c00000 {
-- 
2.7.4

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

* [PATCH V2] ARM: dts: da850-evm: add chosen and SPI alias
  2017-09-04 22:12 [PATCH V2] ARM: dts: da850-evm: add chosen and SPI alias Adam Ford
@ 2018-02-26  6:33 ` Sekhar Nori
  0 siblings, 0 replies; 2+ messages in thread
From: Sekhar Nori @ 2018-02-26  6:33 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 05 September 2017 03:42 AM, Adam Ford wrote:
> This patch will add the chosen container to point stdout-path to serial2
> and set the alias for spi0 to spi1 since the SPI NOR flash exists on SPI1.
> 
> Suggested-by: Sekhar Nori <nsekhar@ti.com>
> Signed-off-by: Adam Ford <aford173@gmail.com>

Looks like this patch just never got applied. Sorry about that. Applied
to v4.17/dt now.

Thanks,
Sekhar

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

end of thread, other threads:[~2018-02-26  6:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-04 22:12 [PATCH V2] ARM: dts: da850-evm: add chosen and SPI alias Adam Ford
2018-02-26  6:33 ` Sekhar Nori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).