From: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
To: Simon Horman <horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>,
Magnus Damm <magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Geert Uytterhoeven
<geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
Subject: [PATCH 15/19] ARM: dts: alt: Name serial port pfc subnode after device name
Date: Fri, 10 Jun 2016 15:01:01 +0200 [thread overview]
Message-ID: <1465563665-2231-16-git-send-email-geert+renesas@glider.be> (raw)
In-Reply-To: <1465563665-2231-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
Name the Pin Function Controller subnode for SCIF2 after its device
name, instead of using some arbitrary name that looks like a serial port
alias, but differs from the actual alias.
This avoids conflicts when enabling support for more serial ports later,
either here or in a DT overlay.
Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
---
arch/arm/boot/dts/r8a7794-alt.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts
index 383ad791f1db3151..1335664b2f886a17 100644
--- a/arch/arm/boot/dts/r8a7794-alt.dts
+++ b/arch/arm/boot/dts/r8a7794-alt.dts
@@ -111,7 +111,7 @@
function = "du";
};
- scif2_pins: serial2 {
+ scif2_pins: scif2 {
groups = "scif2_data";
function = "scif2";
};
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-06-10 13:01 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-10 13:00 [PATCH 00/19] ARM: dts: renesas: Name pfc subnodes after device names Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 01/19] ARM: dts: ape6evm: Name serial port pfc subnode after device name Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 04/19] ARM: dts: bockw: " Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 08/19] ARM: dts: lager: Name vin " Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 09/19] ARM: dts: koelsch: Name serial port pfc subnodes after device names Geert Uytterhoeven
[not found] ` <1465563665-2231-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2016-06-10 13:00 ` [PATCH 02/19] ARM: dts: ape6evm: Name mmc pfc subnode after device name Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 03/19] ARM: dts: armadillo800eva: Name serial port " Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 05/19] ARM: dts: marzen: Name serial port pfc subnodes after device names Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 06/19] ARM: dts: lager: " Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 07/19] ARM: dts: lager: Name spi " Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 10/19] ARM: dts: koelsch: " Geert Uytterhoeven
2016-06-10 13:01 ` [PATCH 14/19] ARM: dts: gose: Name spi pfc subnode after device name Geert Uytterhoeven
2016-06-10 13:01 ` Geert Uytterhoeven [this message]
2016-06-10 13:01 ` [PATCH 17/19] ARM: dts: silk: Name serial port " Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 11/19] ARM: dts: porter: " Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 12/19] ARM: dts: porter: Name spi " Geert Uytterhoeven
2016-06-10 13:00 ` [PATCH 13/19] ARM: dts: gose: Name serial port pfc subnodes after device names Geert Uytterhoeven
2016-06-10 13:01 ` [PATCH 16/19] ARM: dts: alt: Name spi pfc subnode after device name Geert Uytterhoeven
2016-06-10 13:01 ` [PATCH 18/19] ARM: dts: silk: " Geert Uytterhoeven
2016-06-10 13:01 ` [PATCH 19/19] ARM: dts: kzm9g: Name serial port " Geert Uytterhoeven
2016-06-14 0:13 ` [PATCH 00/19] ARM: dts: renesas: Name pfc subnodes after device names Simon Horman
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=1465563665-2231-16-git-send-email-geert+renesas@glider.be \
--to=geert+renesas-gxvu3+zwzmszqb+pc5nmwq@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org \
--cc=linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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).