All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: da850-evm: add serial and ethernet aliases
@ 2017-08-29  8:22 Sekhar Nori
  2017-08-29 14:59 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Sekhar Nori @ 2017-08-29  8:22 UTC (permalink / raw)
  To: linux-arm-kernel

Add aliases for serial and ethernet nodes. Serial
aliases help keep order of tty nodes fixed and
ethernet alias is used by bootloader to setup mac
address correctly.

Reported-by: Adam Ford <aford173@gmail.com>
Fixes: dd7deaf218bf ("ARM: davinci: da850: add DT node for ethernet")
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
---
 arch/arm/boot/dts/da850-evm.dts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts
index 67e72bc72e80..c75507922f7d 100644
--- a/arch/arm/boot/dts/da850-evm.dts
+++ b/arch/arm/boot/dts/da850-evm.dts
@@ -15,6 +15,13 @@
 	compatible = "ti,da850-evm", "ti,da850";
 	model = "DA850/AM1808/OMAP-L138 EVM";
 
+	aliases {
+		serial0 = &serial0;
+		serial1 = &serial1;
+		serial2 = &serial2;
+		ethernet0 = &eth0;
+	};
+
 	soc at 1c00000 {
 		pmx_core: pinmux at 14120 {
 			status = "okay";
-- 
2.9.0

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

* [PATCH] ARM: dts: da850-evm: add serial and ethernet aliases
  2017-08-29  8:22 [PATCH] ARM: dts: da850-evm: add serial and ethernet aliases Sekhar Nori
@ 2017-08-29 14:59 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2017-08-29 14:59 UTC (permalink / raw)
  To: linux-arm-kernel

* Sekhar Nori <nsekhar@ti.com> [170829 01:23]:
> Add aliases for serial and ethernet nodes. Serial
> aliases help keep order of tty nodes fixed and
> ethernet alias is used by bootloader to setup mac
> address correctly.

Acked-by: Tony Lindgren <tony@atomide.com>

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

end of thread, other threads:[~2017-08-29 14:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29  8:22 [PATCH] ARM: dts: da850-evm: add serial and ethernet aliases Sekhar Nori
2017-08-29 14:59 ` Tony Lindgren

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.