public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: fsl-ls2085a: Add serial aliases
@ 2015-09-15  0:48 Scott Wood
  2015-09-15  5:57 ` [linuxppc-release] " Sharma Bhupesh
  2015-09-15  6:43 ` Arnd Bergmann
  0 siblings, 2 replies; 5+ messages in thread
From: Scott Wood @ 2015-09-15  0:48 UTC (permalink / raw)
  To: linux-arm-kernel

These will allow U-Boot to set linux,stdout-path in /chosen based on
the active console device, which will allow devicetree-based earlycon.

Signed-off-by: Scott Wood <scottwood@freescale.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi
index e281ceb..eae454e 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi
@@ -55,6 +55,11 @@
 	#address-cells = <2>;
 	#size-cells = <2>;
 
+	aliases {
+		serial0 = &serial0;
+		serial1 = &serial1;
+	};
+
 	cpus {
 		#address-cells = <2>;
 		#size-cells = <0>;
-- 
2.1.4

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

end of thread, other threads:[~2015-09-15 22:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15  0:48 [PATCH] arm64: dts: fsl-ls2085a: Add serial aliases Scott Wood
2015-09-15  5:57 ` [linuxppc-release] " Sharma Bhupesh
2015-09-15  5:59   ` Scott Wood
2015-09-15  6:43 ` Arnd Bergmann
2015-09-15 22:09   ` Scott Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox