ARM: dts: marzen: Name serial port pfc subnodes after device names

Name the Pin Function Controller subnodes for SCIF2 and SCIF4 after
their device names, instead of using some arbitrary names that look like
serial port aliases, but differ from the actual aliases.

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@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Geert Uytterhoeven 2016-06-10 15:00:51 +02:00 committed by Simon Horman
parent c32149c7fd
commit 46344361f5
1 changed files with 2 additions and 2 deletions

View File

@ -195,12 +195,12 @@
};
};
scif2_pins: serial2 {
scif2_pins: scif2 {
groups = "scif2_data_c";
function = "scif2";
};
scif4_pins: serial4 {
scif4_pins: scif4 {
groups = "scif4_data";
function = "scif4";
};