All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Shiyan <shc_work@mail.ru>
To: soc@kernel.org
Cc: Arnd Bergmann <arnd@arndb.de>, Alexander Shiyan <shc_work@mail.ru>
Subject: [PATCH RESEND 3/5] ARM: dts: clps711x: Fix serial port names
Date: Mon,  5 Apr 2021 08:16:56 +0300	[thread overview]
Message-ID: <20210405051658.26779-3-shc_work@mail.ru> (raw)
In-Reply-To: <20210405051658.26779-1-shc_work@mail.ru>

Preferred node name for serial ports is "serial".

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/boot/dts/ep7209.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/ep7209.dtsi b/arch/arm/boot/dts/ep7209.dtsi
index 02606547bdc5..9350497c1805 100644
--- a/arch/arm/boot/dts/ep7209.dtsi
+++ b/arch/arm/boot/dts/ep7209.dtsi
@@ -133,7 +133,7 @@ pwm: pwm@80000400 {
 			#pwm-cells = <1>;
 		};
 
-		uart1: uart@80000480 {
+		uart1: serial@80000480 {
 			compatible = "cirrus,ep7209-uart";
 			reg = <0x80000480 0x80>;
 			interrupts = <12 13>;
@@ -157,7 +157,7 @@ syscon2: syscon@80001100 {
 			reg = <0x80001100 0x80>;
 		};
 
-		uart2: uart@80001480 {
+		uart2: serial@80001480 {
 			compatible = "cirrus,ep7209-uart";
 			reg = <0x80001480 0x80>;
 			interrupts = <28 29>;
-- 
2.26.2


  parent reply	other threads:[~2021-04-05  5:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-05  5:16 [PATCH RESEND 1/5] ARM: dts: clps711x: Add SYSCON nodes where it is used Alexander Shiyan
2021-04-05  5:16 ` [PATCH RESEND 2/5] ARM: dts: clps711x: Add keypad node Alexander Shiyan
2021-04-05  5:16 ` Alexander Shiyan [this message]
2021-04-05  5:16 ` [PATCH RESEND 4/5] ARM: dts: clps711x: edb7211: Add unit-address to memory node Alexander Shiyan
2021-04-05  5:16 ` [PATCH RESEND 5/5] ARM: dts: clps711x: Add an empty chosen node to top level DTSI Alexander Shiyan
2021-04-08 15:24 ` [PATCH RESEND 1/5] ARM: dts: clps711x: Add SYSCON nodes where it is used Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2021-04-02  7:43 Alexander Shiyan
2021-04-02  7:43 ` [PATCH RESEND 3/5] ARM: dts: clps711x: Fix serial port names Alexander Shiyan
2021-04-02  7:43   ` 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=20210405051658.26779-3-shc_work@mail.ru \
    --to=shc_work@mail.ru \
    --cc=arnd@arndb.de \
    --cc=soc@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 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.