From: stuart.yoder@nxp.com (Stuart Yoder)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] arm64: dts: updates serial aliases for ls1043a rdb and qds boards
Date: Fri, 26 Aug 2016 15:46:20 -0500 [thread overview]
Message-ID: <1472244381-1766-2-git-send-email-stuart.yoder@nxp.com> (raw)
In-Reply-To: <1472244381-1766-1-git-send-email-stuart.yoder@nxp.com>
-add missing serial aliases to ls1043a-r4db
-update lss1043a-qds boards serial aliases to use the standard duarts
instead of low power uarts
Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
---
arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts | 10 ++++------
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 4 ++++
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts
index 9d3e9fe..f813d67 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts
@@ -56,12 +56,10 @@
gpio1 = &gpio2;
gpio2 = &gpio3;
gpio3 = &gpio4;
- serial0 = &lpuart0;
- serial1 = &lpuart1;
- serial2 = &lpuart2;
- serial3 = &lpuart3;
- serial4 = &lpuart4;
- serial5 = &lpuart5;
+ serial0 = &duart0;
+ serial1 = &duart1;
+ serial2 = &duart2;
+ serial3 = &duart3;
};
};
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
index 4084631..8031cde 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
@@ -52,6 +52,10 @@
aliases {
crypto = &crypto;
+ serial0 = &duart0;
+ serial1 = &duart1;
+ serial2 = &duart2;
+ serial3 = &duart3;
};
};
--
1.9.0
WARNING: multiple messages have this Message-ID (diff)
From: Stuart Yoder <stuart.yoder@nxp.com>
To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Cc: shawnguo@kernel.org, Stuart Yoder <stuart.yoder@nxp.com>
Subject: [PATCH 1/2] arm64: dts: updates serial aliases for ls1043a rdb and qds boards
Date: Fri, 26 Aug 2016 15:46:20 -0500 [thread overview]
Message-ID: <1472244381-1766-2-git-send-email-stuart.yoder@nxp.com> (raw)
In-Reply-To: <1472244381-1766-1-git-send-email-stuart.yoder@nxp.com>
-add missing serial aliases to ls1043a-r4db
-update lss1043a-qds boards serial aliases to use the standard duarts
instead of low power uarts
Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
---
arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts | 10 ++++------
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 4 ++++
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts
index 9d3e9fe..f813d67 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts
@@ -56,12 +56,10 @@
gpio1 = &gpio2;
gpio2 = &gpio3;
gpio3 = &gpio4;
- serial0 = &lpuart0;
- serial1 = &lpuart1;
- serial2 = &lpuart2;
- serial3 = &lpuart3;
- serial4 = &lpuart4;
- serial5 = &lpuart5;
+ serial0 = &duart0;
+ serial1 = &duart1;
+ serial2 = &duart2;
+ serial3 = &duart3;
};
};
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
index 4084631..8031cde 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
@@ -52,6 +52,10 @@
aliases {
crypto = &crypto;
+ serial0 = &duart0;
+ serial1 = &duart1;
+ serial2 = &duart2;
+ serial3 = &duart3;
};
};
--
1.9.0
next prev parent reply other threads:[~2016-08-26 20:46 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-26 20:46 [PATCH 0/2] arm64: dts: ls1043a/ls2080a serial updates Stuart Yoder
2016-08-26 20:46 ` Stuart Yoder
2016-08-26 20:46 ` Stuart Yoder [this message]
2016-08-26 20:46 ` [PATCH 1/2] arm64: dts: updates serial aliases for ls1043a rdb and qds boards Stuart Yoder
2016-08-29 11:01 ` Arnd Bergmann
2016-08-29 11:01 ` Arnd Bergmann
2016-08-29 18:30 ` Stuart Yoder
2016-08-29 18:30 ` Stuart Yoder
2016-08-29 20:38 ` Arnd Bergmann
2016-08-29 20:38 ` Arnd Bergmann
2016-08-29 21:10 ` Stuart Yoder
2016-08-29 21:10 ` Stuart Yoder
2016-08-29 14:01 ` Shawn Guo
2016-08-29 14:01 ` Shawn Guo
2016-08-26 20:46 ` [PATCH 2/2] arm64: dts: add stdout-path to chosen node for ls2080a/ls1043a boards Stuart Yoder
2016-08-26 20:46 ` Stuart Yoder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1472244381-1766-2-git-send-email-stuart.yoder@nxp.com \
--to=stuart.yoder@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.