Re: [PATCH] ARM: dts: da850-evm: add chosen and SPI alias

2017-09-04 Thread Sekhar Nori
On Friday 01 September 2017 08:37 PM, Adam Ford wrote:
> At the request of Sekhar Nori from TI, this is a follow-up to

This can be:

Suggested-by: Sekhar Nori 

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

Any patch dependency references need to go below the tear line ("---")
so they don't become part of commit text.

> 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.
> 
> Signed-off-by: Adam Ford 

Can you please re-spin with commit message corrected?

Thanks,
Sekhar


[PATCH] ARM: dts: da850-evm: add chosen and SPI alias

2017-09-01 Thread Adam Ford
At the request of Sekhar Nori from TI, this is a follow-up to
pending ("ARM: dts: da850-evm: add serial and ethernet aliases")

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.

Signed-off-by: Adam Ford 

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 = ð0;
+   spi0 = &spi1;
};
 
soc@1c0 {
-- 
2.7.4