linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra: add serial aliases to Tegra124 DT
@ 2014-11-03 22:20 Lucas Stach
  2014-11-06 14:42 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2014-11-03 22:20 UTC (permalink / raw)
  To: linux-arm-kernel

Provides consistent numbering of consoles across boards.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
---
These aliases are already present in the base DTs for all
other Tegra SoCs.
---
 arch/arm/boot/dts/tegra124.dtsi | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi
index 478c555..9b53649 100644
--- a/arch/arm/boot/dts/tegra124.dtsi
+++ b/arch/arm/boot/dts/tegra124.dtsi
@@ -12,6 +12,13 @@
 	#address-cells = <2>;
 	#size-cells = <2>;
 
+	aliases {
+		serial0 = &uarta;
+		serial1 = &uartb;
+		serial2 = &uartc;
+		serial3 = &uartd;
+	};
+
 	pcie-controller at 0,01003000 {
 		compatible = "nvidia,tegra124-pcie";
 		device_type = "pci";
@@ -286,7 +293,7 @@
 	 * the APB DMA based serial driver, the comptible is
 	 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
 	 */
-	serial at 0,70006000 {
+	uarta: serial at 0,70006000 {
 		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
 		reg = <0x0 0x70006000 0x0 0x40>;
 		reg-shift = <2>;
@@ -299,7 +306,7 @@
 		status = "disabled";
 	};
 
-	serial at 0,70006040 {
+	uartb: serial at 0,70006040 {
 		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
 		reg = <0x0 0x70006040 0x0 0x40>;
 		reg-shift = <2>;
@@ -312,7 +319,7 @@
 		status = "disabled";
 	};
 
-	serial at 0,70006200 {
+	uartc: serial at 0,70006200 {
 		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
 		reg = <0x0 0x70006200 0x0 0x40>;
 		reg-shift = <2>;
@@ -325,7 +332,7 @@
 		status = "disabled";
 	};
 
-	serial at 0,70006300 {
+	uartd: serial at 0,70006300 {
 		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
 		reg = <0x0 0x70006300 0x0 0x40>;
 		reg-shift = <2>;
-- 
1.9.3

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

* [PATCH] ARM: tegra: add serial aliases to Tegra124 DT
  2014-11-03 22:20 [PATCH] ARM: tegra: add serial aliases to Tegra124 DT Lucas Stach
@ 2014-11-06 14:42 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2014-11-06 14:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Nov 03, 2014 at 11:20:04PM +0100, Lucas Stach wrote:
> Provides consistent numbering of consoles across boards.
> 
> Signed-off-by: Lucas Stach <dev@lynxeye.de>
> ---
> These aliases are already present in the base DTs for all
> other Tegra SoCs.
> ---
>  arch/arm/boot/dts/tegra124.dtsi | 15 +++++++++++----
>  1 file changed, 11 insertions(+), 4 deletions(-)

Applied to the for-3.19/dt branch, thanks.

Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141106/f44fb056/attachment.sig>

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

end of thread, other threads:[~2014-11-06 14:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-03 22:20 [PATCH] ARM: tegra: add serial aliases to Tegra124 DT Lucas Stach
2014-11-06 14:42 ` Thierry Reding

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).