From: Alexander Shiyan <shc_work@mail.ru>
To: linux-arm-kernel@lists.infradead.org
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
Alexander Shiyan <shc_work@mail.ru>,
Arnd Bergmann <arnd@arndb.de>
Subject: [PATCH 2/4] ARM: dts: clps711x: rename uart device tree nodes
Date: Fri, 21 Dec 2018 13:30:17 +0300 [thread overview]
Message-ID: <20181221103019.15374-2-shc_work@mail.ru> (raw)
In-Reply-To: <20181221103019.15374-1-shc_work@mail.ru>
Use generic names 'serial' for UARTs.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
arch/arm/boot/dts/ep7209.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/ep7209.dtsi b/arch/arm/boot/dts/ep7209.dtsi
index bcaf54221145..48a1660a9cf2 100644
--- a/arch/arm/boot/dts/ep7209.dtsi
+++ b/arch/arm/boot/dts/ep7209.dtsi
@@ -22,8 +22,8 @@
gpio1 = &portb;
gpio3 = &portd;
gpio4 = &porte;
- serial0 = &uart1;
- serial1 = &uart2;
+ serial0 = &serial1;
+ serial1 = &serial2;
spi0 = &spi;
timer0 = &timer1;
timer1 = &timer2;
@@ -143,7 +143,7 @@
#pwm-cells = <1>;
};
- uart1: uart@80000480 {
+ serial1: serial@80000480 {
compatible = "cirrus,ep7209-uart";
reg = <0x80000480 0x80>;
interrupts = <12 13>;
@@ -166,7 +166,7 @@
reg = <0x80001100 0x80>;
};
- uart2: uart@80001480 {
+ serial2: serial@80001480 {
compatible = "cirrus,ep7209-uart";
reg = <0x80001480 0x80>;
interrupts = <28 29>;
--
2.13.0
next prev parent reply other threads:[~2018-12-21 10:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-21 10:30 [PATCH 1/4] ARM: dts: clps711x: Remove skeleton.dtsi Alexander Shiyan
2018-12-21 10:30 ` Alexander Shiyan [this message]
2018-12-21 10:30 ` [PATCH 3/4] ARM: dts: clps711x: Add syscon phandle to device nodes Alexander Shiyan
2018-12-21 10:30 ` [PATCH 4/4] ARM: dts: clps711x: Add keypad devicetree node Alexander Shiyan
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=20181221103019.15374-2-shc_work@mail.ru \
--to=shc_work@mail.ru \
--cc=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.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 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).